Searched defs:nub_process_t (Results 1 - 1 of 1) sorted by relevance

/external/lldb/tools/debugserver/source/
H A DDNBDefs.h59 typedef pid_t nub_process_t; typedef
64 #define INVALID_NUB_PROCESS ((nub_process_t)0)
358 typedef nub_addr_t (*DNBCallbackNameToAddress)(nub_process_t pid, const char *name, const char *shlib_regex, void *baton);
359 typedef nub_size_t (*DNBCallbackCopyExecutableImageInfos)(nub_process_t pid, struct DNBExecutableImageInfo **image_infos, nub_bool_t only_changed, void *baton);

Completed in 73 milliseconds