Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/
H A DDynamicLoaderMacOS.cpp88 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 DDynamicLoaderMacOSXDYLD.cpp108 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 DThreadPlanRunToAddress.cpp81 GetTarget().RemoveBreakpointByID(m_break_ids[i]); in ~ThreadPlanRunToAddress()
181 GetTarget().RemoveBreakpointByID(m_break_ids[i]); in MischiefManaged()
H A DThreadPlanStepUntil.cpp85 target.RemoveBreakpointByID(m_return_bp_id); in Clear()
91 target.RemoveBreakpointByID((*pos).second); in Clear()
H A DThreadPlanStepOut.cpp192 GetTarget().RemoveBreakpointByID(m_return_bp_id); in ~ThreadPlanStepOut()
431 GetTarget().RemoveBreakpointByID(m_return_bp_id); in MischiefManaged()
H A DThreadPlanStepThrough.cpp224 m_process.GetTarget().RemoveBreakpointByID(m_backstop_bkpt_id); in ClearBackstopBreakpoint()
H A DThreadPlanStepRange.cpp300 GetTarget().RemoveBreakpointByID(m_next_branch_bp_sp->GetID()); in ClearNextBranchBreakpoint()
H A DStopInfo.cpp546 thread_sp->GetProcess()->GetTarget().RemoveBreakpointByID( in PerformAction()
H A DTarget.cpp954 bool Target::RemoveBreakpointByID(break_id_t break_id) { in RemoveBreakpointByID() function in Target
/openbsd-src/gnu/llvm/lldb/source/Plugins/InstrumentationRuntime/ASan/
H A DInstrumentationRuntimeASan.cpp321 process_sp->GetTarget().RemoveBreakpointByID(GetBreakpointID()); in Deactivate()
/openbsd-src/gnu/llvm/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/
H A DInstrumentationRuntimeMainThreadChecker.cpp234 process_sp->GetTarget().RemoveBreakpointByID(BID); in Deactivate()
/openbsd-src/gnu/llvm/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleThreadPlanStepThroughObjCTrampoline.cpp282 GetTarget().RemoveBreakpointByID(bkpt_sp->GetID()); in ~AppleThreadPlanStepThroughDirectDispatch()
H A DAppleObjCTrampolineHandler.cpp343 process_sp->GetTarget().RemoveBreakpointByID(m_trampolines_changed_bp_id); in ~AppleObjCVTables()
/openbsd-src/gnu/llvm/lldb/source/Commands/
H A DCommandObjectBreakpoint.cpp695 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 DDynamicLoaderPOSIXDYLD.cpp76 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 DInstrumentationRuntimeUBSan.cpp295 process_sp->GetTarget().RemoveBreakpointByID(BID); in Deactivate()
/openbsd-src/gnu/llvm/lldb/source/Plugins/JITLoader/GDB/
H A DJITLoaderGDB.cpp152 m_process->GetTarget().RemoveBreakpointByID(m_jit_break_id); in ~JITLoaderGDB()
/openbsd-src/gnu/llvm/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/
H A DDynamicLoaderHexagonDYLD.cpp109 m_process->GetTarget().RemoveBreakpointByID(m_dyld_bid); in ~DynamicLoaderHexagonDYLD()
/openbsd-src/gnu/llvm/lldb/source/Plugins/InstrumentationRuntime/TSan/
H A DInstrumentationRuntimeTSan.cpp937 process_sp->GetTarget().RemoveBreakpointByID(GetBreakpointID()); in Deactivate()
/openbsd-src/gnu/llvm/lldb/include/lldb/Target/
H A DTarget.h782 bool RemoveBreakpointByID(lldb::break_id_t break_id);
/openbsd-src/gnu/llvm/lldb/source/Plugins/StructuredData/DarwinLog/
H A DStructuredDataDarwinLog.cpp1310 process_sp->GetTarget().RemoveBreakpointByID(m_breakpoint_id); in ~StructuredDataDarwinLog()
/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBTarget.cpp1090 result = target_sp->RemoveBreakpointByID(bp_id); in BreakpointDelete()
/openbsd-src/gnu/llvm/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp7460 exe_ctx.GetTargetRef().RemoveBreakpointByID(bp_sp->GetID()); in ToggleBreakpointOnSelectedLine()
7503 exe_ctx.GetTargetRef().RemoveBreakpointByID(bp_sp->GetID()); in ToggleBreakpointOnSelectedLine()