| /freebsd-12.1/contrib/llvm/tools/lldb/source/API/ |
| H A D | SBBreakpoint.cpp | 74 BreakpointSP bkpt_sp = GetSP(); in GetID() 83 BreakpointSP bkpt_sp = GetSP(); in IsValid() 93 BreakpointSP bkpt_sp = GetSP(); in ClearAllBreakpointSites() 104 BreakpointSP bkpt_sp = GetSP(); in FindLocationByAddress() 122 BreakpointSP bkpt_sp = GetSP(); in FindLocationIDByAddress() 140 BreakpointSP bkpt_sp = GetSP(); in FindLocationByID() 153 BreakpointSP bkpt_sp = GetSP(); in GetLocationAtIndex() 714 return BreakpointSP(); in GetBreakpointAtIndex() 717 return BreakpointSP(); in GetBreakpointAtIndex() 725 return BreakpointSP(); in FindBreakpointByID() [all …]
|
| H A D | SBBreakpointOptionCommon.cpp | 56 BreakpointSP bp_sp( in PrivateBreakpointHitCallback()
|
| H A D | SystemInitializerFull.cpp | 207 lldb::BreakpointSP &bkpt_sp);
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Breakpoint/ |
| H A D | BreakpointList.cpp | 17 static void NotifyChange(const BreakpointSP &bp, BreakpointEventType event) { in NotifyChange() 30 break_id_t BreakpointList::Add(BreakpointSP &bp_sp, bool notify) { in Add() 49 [&](const BreakpointSP &bp) { return bp->GetID() == break_id; }); in Remove() 105 [&](const BreakpointSP &bp) { return bp->AllowDelete(); }), in RemoveAllowed() 113 [&](const BreakpointSP &bp) { return bp->GetID() == break_id; }); in GetBreakpointIDIterator() 120 [&](const BreakpointSP &bp) { return bp->GetID() == break_id; }); in GetBreakpointIDConstIterator() 123 BreakpointSP BreakpointList::FindBreakpointByID(break_id_t break_id) const { in FindBreakpointByID() 141 for (BreakpointSP bkpt_sp : Breakpoints()) { in FindBreakpointsByName() 162 BreakpointSP BreakpointList::GetBreakpointAtIndex(size_t i) const { in GetBreakpointAtIndex()
|
| H A D | Breakpoint.cpp | 126 lldb::BreakpointSP Breakpoint::CreateFromStructuredData( in CreateFromStructuredData() 128 BreakpointSP result_sp; in CreateFromStructuredData() 1044 BreakpointEventType sub_type, const BreakpointSP &new_breakpoint_sp) in BreakpointEventData() 1059 BreakpointSP &Breakpoint::BreakpointEventData::GetBreakpoint() { in GetBreakpoint() 1092 BreakpointSP Breakpoint::BreakpointEventData::GetBreakpointFromEvent( in GetBreakpointFromEvent() 1094 BreakpointSP bp_sp; in GetBreakpointFromEvent()
|
| H A D | BreakpointName.cpp | 83 void BreakpointName::ConfigureBreakpoint(lldb::BreakpointSP bp_sp) in ConfigureBreakpoint()
|
| H A D | BreakpointIDList.cpp | 168 BreakpointSP breakpoint_sp; in FindAndReplaceIDRanges() 317 for (BreakpointSP bkpt_sp : target->GetBreakpointList().Breakpoints()) { in FindAndReplaceIDRanges()
|
| H A D | BreakpointResolverScripted.cpp | 56 lldb::BreakpointSP bkpt_sp(m_breakpoint->shared_from_this()); in CreateImplementationIfNeeded()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Breakpoint/ |
| H A D | BreakpointList.h | 45 lldb::break_id_t Add(lldb::BreakpointSP &bp_sp, bool notify); 63 lldb::BreakpointSP FindBreakpointByID(lldb::break_id_t breakID) const; 75 lldb::BreakpointSP GetBreakpointAtIndex(size_t i) const; 175 typedef std::vector<lldb::BreakpointSP> bp_collection; 190 typedef LockingAdaptedIterable<bp_collection, lldb::BreakpointSP,
|
| H A D | Breakpoint.h | 108 const lldb::BreakpointSP &new_breakpoint_sp); 118 lldb::BreakpointSP &GetBreakpoint(); 129 static lldb::BreakpointSP 144 lldb::BreakpointSP m_new_breakpoint_sp; 164 static lldb::BreakpointSP CreateFromStructuredData(
|
| H A D | BreakpointName.h | 198 void ConfigureBreakpoint(lldb::BreakpointSP bp_sp);
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/ |
| H A D | Target.h | 562 lldb::BreakpointSP GetLastCreatedBreakpoint() { in GetLastCreatedBreakpoint() 566 lldb::BreakpointSP GetBreakpointByID(lldb::break_id_t break_id); 581 lldb::BreakpointSP CreateSourceRegexBreakpoint( 606 lldb::BreakpointSP CreateFuncRegexBreakpoint( 617 lldb::BreakpointSP CreateBreakpoint( 624 lldb::BreakpointSP 630 lldb::BreakpointSP 644 lldb::BreakpointSP CreateBreakpoint( 651 lldb::BreakpointSP 683 void RemoveNameFromBreakpoint(lldb::BreakpointSP &bp_sp, [all …]
|
| H A D | ThreadPlanStepRange.h | 77 lldb::BreakpointSP m_next_branch_bp_sp;
|
| H A D | LanguageRuntime.h | 114 static lldb::BreakpointSP
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/ |
| H A D | ItaniumABILanguageRuntime.h | 85 lldb::BreakpointSP CreateExceptionBreakpoint(bool catch_bp, bool throw_bp, 98 lldb::BreakpointSP m_cxx_exception_bp_sp;
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Target/ |
| H A D | Target.cpp | 297 BreakpointSP bp_sp; in GetBreakpointByID() 404 lldb::BreakpointSP 421 BreakpointSP bp_sp; in CreateBreakpoint() 439 lldb::BreakpointSP 446 BreakpointSP bp_sp; in CreateBreakpoint() 465 BreakpointSP 472 BreakpointSP bp_sp; in CreateBreakpoint() 565 lldb::BreakpointSP 584 lldb::BreakpointSP 630 BreakpointSP bp_sp; in CreateBreakpoint() [all …]
|
| H A D | LanguageRuntime.cpp | 241 BreakpointSP LanguageRuntime::CreateExceptionBreakpoint( in CreateExceptionBreakpoint() 250 BreakpointSP exc_breakpt_sp( in CreateExceptionBreakpoint()
|
| H A D | StopInfo.cpp | 216 BreakpointSP break_sp = in GetDescription() 384 std::vector<lldb::BreakpointSP> location_owners; in PerformAction()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/ |
| H A D | SBBreakpoint.h | 26 SBBreakpoint(const lldb::BreakpointSP &bp_sp); 144 lldb::BreakpointSP GetSP() const;
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/ |
| H A D | RenderScriptRuntime.h | 432 lldb::BreakpointSP CreateScriptGroupBreakpoint(const ConstString &name, 435 lldb::BreakpointSP CreateKernelBreakpoint(const ConstString &name); 437 lldb::BreakpointSP CreateReductionBreakpoint(const ConstString &name, 460 lldb::BreakpointSP bp_sp; 535 void SetConditional(lldb::BreakpointSP bp, lldb_private::Stream &messages,
|
| H A D | RenderScriptRuntime.cpp | 1285 const BreakpointSP bp = list.GetBreakpointAtIndex(i); in CaptureDebugHintScriptGroup2() 3595 BreakpointSP 3608 BreakpointSP bp = target.CreateBreakpoint( in CreateKernelBreakpoint() 3623 BreakpointSP 3638 BreakpointSP bp = target.CreateBreakpoint( in CreateReductionBreakpoint() 3805 BreakpointSP breakpoint_sp = in KernelBreakpointHit() 3851 BreakpointSP bp = CreateKernelBreakpoint(kernel_name); in PlaceBreakpointOnKernel() 3864 BreakpointSP 3879 BreakpointSP bp = target.CreateBreakpoint( in CreateScriptGroupBreakpoint() 3898 BreakpointSP bp = CreateScriptGroupBreakpoint(name, multi); in PlaceBreakpointOnScriptGroup() [all …]
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
| H A D | AppleObjCRuntime.h | 124 lldb::BreakpointSP m_objc_exception_bp_sp;
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ScriptInterpreter/Python/ |
| H A D | ScriptInterpreterPython.h | 83 lldb::BreakpointSP &bkpt_sp); 226 lldb::BreakpointSP &bkpt_sp) override;
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/ |
| H A D | DynamicLoaderPOSIXDYLD.cpp | 286 BreakpointSP breakpoint_sp = in EntryBreakpointHit() 325 BreakpointSP dyld_break; in SetRendezvousBreakpoint()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/ |
| H A D | CommandObjectBreakpoint.cpp | 695 BreakpointSP bp_sp = nullptr; in DoExecute() 1952 BreakpointSP bp_sp; in DoExecute() 2065 BreakpointSP bp_sp = breakpoints.FindBreakpointByID(bp_id); in DoExecute() 2148 BreakpointSP bp_sp = breakpoints.FindBreakpointByID(bp_id); in DoExecute() 2224 for (BreakpointSP bp_sp : breakpoints.Breakpoints()) { in DoExecute()
|