Home
last modified time | relevance | path

Searched refs:break_site_id (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
DAppleThreadPlanStepThroughObjCTrampoline.cpp319 uint64_t break_site_id = stop_info_sp->GetValue(); in DoPlanExplainsStop() local
321 = process_sp->GetBreakpointSiteList().FindByID(break_site_id); in DoPlanExplainsStop()
DAppleObjCRuntime.cpp450 uint64_t break_site_id = stop_reason->GetValue(); in ExceptionBreakpointsExplainStop() local
452 break_site_id, m_objc_exception_bp_sp->GetID()); in ExceptionBreakpointsExplainStop()
/external/llvm-project/lldb/source/Target/
DThreadPlanCallFunction.cpp284 uint64_t break_site_id = m_real_stop_info_sp->GetValue(); in DoPlanExplainsStop() local
286 bp_site_sp = m_process.GetBreakpointSiteList().FindByID(break_site_id); in DoPlanExplainsStop()
/external/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
DItaniumABILanguageRuntime.cpp528 uint64_t break_site_id = stop_reason->GetValue(); in ExceptionBreakpointsExplainStop() local
530 break_site_id, m_cxx_exception_bp_sp->GetID()); in ExceptionBreakpointsExplainStop()