| /freebsd/contrib/llvm-project/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 | 301 GetTarget().RemoveBreakpointByID(m_next_branch_bp_sp->GetID()); in ClearNextBranchBreakpoint()
|
| H A D | StopInfo.cpp | 552 thread_sp->GetProcess()->GetTarget().RemoveBreakpointByID( in PerformAction()
|
| H A D | Target.cpp | 1004 bool Target::RemoveBreakpointByID(break_id_t break_id) { in RemoveBreakpointByID() function in Target
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/ASanLibsanitizers/ |
| H A D | InstrumentationRuntimeASanLibsanitizers.cpp | 124 process_sp->GetTarget().RemoveBreakpointByID(GetBreakpointID()); in Deactivate()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/ASan/ |
| H A D | InstrumentationRuntimeASan.cpp | 110 process_sp->GetTarget().RemoveBreakpointByID(GetBreakpointID()); in RetrieveReportData()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/ |
| H A D | InstrumentationRuntimeMainThreadChecker.cpp | 235 process_sp->GetTarget().RemoveBreakpointByID(BID); in Deactivate()
|
| /freebsd/contrib/llvm-project/lldb/source/Commands/ |
| H A D | CommandObjectBreakpoint.cpp | 705 target.RemoveBreakpointByID(bp_sp->GetID()); in DoExecute() 719 target.RemoveBreakpointByID(bp_sp->GetID()); in DoExecute() 738 target.RemoveBreakpointByID(bp_sp->GetID()); in DoExecute() 1317 target.RemoveBreakpointByID(bp->GetID()); in DoExecute() 1505 target.RemoveBreakpointByID(cur_bp_id.GetBreakpointID()); in DoExecute()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
| H A D | AppleThreadPlanStepThroughObjCTrampoline.cpp | 282 GetTarget().RemoveBreakpointByID(bkpt_sp->GetID()); in ~AppleThreadPlanStepThroughDirectDispatch()
|
| H A D | AppleObjCTrampolineHandler.cpp | 342 process_sp->GetTarget().RemoveBreakpointByID(m_trampolines_changed_bp_id); in ~AppleObjCVTables()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/UBSan/ |
| H A D | InstrumentationRuntimeUBSan.cpp | 295 process_sp->GetTarget().RemoveBreakpointByID(BID); in Deactivate()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/ |
| H A D | DynamicLoaderPOSIXDYLD.cpp | 76 m_process->GetTarget().RemoveBreakpointByID(m_dyld_bid); in ~DynamicLoaderPOSIXDYLD() 365 target.RemoveBreakpointByID(dyld_break->GetID()); in SetRendezvousBreakpoint()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/JITLoader/GDB/ |
| H A D | JITLoaderGDB.cpp | 155 m_process->GetTarget().RemoveBreakpointByID(m_jit_break_id); in ~JITLoaderGDB()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/ |
| H A D | DynamicLoaderHexagonDYLD.cpp | 109 m_process->GetTarget().RemoveBreakpointByID(m_dyld_bid); in ~DynamicLoaderHexagonDYLD()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/TSan/ |
| H A D | InstrumentationRuntimeTSan.cpp | 937 process_sp->GetTarget().RemoveBreakpointByID(GetBreakpointID()); in Deactivate()
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/Target/ |
| H A D | Target.h | 817 bool RemoveBreakpointByID(lldb::break_id_t break_id);
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/StructuredData/DarwinLog/ |
| H A D | StructuredDataDarwinLog.cpp | 1305 process_sp->GetTarget().RemoveBreakpointByID(m_breakpoint_id); in ~StructuredDataDarwinLog()
|
| /freebsd/contrib/llvm-project/lldb/source/API/ |
| H A D | SBTarget.cpp | 1099 result = target_sp->RemoveBreakpointByID(bp_id); in BreakpointDelete()
|
| /freebsd/contrib/llvm-project/lldb/source/Core/ |
| H A D | IOHandlerCursesGUI.cpp | 7484 exe_ctx.GetTargetRef().RemoveBreakpointByID(bp_sp->GetID()); in ToggleBreakpointOnSelectedLine() 7527 exe_ctx.GetTargetRef().RemoveBreakpointByID(bp_sp->GetID()); in ToggleBreakpointOnSelectedLine()
|