/freebsd/contrib/llvm-project/lldb/source/Breakpoint/ |
H A D | BreakpointResolverAddress.cpp | 95 else if (GetBreakpoint()->GetNumLocations() == 0) in ResolveBreakpoint() 108 else if (GetBreakpoint()->GetNumLocations() == 0) in ResolveBreakpointInModules() 117 BreakpointSP breakpoint_sp = GetBreakpoint(); in SearchCallback() 164 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() 100 return GetBreakpoint()->GetTarget().GetDebugger().GetScriptInterpreter();
|
H A D | BreakpointLocation.cpp | 64 Breakpoint &BreakpointLocation::GetBreakpoint() { return m_owner; } in GetBreakpoint() function in BreakpointLocation 352 uint32_t owner_ignore = GetBreakpoint().GetIgnoreCount(); in IgnoreCountShouldStop() 468 process_sp->RemoveConstituentFromBreakpointSite(GetBreakpoint().GetID(), in ClearBreakpointSite() 471 m_bp_site_sp->RemoveConstituent(GetBreakpoint().GetID(), GetID()); in ClearBreakpointSite()
|
H A D | BreakpointResolver.cpp | 339 if (log && bp_loc_sp && !GetBreakpoint()->IsInternal()) { in AddLocation() 350 return GetBreakpoint()->AddLocation(loc_addr, new_location); in AddLocation()
|
H A D | BreakpointResolverName.cpp | 83 : BreakpointResolver(rhs.GetBreakpoint(), BreakpointResolver::NameResolver, in BreakpointResolverName() 327 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 | 196 Target &target = GetBreakpoint()->GetTarget(); in DeduceSourceMapping()
|
H A D | Breakpoint.cpp | 1036 BreakpointSP Breakpoint::BreakpointEventData::GetBreakpoint() const { in GetBreakpoint() function in Breakpoint::BreakpointEventData 1049 break_id_t bkpt_id = GetBreakpoint()->GetID(); in Dump()
|
/freebsd/contrib/llvm-project/lldb/source/Target/ |
H A D | StopInfo.cpp | 117 Breakpoint & bkpt = bp_loc_sp->GetBreakpoint(); in StoreBPInfo() 126 ->GetBreakpoint() in StoreBPInfo() 198 ->GetBreakpoint() in GetDescription() 400 loc->GetBreakpoint().shared_from_this()); in PerformAction() 412 !bp_loc_sp->GetBreakpoint().IsEnabled()) in PerformAction() 433 bp_loc_sp->GetBreakpoint().GetID()); in PerformAction() 438 bp_loc_sp->GetBreakpoint().EvaluatePrecondition(context); in PerformAction() 515 if (!bp_loc_sp->GetBreakpoint().IsInternal()) in PerformAction() 545 if (m_should_stop && !bp_loc_sp->GetBreakpoint().IsInternal()) in PerformAction() 551 bp_loc_sp->GetBreakpoint().IsOneShot()) { 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 | 411 if (!bp_site_sp->GetConstituentAtIndex(i)->GetBreakpoint().IsInternal()) { in NextRangeBreakpointExplainsStop()
|
H A D | StackFrameList.cpp | 162 bp_site_sp->GetConstituentAtIndex(i)->GetBreakpoint(); in ResetCurrentInlinedDepth()
|
H A D | Process.cpp | 1700 constituent->GetBreakpoint().GetID(), constituent->GetID(), in CreateBreakpointSite() 1738 load_addr, constituent->GetBreakpoint().GetID(), in CreateBreakpointSite()
|
/freebsd/contrib/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() { 456 sb_bp = loc_sp->GetBreakpoint().shared_from_this(); in GetBreakpoint() 448 SBBreakpoint SBBreakpointLocation::GetBreakpoint() { GetBreakpoint() function in SBBreakpointLocation
|
H A D | SBThread.cpp | 251 return bp_loc_sp->GetBreakpoint().GetID(); in GetStopReasonDataAtIndex()
|
/freebsd/contrib/llvm-project/lldb/include/lldb/API/ |
H A D | SBBreakpointLocation.h | 100 SBBreakpoint GetBreakpoint();
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Breakpoint/ |
H A D | BreakpointResolver.h | 63 lldb::BreakpointSP GetBreakpoint() const { in GetBreakpoint() function
|
H A D | BreakpointLocation.h | 52 Breakpoint &GetBreakpoint();
|
H A D | Breakpoint.h | 116 lldb::BreakpointSP GetBreakpoint() const;
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/ |
H A D | DynamicLoaderHexagonDYLD.cpp | 291 ->GetBreakpoint() in SetRendezvousBreakpoint()
|
/freebsd/contrib/llvm-project/lldb/source/Commands/ |
H A D | CommandObjectProcess.cpp | 505 bp_site_sp->GetConstituentAtIndex(i)->GetBreakpoint(); in DoExecute()
|
/freebsd/contrib/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()
|
/freebsd/lib/clang/liblldb/ |
H A D | LLDBWrapLua.cpp | 10544 result = (arg1)->GetBreakpoint(); in _wrap_SBBreakpointLocation_GetBreakpoint()
|