Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DThreadPlanRunToAddress.cpp84 m_thread.CalculateTarget()->RemoveBreakpointByID(m_break_ids[i]); in ~ThreadPlanRunToAddress()
184 m_thread.CalculateTarget()->RemoveBreakpointByID(m_break_ids[i]); in MischiefManaged()
H A DThreadPlanStepUntil.cpp89 target_sp->RemoveBreakpointByID(m_return_bp_id); in Clear()
95 target_sp->RemoveBreakpointByID((*pos).second); in Clear()
H A DThreadPlanStepOut.cpp180 m_thread.CalculateTarget()->RemoveBreakpointByID(m_return_bp_id); in ~ThreadPlanStepOut()
413 m_thread.CalculateTarget()->RemoveBreakpointByID(m_return_bp_id); in MischiefManaged()
H A DThreadPlanStepThrough.cpp234 m_thread.GetProcess()->GetTarget().RemoveBreakpointByID(m_backstop_bkpt_id); in ClearBackstopBreakpoint()
H A DThreadPlanStepRange.cpp290 GetTarget().RemoveBreakpointByID(m_next_branch_bp_sp->GetID()); in ClearNextBranchBreakpoint()
H A DStopInfo.cpp518 thread_sp->GetProcess()->GetTarget().RemoveBreakpointByID( in PerformAction()
H A DTarget.cpp939 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 DASanRuntime.cpp322 process_sp->GetTarget().RemoveBreakpointByID(GetBreakpointID()); in Deactivate()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/
H A DMainThreadCheckerRuntime.cpp233 process_sp->GetTarget().RemoveBreakpointByID(BID); in Deactivate()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
H A DDynamicLoaderPOSIXDYLD.cpp83 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 DUBSanRuntime.cpp298 process_sp->GetTarget().RemoveBreakpointByID(BID); in Deactivate()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectBreakpoint.cpp852 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 DJITLoaderGDB.cpp132 m_process->GetTarget().RemoveBreakpointByID(m_jit_break_id); in ~JITLoaderGDB()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/
H A DDynamicLoaderHexagonDYLD.cpp116 m_process->GetTarget().RemoveBreakpointByID(m_dyld_bid); in ~DynamicLoaderHexagonDYLD()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCTrampolineHandler.cpp443 process_sp->GetTarget().RemoveBreakpointByID(m_trampolines_changed_bp_id); in ~AppleObjCVTables()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/InstrumentationRuntime/TSan/
H A DTSanRuntime.cpp934 process_sp->GetTarget().RemoveBreakpointByID(GetBreakpointID()); in Deactivate()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/FreeBSD/
H A DProcessFreeBSD.cpp1022 GetTarget().RemoveBreakpointByID(bp_id); in IsSoftwareStepBreakpoint()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DTarget.h719 bool RemoveBreakpointByID(lldb::break_id_t break_id);
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/StructuredData/DarwinLog/
H A DStructuredDataDarwinLog.cpp1383 process_sp->GetTarget().RemoveBreakpointByID(m_breakpoint_id); in ~StructuredDataDarwinLog()
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBTarget.cpp1135 result = target_sp->RemoveBreakpointByID(bp_id); in BreakpointDelete()