Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/
H A DSBBreakpoint.i228 GetNumLocations() const;
272 return int(self.sbbreakpoint.GetNumLocations())
300 return self.GetNumLocations()
307 …num_locations = property(GetNumLocations, None, doc='''A read only property that returns the count…
/freebsd-13.1/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointResolverAddress.cpp100 else if (GetBreakpoint()->GetNumLocations() == 0) in ResolveBreakpoint()
113 else if (GetBreakpoint()->GetNumLocations() == 0) in ResolveBreakpointInModules()
126 if (breakpoint.GetNumLocations() == 0) { in SearchCallback()
H A DBreakpointIDList.cpp174 const size_t num_locations = breakpoint_sp->GetNumLocations(); in FindAndReplaceIDRanges()
258 const size_t num_locations = breakpoint->GetNumLocations(); in FindAndReplaceIDRanges()
H A DBreakpoint.cpp839 size_t Breakpoint::GetNumLocations() const { return m_locations.GetSize(); } in GetNumLocations() function in Breakpoint
858 const size_t num_locations = GetNumLocations(); in GetDescription()
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBBreakpoint.cpp481 size_t SBBreakpoint::GetNumLocations() const { in GetNumLocations() function in SBBreakpoint
482 LLDB_RECORD_METHOD_CONST_NO_ARGS(size_t, SBBreakpoint, GetNumLocations); in GetNumLocations()
489 num_locs = bkpt_sp->GetNumLocations(); in GetNumLocations()
545 const size_t num_locations = bkpt_sp->GetNumLocations(); in GetDescription()
1035 LLDB_REGISTER_METHOD_CONST(size_t, SBBreakpoint, GetNumLocations, ()); in RegisterMethods()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBBreakpoint.h120 size_t GetNumLocations() const;
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DBreakpoint.h420 size_t GetNumLocations() const;
/freebsd-13.1/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectBreakpoint.cpp736 if (bp_sp->GetNumLocations() == 0 && break_type != eSetTypeException) { in DoExecute()
2447 const size_t num_locations = breakpoint->GetNumLocations(); in VerifyIDs()
/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp5448 const size_t num_bps_locs = bp_sp->GetNumLocations(); in WindowDelegateDraw()
5559 const size_t num_bps_locs = bp_sp->GetNumLocations(); in WindowDelegateDraw()
5918 const size_t num_bps_locs = bp_sp->GetNumLocations(); in ToggleBreakpointOnSelectedLine()
5962 const size_t num_bps_locs = bp_sp->GetNumLocations(); in ToggleBreakpointOnSelectedLine()
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp7795 result = ((lldb::SBBreakpoint const *)arg1)->GetNumLocations(); in _wrap_SBBreakpoint_GetNumLocations()