Searched refs:RemoveBreakpointByID (Results 1 - 13 of 13) sorted by relevance

/external/lldb/source/Target/
H A DThreadPlanRunToAddress.cpp106 m_thread.CalculateTarget()->RemoveBreakpointByID (m_break_ids[i]);
240 m_thread.CalculateTarget()->RemoveBreakpointByID (m_break_ids[i]);
H A DThreadPlanStepOut.cpp137 m_thread.CalculateTarget()->RemoveBreakpointByID(m_return_bp_id);
385 m_thread.CalculateTarget()->RemoveBreakpointByID (m_return_bp_id);
H A DThreadPlanStepUntil.cpp113 target_sp->RemoveBreakpointByID(m_return_bp_id);
120 target_sp->RemoveBreakpointByID((*pos).second);
H A DThreadPlanStepThrough.cpp242 m_thread.GetProcess()->GetTarget().RemoveBreakpointByID (m_backstop_bkpt_id);
H A DThreadPlanStepRange.cpp323 GetTarget().RemoveBreakpointByID (m_next_branch_bp_sp->GetID());
H A DStopInfo.cpp478 thread_sp->GetProcess()->GetTarget().RemoveBreakpointByID (bp_loc_sp->GetBreakpoint().GetID());
H A DTarget.cpp681 Target::RemoveBreakpointByID (break_id_t break_id) function in class:Target
/external/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
H A DDynamicLoaderPOSIXDYLD.cpp106 m_process->GetTarget().RemoveBreakpointByID (m_dyld_bid);
/external/lldb/include/lldb/Target/
H A DTarget.h611 RemoveBreakpointByID (lldb::break_id_t break_id);
/external/lldb/source/Commands/
H A DCommandObjectBreakpoint.cpp1574 target->RemoveBreakpointByID (bp->GetID());
1713 target->RemoveBreakpointByID (cur_bp_id.GetBreakpointID());
/external/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCTrampolineHandler.cpp430 m_process_sp->GetTarget().RemoveBreakpointByID (m_trampolines_changed_bp_id);
/external/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/
H A DDynamicLoaderMacOSXDYLD.cpp245 m_process->GetTarget().RemoveBreakpointByID (m_break_id);
/external/lldb/source/API/
H A DSBTarget.cpp1649 result = target_sp->RemoveBreakpointByID (bp_id);

Completed in 129 milliseconds