/llvm-project/lldb/source/Breakpoint/ |
H A D | BreakpointResolverAddress.cpp | 97 else if (GetBreakpoint()->GetNumLocations() == 0) in ResolveBreakpoint() 110 else if (GetBreakpoint()->GetNumLocations() == 0) in ResolveBreakpointInModules() 119 BreakpointSP breakpoint_sp = GetBreakpoint(); in SearchCallback() 166 m_addr.Dump(s, GetBreakpoint()->GetTarget().GetProcessSP().get(), in GetDescription()
|
H A D | BreakpointLocationCollection.cpp | 28 FindByIDPair(bp_loc->GetBreakpoint().GetID(), bp_loc->GetID()); in Add() 51 return m_break_id == bp_loc->GetBreakpoint().GetID() && in operator ()() 128 BreakpointSP keep_bkpt_alive_sp = cur_loc_sp->GetBreakpoint().shared_from_this(); in ShouldStop() 159 if (!(*pos)->GetBreakpoint().IsInternal()) { in IsInternal()
|
H A D | BreakpointResolverScripted.cpp | 58 CreateImplementationIfNeeded(GetBreakpoint()); in NotifyBreakpointSet() 101 return GetBreakpoint()->GetTarget().GetDebugger().GetScriptInterpreter(); in GetScriptInterpreter()
|
H A D | BreakpointLocation.cpp | 64 Breakpoint &BreakpointLocation::GetBreakpoint() { return m_owner; } in GetBreakpoint() function in BreakpointLocation 354 uint32_t owner_ignore = GetBreakpoint().GetIgnoreCount(); in IgnoreCountShouldStop() 470 process_sp->RemoveConstituentFromBreakpointSite(GetBreakpoint().GetID(), in ClearBreakpointSite() 473 m_bp_site_sp->RemoveConstituent(GetBreakpoint().GetID(), GetID()); in ClearBreakpointSite()
|
H A D | BreakpointResolver.cpp | 358 if (log && bp_loc_sp && !GetBreakpoint()->IsInternal()) { in SetOffset() 369 return GetBreakpoint()->AddLocation(loc_addr, new_location);
|
H A D | BreakpointResolverName.cpp | 83 : BreakpointResolver(rhs.GetBreakpoint(), BreakpointResolver::NameResolver, in BreakpointResolverName() 330 BreakpointSP breakpoint_sp = GetBreakpoint(); in SearchCallback()
|
H A D | BreakpointSite.cpp | 66 if (m_constituents.GetByIndex(i)->GetBreakpoint().GetID() == bp_id) in IsBreakpointAtThisSite()
|
H A D | BreakpointResolverFileLine.cpp | 205 Target &target = GetBreakpoint()->GetTarget(); in DeduceSourceMapping() 302 Target &target = GetBreakpoint()->GetTarget(); in SearchCallback()
|
H A D | Breakpoint.cpp | 1037 BreakpointSP Breakpoint::BreakpointEventData::GetBreakpoint() const { in GetBreakpoint() 1050 break_id_t bkpt_id = GetBreakpoint()->GetID(); in Dump() 1036 BreakpointSP Breakpoint::BreakpointEventData::GetBreakpoint() const { GetBreakpoint() function in Breakpoint::BreakpointEventData
|
/llvm-project/lldb/source/Target/ |
H A D | StopInfo.cpp | 118 Breakpoint & bkpt = bp_loc_sp->GetBreakpoint(); in StoreBPInfo() 127 ->GetBreakpoint() in StoreBPInfo() 199 ->GetBreakpoint() in GetDescription() 417 loc->GetBreakpoint().shared_from_this()); in PerformAction() 429 !bp_loc_sp->GetBreakpoint().IsEnabled()) in PerformAction() 450 bp_loc_sp->GetBreakpoint().GetID()); in PerformAction() 455 bp_loc_sp->GetBreakpoint().EvaluatePrecondition(context); in PerformAction() 532 if (!bp_loc_sp->GetBreakpoint().IsInternal()) in PerformAction() 562 if (m_should_stop && !bp_loc_sp->GetBreakpoint().IsInternal()) in PerformAction() 568 bp_loc_sp->GetBreakpoint() in PerformAction() [all...] |
H A D | LanguageRuntime.cpp | 163 BreakpointSP breakpoint_sp = GetBreakpoint(); in SetActualResolver()
|
H A D | ThreadPlanCallFunction.cpp | 297 Breakpoint &bp = bp_site_sp->GetConstituentAtIndex(i)->GetBreakpoint(); in DoPlanExplainsStop()
|
H A D | ThreadPlanStepRange.cpp | 477 if (!bp_site_sp->GetConstituentAtIndex(i)->GetBreakpoint().IsInternal()) { in IsPlanStale()
|
H A D | StackFrameList.cpp |
|
H A D | Process.cpp | 1671 constituent->GetBreakpoint().GetID(), constituent->GetID(), in CreateBreakpointSite() 1709 load_addr, constituent->GetBreakpoint().GetID(), in CreateBreakpointSite()
|
/llvm-project/lldb/source/API/ |
H A D | SBBreakpointLocation.cpp | 234 error = loc_sp->GetBreakpoint() in SetScriptCallbackFunction() 261 loc_sp->GetBreakpoint() in SetScriptCallbackBody() 447 SBBreakpoint SBBreakpointLocation::GetBreakpoint() { in GetBreakpoint() function in SBBreakpointLocation 456 sb_bp = loc_sp->GetBreakpoint().shared_from_this(); in GetBreakpoint()
|
H A D | SBThread.cpp | 254 return bp_loc_sp->GetBreakpoint().GetID(); in GetStopReasonDataAtIndex()
|
/llvm-project/lldb/test/API/python_api/default-constructor/ |
H A D | sb_breakpointlocation.py | 25 breakpoint = obj.GetBreakpoint()
|
/llvm-project/lldb/include/lldb/API/ |
H A D | SBBreakpointLocation.h | 100 SBBreakpoint GetBreakpoint();
|
/llvm-project/lldb/include/lldb/Breakpoint/ |
H A D | BreakpointLocation.h | 54 Breakpoint &GetBreakpoint();
|
H A D | BreakpointResolver.h | 63 lldb::BreakpointSP GetBreakpoint() const { in GetBreakpoint() function
|
H A D | Breakpoint.h | 116 lldb::BreakpointSP GetBreakpoint() const;
|
/llvm-project/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/ |
H A D | DynamicLoaderHexagonDYLD.cpp | 291 ->GetBreakpoint() in SetRendezvousBreakpoint()
|
/llvm-project/lldb/source/Commands/ |
H A D | CommandObjectProcess.cpp | 511 bp_site_sp->GetConstituentAtIndex(i)->GetBreakpoint(); in DoExecute()
|
/llvm-project/lldb/source/Core/ |
H A D | IOHandlerCursesGUI.cpp | 5326 stream.Printf("%i.%i: ", breakpoint_location->GetBreakpoint().GetID(), in TreeDelegateDrawTreeItem() 5452 BreakpointSP GetBreakpoint(const TreeItem &item) { in GetBreakpoint() function in BreakpointTreeDelegate 5459 BreakpointSP breakpoint = GetBreakpoint(item); in TreeDelegateDrawTreeItem() 5468 BreakpointSP breakpoint = GetBreakpoint(item); in TreeDelegateGenerateChildren()
|