Searched refs:DNBThreadStopInfo (Results 1 - 10 of 10) sorted by relevance

/external/lldb/tools/debugserver/source/MacOSX/
H A DMachException.h89 bool GetStopInfo(struct DNBThreadStopInfo *stop_info) const;
H A DMachThreadList.h41 bool GetThreadStoppedReason (nub_thread_t tid, struct DNBThreadStopInfo *stop_info) const;
H A DMachException.cpp205 MachException::Data::GetStopInfo(struct DNBThreadStopInfo *stop_info) const
208 memset(stop_info, 0, sizeof(struct DNBThreadStopInfo));
H A DMachProcess.h179 bool GetThreadStoppedReason(nub_thread_t tid, struct DNBThreadStopInfo *stop_info);
H A DMachThreadList.cpp65 MachThreadList::GetThreadStoppedReason(nub_thread_t tid, struct DNBThreadStopInfo *stop_info) const
H A DMachProcess.cpp203 MachProcess::GetThreadStoppedReason(nub_thread_t tid, struct DNBThreadStopInfo *stop_info)
/external/lldb/tools/debugserver/source/
H A DDNB.h119 nub_bool_t DNBThreadGetStopReason (nub_process_t pid, nub_thread_t tid, DNBThreadStopInfo *stop_info) DNB_EXPORT;
H A DDNBDefs.h249 // DNBThreadStopInfo
253 struct DNBThreadStopInfo struct
H A DDNB.cpp1613 DNBThreadGetStopReason (nub_process_t pid, nub_thread_t tid, struct DNBThreadStopInfo *stop_info)
H A DRNBRemote.cpp2411 struct DNBThreadStopInfo tid_stop_info;

Completed in 1003 milliseconds