Searched refs:CreateStopReasonWithBreakpointSiteID (Results 1 – 5 of 5) sorted by relevance
/external/lldb/include/lldb/Target/ |
D | StopInfo.h | 144 CreateStopReasonWithBreakpointSiteID (Thread &thread, lldb::break_id_t break_id); 148 …CreateStopReasonWithBreakpointSiteID (Thread &thread, lldb::break_id_t break_id, bool should_stop);
|
/external/lldb/source/Plugins/Process/Utility/ |
D | StopInfoMachException.cpp | 458 … return StopInfo::CreateStopReasonWithBreakpointSiteID (thread, bp_site_sp->GetID()); in CreateStopReasonWithMachException()
|
/external/lldb/source/Target/ |
D | StopInfo.cpp | 1086 StopInfo::CreateStopReasonWithBreakpointSiteID (Thread &thread, break_id_t break_id) in CreateStopReasonWithBreakpointSiteID() function in StopInfo 1092 StopInfo::CreateStopReasonWithBreakpointSiteID (Thread &thread, break_id_t break_id, bool should_st… in CreateStopReasonWithBreakpointSiteID() function in StopInfo
|
/external/lldb/source/Plugins/Process/POSIX/ |
D | POSIXThread.cpp | 408 SetStopInfo (StopInfo::CreateStopReasonWithBreakpointSiteID(*this, bp_id)); in BreakNotify()
|
/external/lldb/source/Plugins/Process/gdb-remote/ |
D | ProcessGDBRemote.cpp | 1616 …thread_sp->SetStopInfo (StopInfo::CreateStopReasonWithBreakpointSiteID (*thread_sp, bp_site_sp->Ge… in SetThreadStopInfo() 1667 …thread_sp->SetStopInfo (StopInfo::CreateStopReasonWithBreakpointSiteID (*thread_sp, bp_site_sp->Ge… in SetThreadStopInfo()
|