Searched refs:CreateStopReasonWithBreakpointSiteID (Results 1 – 7 of 7) sorted by relevance
/external/llvm-project/lldb/include/lldb/Target/ |
D | StopInfo.h | 104 CreateStopReasonWithBreakpointSiteID(Thread &thread, 109 static lldb::StopInfoSP CreateStopReasonWithBreakpointSiteID(
|
/external/llvm-project/lldb/unittests/Thread/ |
D | ThreadTest.cpp | 121 StopInfo::CreateStopReasonWithBreakpointSiteID(*thread_sp.get(), 0); in TEST_F() 156 StopInfo::CreateStopReasonWithBreakpointSiteID(*thread_sp.get(), 0); in TEST_F()
|
/external/llvm-project/lldb/source/Plugins/Process/Utility/ |
D | StopInfoMachException.cpp | 327 return StopInfo::CreateStopReasonWithBreakpointSiteID(thread, in GetStopInfoForHardwareBP() 514 return StopInfo::CreateStopReasonWithBreakpointSiteID( in CreateStopReasonWithMachException()
|
/external/llvm-project/lldb/source/Plugins/Process/FreeBSD/ |
D | FreeBSDThread.cpp | 464 SetStopInfo(StopInfo::CreateStopReasonWithBreakpointSiteID(*this, bp_id)); in BreakNotify() 467 SetStopInfo(StopInfo::CreateStopReasonWithBreakpointSiteID(*this, bp_id, in BreakNotify() 526 SetStopInfo(StopInfo::CreateStopReasonWithBreakpointSiteID( in TraceNotify()
|
/external/llvm-project/lldb/source/Plugins/Process/Windows/Common/ |
D | ProcessWindows.cpp | 403 stop_info = StopInfo::CreateStopReasonWithBreakpointSiteID(*stop_thread, in RefreshStateAfterStop() 458 stop_info = StopInfo::CreateStopReasonWithBreakpointSiteID( in RefreshStateAfterStop()
|
/external/llvm-project/lldb/source/Target/ |
D | StopInfo.cpp | 1098 StopInfoSP StopInfo::CreateStopReasonWithBreakpointSiteID(Thread &thread, in CreateStopReasonWithBreakpointSiteID() function in StopInfo 1103 StopInfoSP StopInfo::CreateStopReasonWithBreakpointSiteID(Thread &thread, in CreateStopReasonWithBreakpointSiteID() function in StopInfo
|
/external/llvm-project/lldb/source/Plugins/Process/gdb-remote/ |
D | ProcessGDBRemote.cpp | 1818 StopInfo::CreateStopReasonWithBreakpointSiteID( in SetThreadStopInfo() 1838 StopInfo::CreateStopReasonWithBreakpointSiteID( in SetThreadStopInfo() 1901 StopInfo::CreateStopReasonWithBreakpointSiteID( in SetThreadStopInfo() 1928 StopInfo::CreateStopReasonWithBreakpointSiteID( in SetThreadStopInfo()
|