Home
last modified time | relevance | path

Searched refs:CreateStopReasonWithBreakpointSiteID (Results 1 – 7 of 7) sorted by relevance

/external/llvm-project/lldb/include/lldb/Target/
DStopInfo.h104 CreateStopReasonWithBreakpointSiteID(Thread &thread,
109 static lldb::StopInfoSP CreateStopReasonWithBreakpointSiteID(
/external/llvm-project/lldb/unittests/Thread/
DThreadTest.cpp121 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/
DStopInfoMachException.cpp327 return StopInfo::CreateStopReasonWithBreakpointSiteID(thread, in GetStopInfoForHardwareBP()
514 return StopInfo::CreateStopReasonWithBreakpointSiteID( in CreateStopReasonWithMachException()
/external/llvm-project/lldb/source/Plugins/Process/FreeBSD/
DFreeBSDThread.cpp464 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/
DProcessWindows.cpp403 stop_info = StopInfo::CreateStopReasonWithBreakpointSiteID(*stop_thread, in RefreshStateAfterStop()
458 stop_info = StopInfo::CreateStopReasonWithBreakpointSiteID( in RefreshStateAfterStop()
/external/llvm-project/lldb/source/Target/
DStopInfo.cpp1098 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/
DProcessGDBRemote.cpp1818 StopInfo::CreateStopReasonWithBreakpointSiteID( in SetThreadStopInfo()
1838 StopInfo::CreateStopReasonWithBreakpointSiteID( in SetThreadStopInfo()
1901 StopInfo::CreateStopReasonWithBreakpointSiteID( in SetThreadStopInfo()
1928 StopInfo::CreateStopReasonWithBreakpointSiteID( in SetThreadStopInfo()