Home
last modified time | relevance | path

Searched refs:RemoveBreakpointByID (Results 1 – 21 of 21) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/lldb/source/Target/
DThreadPlanRunToAddress.cpp80 GetTarget().RemoveBreakpointByID(m_break_ids[i]); in ~ThreadPlanRunToAddress()
180 GetTarget().RemoveBreakpointByID(m_break_ids[i]); in MischiefManaged()
DThreadPlanStepUntil.cpp84 target.RemoveBreakpointByID(m_return_bp_id); in Clear()
90 target.RemoveBreakpointByID((*pos).second); in Clear()
DThreadPlanStepOut.cpp191 GetTarget().RemoveBreakpointByID(m_return_bp_id); in ~ThreadPlanStepOut()
430 GetTarget().RemoveBreakpointByID(m_return_bp_id); in MischiefManaged()
DThreadPlanStepThrough.cpp223 m_process.GetTarget().RemoveBreakpointByID(m_backstop_bkpt_id); in ClearBackstopBreakpoint()
DThreadPlanStepRange.cpp299 GetTarget().RemoveBreakpointByID(m_next_branch_bp_sp->GetID()); in ClearNextBranchBreakpoint()
DStopInfo.cpp543 thread_sp->GetProcess()->GetTarget().RemoveBreakpointByID( in PerformAction()
DTarget.cpp934 bool Target::RemoveBreakpointByID(break_id_t break_id) { in RemoveBreakpointByID() function in Target
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/ASan/
DInstrumentationRuntimeASan.cpp322 process_sp->GetTarget().RemoveBreakpointByID(GetBreakpointID()); in Deactivate()
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/
DInstrumentationRuntimeMainThreadChecker.cpp238 process_sp->GetTarget().RemoveBreakpointByID(BID); in Deactivate()
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
DAppleThreadPlanStepThroughObjCTrampoline.cpp261 GetTarget().RemoveBreakpointByID(bkpt_sp->GetID()); in ~AppleThreadPlanStepThroughDirectDispatch()
DAppleObjCTrampolineHandler.cpp443 process_sp->GetTarget().RemoveBreakpointByID(m_trampolines_changed_bp_id); in ~AppleObjCVTables()
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
DDynamicLoaderPOSIXDYLD.cpp84 m_process->GetTarget().RemoveBreakpointByID(m_dyld_bid); in ~DynamicLoaderPOSIXDYLD()
368 target.RemoveBreakpointByID(dyld_break->GetID()); in SetRendezvousBreakpoint()
/freebsd-12-stable/contrib/llvm-project/lldb/source/Commands/
DCommandObjectBreakpoint.cpp684 target.RemoveBreakpointByID(bp_sp->GetID()); in DoExecute()
698 target.RemoveBreakpointByID(bp_sp->GetID()); in DoExecute()
717 target.RemoveBreakpointByID(bp_sp->GetID()); in DoExecute()
1335 target.RemoveBreakpointByID(bp->GetID()); in DoExecute()
1533 target.RemoveBreakpointByID(cur_bp_id.GetBreakpointID()); in DoExecute()
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/UBSan/
DInstrumentationRuntimeUBSan.cpp296 process_sp->GetTarget().RemoveBreakpointByID(BID); in Deactivate()
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/JITLoader/GDB/
DJITLoaderGDB.cpp157 m_process->GetTarget().RemoveBreakpointByID(m_jit_break_id); in ~JITLoaderGDB()
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/
DDynamicLoaderHexagonDYLD.cpp119 m_process->GetTarget().RemoveBreakpointByID(m_dyld_bid); in ~DynamicLoaderHexagonDYLD()
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/TSan/
DInstrumentationRuntimeTSan.cpp935 process_sp->GetTarget().RemoveBreakpointByID(GetBreakpointID()); in Deactivate()
/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Target/
DTarget.h758 bool RemoveBreakpointByID(lldb::break_id_t break_id);
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/StructuredData/DarwinLog/
DStructuredDataDarwinLog.cpp1330 process_sp->GetTarget().RemoveBreakpointByID(m_breakpoint_id); in ~StructuredDataDarwinLog()
/freebsd-12-stable/contrib/llvm-project/lldb/source/Core/
DIOHandlerCursesGUI.cpp5928 exe_ctx.GetTargetRef().RemoveBreakpointByID(bp_sp->GetID()); in ToggleBreakpointOnSelectedLine()
5971 exe_ctx.GetTargetRef().RemoveBreakpointByID(bp_sp->GetID()); in ToggleBreakpointOnSelectedLine()
/freebsd-12-stable/contrib/llvm-project/lldb/source/API/
DSBTarget.cpp1202 result = target_sp->RemoveBreakpointByID(bp_id); in BreakpointDelete()