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.cpp97 else if (GetBreakpoint()->GetNumLocations() == 0) in ResolveBreakpoint()
110 else if (GetBreakpoint()->GetNumLocations() == 0) in ResolveBreakpointInModules()
124 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.cpp878 size_t Breakpoint::GetNumLocations() const { return m_locations.GetSize(); } in GetNumLocations() function in Breakpoint
903 const size_t num_locations = GetNumLocations(); in GetDescription()
1185 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.h426 size_t GetNumLocations() const;
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectProcess.cpp577 size_t num_locations = bp_sp->GetNumLocations(); in DoExecute()
640 size_t num_locations = bp_sp->GetNumLocations(); in DoExecute()
H A DCommandObjectBreakpoint.cpp780 if (bp_sp->GetNumLocations() == 0 && break_type != eSetTypeException) { in DoExecute()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp5476 item.Resize(breakpoint->GetNumLocations(), in TreeDelegateGenerateChildren()
5478 for (size_t i = 0; i < breakpoint->GetNumLocations(); i++) { in TreeDelegateGenerateChildren()
6988 const size_t num_bps_locs = bp_sp->GetNumLocations(); in WindowDelegateDraw()
7101 const size_t num_bps_locs = bp_sp->GetNumLocations(); in WindowDelegateDraw()
7460 const size_t num_bps_locs = bp_sp->GetNumLocations(); in ToggleBreakpointOnSelectedLine()
7505 const size_t num_bps_locs = bp_sp->GetNumLocations(); in ToggleBreakpointOnSelectedLine()
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp8838 result = ((lldb::SBBreakpoint const *)arg1)->GetNumLocations(); in _wrap_SBBreakpoint_GetNumLocations()