Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/tools/debugserver/source/MacOSX/
H A DMachException.h84 bool GetStopInfo(struct DNBThreadStopInfo *stop_info) const;
H A DMachThreadList.h58 struct DNBThreadStopInfo *stop_info) const;
H A DMachException.cpp152 struct DNBThreadStopInfo *stop_info) const { in GetStopInfo()
154 memset(stop_info, 0, sizeof(struct DNBThreadStopInfo)); in GetStopInfo()
H A DMachProcess.h288 struct DNBThreadStopInfo *stop_info);
H A DMachThreadList.cpp89 nub_thread_t tid, struct DNBThreadStopInfo *stop_info) const { in GetThreadStoppedReason()
H A DMachProcess.mm1270 struct DNBThreadStopInfo *stop_info) {
/llvm-project-15.0.7/lldb/tools/debugserver/source/
H A DDNBDefs.h252 struct DNBThreadStopInfo { struct
H A DDNB.h195 DNBThreadStopInfo *stop_info);
H A DDNB.cpp1383 struct DNBThreadStopInfo *stop_info) { in DNBThreadGetStopReason()
H A DRNBRemote.cpp2689 struct DNBThreadStopInfo tid_stop_info; in SendStopReplyPacketForThread()
5429 struct DNBThreadStopInfo tid_stop_info; in GetJSONThreadsInfo()