Home
last modified time | relevance | path

Searched refs:GetNumLocations (Results 1 – 11 of 11) sorted by relevance

/freebsd/contrib/llvm-project/lldb/bindings/interface/
H A DSBBreakpointExtensions.i14 return int(self.sbbreakpoint.GetNumLocations())
45 return self.GetNumLocations()
52 …num_locations = property(GetNumLocations, None, doc='''A read only property that returns the count…
/freebsd/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointResolverAddress.cpp95 else if (GetBreakpoint()->GetNumLocations() == 0) in ResolveBreakpoint()
108 else if (GetBreakpoint()->GetNumLocations() == 0) in ResolveBreakpointInModules()
121 if (breakpoint.GetNumLocations() == 0) { in SearchCallback()
H A DBreakpointIDList.cpp128 const size_t num_locations = breakpoint_sp->GetNumLocations(); in FindAndReplaceIDRanges()
211 const size_t num_locations = breakpoint->GetNumLocations(); in FindAndReplaceIDRanges()
H A DBreakpoint.cpp830 size_t Breakpoint::GetNumLocations() const { return m_locations.GetSize(); } in GetNumLocations() function in Breakpoint
848 const size_t num_locations = GetNumLocations(); in GetDescription()
1113 bp.try_emplace("numLocations", (int64_t)GetNumLocations()); in GetStatistics()
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBBreakpoint.h129 size_t GetNumLocations() const;
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBBreakpoint.cpp466 size_t SBBreakpoint::GetNumLocations() const { in GetNumLocations() function in SBBreakpoint
474 num_locs = bkpt_sp->GetNumLocations(); in GetNumLocations()
527 const size_t num_locations = bkpt_sp->GetNumLocations(); in GetDescription()
/freebsd/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DBreakpoint.h430 size_t GetNumLocations() const;
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectProcess.cpp561 size_t num_locations = bp_sp->GetNumLocations(); in DoExecute()
624 size_t num_locations = bp_sp->GetNumLocations(); in DoExecute()
H A DCommandObjectBreakpoint.cpp757 if (bp_sp->GetNumLocations() == 0 && break_type != eSetTypeException) { in DoExecute()
2473 const size_t num_locations = breakpoint->GetNumLocations(); in VerifyIDs()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp5474 item.Resize(breakpoint->GetNumLocations(), in TreeDelegateGenerateChildren()
5476 for (size_t i = 0; i < breakpoint->GetNumLocations(); i++) { in TreeDelegateGenerateChildren()
6997 const size_t num_bps_locs = bp_sp->GetNumLocations(); in WindowDelegateDraw()
7109 const size_t num_bps_locs = bp_sp->GetNumLocations(); in WindowDelegateDraw()
7474 const size_t num_bps_locs = bp_sp->GetNumLocations(); in ToggleBreakpointOnSelectedLine()
7518 const size_t num_bps_locs = bp_sp->GetNumLocations(); in ToggleBreakpointOnSelectedLine()
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp8904 result = ((lldb::SBBreakpoint const *)arg1)->GetNumLocations(); in _wrap_SBBreakpoint_GetNumLocations()