Home
last modified time | relevance | path

Searched refs:GetBreakpoint (Results 1 – 25 of 25) sorted by relevance

/llvm-project/lldb/source/Breakpoint/
H A DBreakpointResolverAddress.cpp97 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 DBreakpointLocationCollection.cpp28 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 DBreakpointResolverScripted.cpp58 CreateImplementationIfNeeded(GetBreakpoint()); in NotifyBreakpointSet()
101 return GetBreakpoint()->GetTarget().GetDebugger().GetScriptInterpreter(); in GetScriptInterpreter()
H A DBreakpointLocation.cpp64 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 DBreakpointResolver.cpp358 if (log && bp_loc_sp && !GetBreakpoint()->IsInternal()) { in SetOffset()
369 return GetBreakpoint()->AddLocation(loc_addr, new_location);
H A DBreakpointResolverName.cpp83 : BreakpointResolver(rhs.GetBreakpoint(), BreakpointResolver::NameResolver, in BreakpointResolverName()
330 BreakpointSP breakpoint_sp = GetBreakpoint(); in SearchCallback()
H A DBreakpointSite.cpp66 if (m_constituents.GetByIndex(i)->GetBreakpoint().GetID() == bp_id) in IsBreakpointAtThisSite()
H A DBreakpointResolverFileLine.cpp205 Target &target = GetBreakpoint()->GetTarget(); in DeduceSourceMapping()
302 Target &target = GetBreakpoint()->GetTarget(); in SearchCallback()
H A DBreakpoint.cpp1037 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 DStopInfo.cpp118 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 DLanguageRuntime.cpp163 BreakpointSP breakpoint_sp = GetBreakpoint(); in SetActualResolver()
H A DThreadPlanCallFunction.cpp297 Breakpoint &bp = bp_site_sp->GetConstituentAtIndex(i)->GetBreakpoint(); in DoPlanExplainsStop()
H A DThreadPlanStepRange.cpp477 if (!bp_site_sp->GetConstituentAtIndex(i)->GetBreakpoint().IsInternal()) { in IsPlanStale()
H A DStackFrameList.cpp
H A DProcess.cpp1671 constituent->GetBreakpoint().GetID(), constituent->GetID(), in CreateBreakpointSite()
1709 load_addr, constituent->GetBreakpoint().GetID(), in CreateBreakpointSite()
/llvm-project/lldb/source/API/
H A DSBBreakpointLocation.cpp234 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 DSBThread.cpp254 return bp_loc_sp->GetBreakpoint().GetID(); in GetStopReasonDataAtIndex()
/llvm-project/lldb/test/API/python_api/default-constructor/
H A Dsb_breakpointlocation.py25 breakpoint = obj.GetBreakpoint()
/llvm-project/lldb/include/lldb/API/
H A DSBBreakpointLocation.h100 SBBreakpoint GetBreakpoint();
/llvm-project/lldb/include/lldb/Breakpoint/
H A DBreakpointLocation.h54 Breakpoint &GetBreakpoint();
H A DBreakpointResolver.h63 lldb::BreakpointSP GetBreakpoint() const { in GetBreakpoint() function
H A DBreakpoint.h116 lldb::BreakpointSP GetBreakpoint() const;
/llvm-project/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/
H A DDynamicLoaderHexagonDYLD.cpp291 ->GetBreakpoint() in SetRendezvousBreakpoint()
/llvm-project/lldb/source/Commands/
H A DCommandObjectProcess.cpp511 bp_site_sp->GetConstituentAtIndex(i)->GetBreakpoint(); in DoExecute()
/llvm-project/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp5326 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()