Add stubs for CTF functions which are not yet implemented.

MFC after:	2 weeks
This commit is contained in:
Rui Paulo 2014-06-26 22:38:06 +00:00
parent 6c89995002
commit 09779aae33
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=267940

View File

@ -45,8 +45,10 @@
#define Pgrab_error strerror
#define Plmid_to_map(p, l, o) proc_obj2map((p), (o))
#define Plookup_by_addr proc_addr2sym
#define Pname_to_ctf(p, obj) NULL
#define Pname_to_map proc_name2map
#define Pobject_iter proc_iter_objs
#define Pobject_iter_resolved(p, f, arg) 1
#define Pobjname proc_objname
#define Pread proc_read
#define Prd_agent proc_rdagent