OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_real_stop_info_sp
(Results
1 - 2
of
2
) sorted by null
/external/lldb/include/lldb/Target/
ThreadPlanCallFunction.h
125
if (
m_real_stop_info_sp
)
126
return
m_real_stop_info_sp
;
176
lldb::StopInfoSP
m_real_stop_info_sp
; // In general we want to hide call function
member in class:lldb_private::ThreadPlanCallFunction
/external/lldb/source/Target/
ThreadPlanCallFunction.cpp
301
m_real_stop_info_sp
= GetPrivateStopInfo ();
368
m_real_stop_info_sp
= GetPrivateStopInfo ();
381
if (!
m_real_stop_info_sp
)
384
stop_reason =
m_real_stop_info_sp
->GetStopReason();
399
uint64_t break_site_id =
m_real_stop_info_sp
->GetValue();
431
m_real_stop_info_sp
->OverrideShouldStop(false);
438
m_real_stop_info_sp
->OverrideShouldStop(true);
457
if (
m_real_stop_info_sp
->ShouldStopSynchronous(event_ptr))
Completed in 535 milliseconds