Home
last modified time | relevance | path

Searched refs:CreateStopReasonWithException (Results 1 – 3 of 3) sorted by relevance

/external/lldb/include/lldb/Target/
DStopInfo.h163 CreateStopReasonWithException (Thread &thread, const char *description);
/external/lldb/source/Target/
DStopInfo.cpp1122 StopInfo::CreateStopReasonWithException (Thread &thread, const char *description) in CreateStopReasonWithException() function in StopInfo
/external/lldb/source/Plugins/Process/gdb-remote/
DProcessGDBRemote.cpp1639 … thread_sp->SetStopInfo (StopInfo::CreateStopReasonWithException(*thread_sp, description.c_str())); in SetThreadStopInfo()
1699 …thread_sp->SetStopInfo (StopInfo::CreateStopReasonWithException (*thread_sp, description.c_str())); in SetThreadStopInfo()