| /freebsd-12.1/contrib/llvm/tools/lldb/source/Target/ |
| H A D | ThreadPlanRunToAddress.cpp | 84 m_thread.CalculateTarget()->RemoveBreakpointByID(m_break_ids[i]); in ~ThreadPlanRunToAddress() 184 m_thread.CalculateTarget()->RemoveBreakpointByID(m_break_ids[i]); in MischiefManaged()
|
| H A D | ThreadPlanStepUntil.cpp | 89 target_sp->RemoveBreakpointByID(m_return_bp_id); in Clear() 95 target_sp->RemoveBreakpointByID((*pos).second); in Clear()
|
| H A D | ThreadPlanStepOut.cpp | 180 m_thread.CalculateTarget()->RemoveBreakpointByID(m_return_bp_id); in ~ThreadPlanStepOut() 413 m_thread.CalculateTarget()->RemoveBreakpointByID(m_return_bp_id); in MischiefManaged()
|
| H A D | ThreadPlanStepThrough.cpp | 234 m_thread.GetProcess()->GetTarget().RemoveBreakpointByID(m_backstop_bkpt_id); in ClearBackstopBreakpoint()
|
| H A D | ThreadPlanStepRange.cpp | 290 GetTarget().RemoveBreakpointByID(m_next_branch_bp_sp->GetID()); in ClearNextBranchBreakpoint()
|
| H A D | StopInfo.cpp | 518 thread_sp->GetProcess()->GetTarget().RemoveBreakpointByID( in PerformAction()
|
| H A D | Target.cpp | 939 bool Target::RemoveBreakpointByID(break_id_t break_id) { in RemoveBreakpointByID() function in Target
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/InstrumentationRuntime/ASan/ |
| H A D | ASanRuntime.cpp | 322 process_sp->GetTarget().RemoveBreakpointByID(GetBreakpointID()); in Deactivate()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/ |
| H A D | MainThreadCheckerRuntime.cpp | 233 process_sp->GetTarget().RemoveBreakpointByID(BID); in Deactivate()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/ |
| H A D | DynamicLoaderPOSIXDYLD.cpp | 83 m_process->GetTarget().RemoveBreakpointByID(m_dyld_bid); in ~DynamicLoaderPOSIXDYLD() 368 target.RemoveBreakpointByID(dyld_break->GetID()); in SetRendezvousBreakpoint()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/InstrumentationRuntime/UBSan/ |
| H A D | UBSanRuntime.cpp | 298 process_sp->GetTarget().RemoveBreakpointByID(BID); in Deactivate()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/ |
| H A D | CommandObjectBreakpoint.cpp | 852 target->RemoveBreakpointByID(bp_sp->GetID()); in DoExecute() 871 target->RemoveBreakpointByID(bp_sp->GetID()); in DoExecute() 891 target->RemoveBreakpointByID(bp_sp->GetID()); in DoExecute() 1552 target->RemoveBreakpointByID(bp->GetID()); in DoExecute() 1719 target->RemoveBreakpointByID(cur_bp_id.GetBreakpointID()); in DoExecute()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/JITLoader/GDB/ |
| H A D | JITLoaderGDB.cpp | 132 m_process->GetTarget().RemoveBreakpointByID(m_jit_break_id); in ~JITLoaderGDB()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/ |
| H A D | DynamicLoaderHexagonDYLD.cpp | 116 m_process->GetTarget().RemoveBreakpointByID(m_dyld_bid); in ~DynamicLoaderHexagonDYLD()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
| H A D | AppleObjCTrampolineHandler.cpp | 443 process_sp->GetTarget().RemoveBreakpointByID(m_trampolines_changed_bp_id); in ~AppleObjCVTables()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/InstrumentationRuntime/TSan/ |
| H A D | TSanRuntime.cpp | 934 process_sp->GetTarget().RemoveBreakpointByID(GetBreakpointID()); in Deactivate()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/FreeBSD/ |
| H A D | ProcessFreeBSD.cpp | 1022 GetTarget().RemoveBreakpointByID(bp_id); in IsSoftwareStepBreakpoint()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/ |
| H A D | Target.h | 719 bool RemoveBreakpointByID(lldb::break_id_t break_id);
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/StructuredData/DarwinLog/ |
| H A D | StructuredDataDarwinLog.cpp | 1383 process_sp->GetTarget().RemoveBreakpointByID(m_breakpoint_id); in ~StructuredDataDarwinLog()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/API/ |
| H A D | SBTarget.cpp | 1135 result = target_sp->RemoveBreakpointByID(bp_id); in BreakpointDelete()
|