| /openbsd-src/gnu/llvm/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/ |
| H A D | DynamicLoaderMacOS.cpp | 88 m_process->GetTarget().RemoveBreakpointByID(m_break_id); in ~DynamicLoaderMacOS() 90 m_process->GetTarget().RemoveBreakpointByID(m_dyld_handover_break_id); in ~DynamicLoaderMacOS() 143 m_process->GetTarget().RemoveBreakpointByID(m_break_id); in DoClear() 145 m_process->GetTarget().RemoveBreakpointByID(m_dyld_handover_break_id); in DoClear() 185 m_process->GetTarget().RemoveBreakpointByID(m_break_id); in ClearNotificationBreakpoint() 463 m_process->GetTarget().RemoveBreakpointByID(m_dyld_handover_break_id); in ClearDYLDHandoverBreakpoint()
|
| H A D | DynamicLoaderMacOSXDYLD.cpp | 108 m_process->GetTarget().RemoveBreakpointByID(m_break_id); in ~DynamicLoaderMacOSXDYLD() 163 m_process->GetTarget().RemoveBreakpointByID(m_break_id); in DoClear() 177 m_process->GetTarget().RemoveBreakpointByID(m_break_id); in ClearNotificationBreakpoint()
|
| /openbsd-src/gnu/llvm/lldb/source/Target/ |
| H A D | ThreadPlanRunToAddress.cpp | 81 GetTarget().RemoveBreakpointByID(m_break_ids[i]); in ~ThreadPlanRunToAddress() 181 GetTarget().RemoveBreakpointByID(m_break_ids[i]); in MischiefManaged()
|
| H A D | ThreadPlanStepUntil.cpp | 85 target.RemoveBreakpointByID(m_return_bp_id); in Clear() 91 target.RemoveBreakpointByID((*pos).second); in Clear()
|
| H A D | ThreadPlanStepOut.cpp | 192 GetTarget().RemoveBreakpointByID(m_return_bp_id); in ~ThreadPlanStepOut() 431 GetTarget().RemoveBreakpointByID(m_return_bp_id); in MischiefManaged()
|
| H A D | ThreadPlanStepThrough.cpp | 224 m_process.GetTarget().RemoveBreakpointByID(m_backstop_bkpt_id); in ClearBackstopBreakpoint()
|
| H A D | ThreadPlanStepRange.cpp | 300 GetTarget().RemoveBreakpointByID(m_next_branch_bp_sp->GetID()); in ClearNextBranchBreakpoint()
|
| H A D | StopInfo.cpp | 546 thread_sp->GetProcess()->GetTarget().RemoveBreakpointByID( in PerformAction()
|
| H A D | Target.cpp | 954 bool Target::RemoveBreakpointByID(break_id_t break_id) { in RemoveBreakpointByID() function in Target
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/InstrumentationRuntime/ASan/ |
| H A D | InstrumentationRuntimeASan.cpp | 321 process_sp->GetTarget().RemoveBreakpointByID(GetBreakpointID()); in Deactivate()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/ |
| H A D | InstrumentationRuntimeMainThreadChecker.cpp | 234 process_sp->GetTarget().RemoveBreakpointByID(BID); in Deactivate()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
| H A D | AppleThreadPlanStepThroughObjCTrampoline.cpp | 282 GetTarget().RemoveBreakpointByID(bkpt_sp->GetID()); in ~AppleThreadPlanStepThroughDirectDispatch()
|
| H A D | AppleObjCTrampolineHandler.cpp | 343 process_sp->GetTarget().RemoveBreakpointByID(m_trampolines_changed_bp_id); in ~AppleObjCVTables()
|
| /openbsd-src/gnu/llvm/lldb/source/Commands/ |
| H A D | CommandObjectBreakpoint.cpp | 695 target.RemoveBreakpointByID(bp_sp->GetID()); in DoExecute() 709 target.RemoveBreakpointByID(bp_sp->GetID()); in DoExecute() 728 target.RemoveBreakpointByID(bp_sp->GetID()); in DoExecute() 1343 target.RemoveBreakpointByID(bp->GetID()); in DoExecute() 1540 target.RemoveBreakpointByID(cur_bp_id.GetBreakpointID()); in DoExecute()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/ |
| H A D | DynamicLoaderPOSIXDYLD.cpp | 76 m_process->GetTarget().RemoveBreakpointByID(m_dyld_bid); in ~DynamicLoaderPOSIXDYLD() 374 target.RemoveBreakpointByID(dyld_break->GetID()); in SetRendezvousBreakpoint()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/InstrumentationRuntime/UBSan/ |
| H A D | InstrumentationRuntimeUBSan.cpp | 295 process_sp->GetTarget().RemoveBreakpointByID(BID); in Deactivate()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/JITLoader/GDB/ |
| H A D | JITLoaderGDB.cpp | 152 m_process->GetTarget().RemoveBreakpointByID(m_jit_break_id); in ~JITLoaderGDB()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/ |
| H A D | DynamicLoaderHexagonDYLD.cpp | 109 m_process->GetTarget().RemoveBreakpointByID(m_dyld_bid); in ~DynamicLoaderHexagonDYLD()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/InstrumentationRuntime/TSan/ |
| H A D | InstrumentationRuntimeTSan.cpp | 937 process_sp->GetTarget().RemoveBreakpointByID(GetBreakpointID()); in Deactivate()
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/Target/ |
| H A D | Target.h | 782 bool RemoveBreakpointByID(lldb::break_id_t break_id);
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/StructuredData/DarwinLog/ |
| H A D | StructuredDataDarwinLog.cpp | 1310 process_sp->GetTarget().RemoveBreakpointByID(m_breakpoint_id); in ~StructuredDataDarwinLog()
|
| /openbsd-src/gnu/llvm/lldb/source/API/ |
| H A D | SBTarget.cpp | 1090 result = target_sp->RemoveBreakpointByID(bp_id); in BreakpointDelete()
|
| /openbsd-src/gnu/llvm/lldb/source/Core/ |
| H A D | IOHandlerCursesGUI.cpp | 7460 exe_ctx.GetTargetRef().RemoveBreakpointByID(bp_sp->GetID()); in ToggleBreakpointOnSelectedLine() 7503 exe_ctx.GetTargetRef().RemoveBreakpointByID(bp_sp->GetID()); in ToggleBreakpointOnSelectedLine()
|