Home
last modified time | relevance | path

Searched refs:GetBreakpointByID (Results 1 – 14 of 14) sorted by relevance

/NextBSD/contrib/llvm/tools/lldb/source/Target/
HDThreadPlanStepUntil.cpp350 Breakpoint *return_bp = target_sp->GetBreakpointByID(m_return_bp_id).get(); in DoWillResume()
357 Breakpoint *until_bp = target_sp->GetBreakpointByID((*pos).second).get(); in DoWillResume()
376 Breakpoint *return_bp = target_sp->GetBreakpointByID(m_return_bp_id).get(); in WillStop()
383 Breakpoint *until_bp = target_sp->GetBreakpointByID((*pos).second).get(); in WillStop()
HDThreadPlanStepOut.cpp419 Breakpoint *return_bp = m_thread.CalculateTarget()->GetBreakpointByID(m_return_bp_id).get(); in DoWillResume()
431 Breakpoint *return_bp = m_thread.CalculateTarget()->GetBreakpointByID(m_return_bp_id).get(); in WillStop()
HDThreadPlanRunToAddress.cpp156 … Breakpoint *breakpoint = m_thread.CalculateTarget()->GetBreakpointByID (m_break_ids[i]).get(); in GetDescription()
HDStopInfo.cpp277 … BreakpointSP break_sp = thread_sp->GetProcess()->GetTarget().GetBreakpointByID(m_break_id); in GetDescription()
HDTarget.cpp257 Target::GetBreakpointByID (break_id_t break_id) in GetBreakpointByID() function in Target
/NextBSD/contrib/llvm/tools/lldb/source/Breakpoint/
HDBreakpointIDList.cpp234 BreakpointSP breakpoint_sp = target->GetBreakpointByID (bp_id); in FindAndReplaceIDRanges()
266 || (! target->GetBreakpointByID (start_bp_id))) in FindAndReplaceIDRanges()
275 || (! target->GetBreakpointByID (end_bp_id))) in FindAndReplaceIDRanges()
/NextBSD/contrib/llvm/tools/lldb/source/Commands/
HDCommandObjectBreakpointCommand.cpp458 Breakpoint *bp = target->GetBreakpointByID (cur_bp_id.GetBreakpointID()).get(); in DoExecute()
702 Breakpoint *bp = target->GetBreakpointByID (cur_bp_id.GetBreakpointID()).get(); in DoExecute()
812 Breakpoint *bp = target->GetBreakpointByID (cur_bp_id.GetBreakpointID()).get(); in DoExecute()
HDCommandObjectBreakpoint.cpp1061 Breakpoint *bp = target->GetBreakpointByID (cur_bp_id.GetBreakpointID()).get(); in DoExecute()
1215 … Breakpoint *breakpoint = target->GetBreakpointByID (cur_bp_id.GetBreakpointID()).get(); in DoExecute()
1335 … Breakpoint *breakpoint = target->GetBreakpointByID (cur_bp_id.GetBreakpointID()).get(); in DoExecute()
1522 … Breakpoint *breakpoint = target->GetBreakpointByID (cur_bp_id.GetBreakpointID()).get(); in DoExecute()
1917 … Breakpoint *breakpoint = target->GetBreakpointByID (cur_bp_id.GetBreakpointID()).get(); in DoExecute()
2449 Breakpoint *breakpoint = target->GetBreakpointByID (cur_bp_id.GetBreakpointID()).get(); in VerifyIDs()
/NextBSD/contrib/llvm/tools/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
HDDynamicLoaderPOSIXDYLD.cpp324 … BreakpointSP breakpoint_sp = dyld_instance->m_process->GetTarget().GetBreakpointByID (break_id); in EntryBreakpointHit()
372 …assert (target.GetBreakpointByID(m_dyld_bid)->FindLocationByAddress(break_addr)->GetBreakpoint().G… in SetRendezvousBreakpoint()
/NextBSD/contrib/llvm/tools/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/
HDDynamicLoaderHexagonDYLD.cpp361 target.GetBreakpointByID(m_dyld_bid)-> in SetRendezvousBreakpoint()
/NextBSD/contrib/llvm/tools/lldb/source/API/
HDSBBreakpoint.cpp144 else if (m_opaque_sp->GetTarget().GetBreakpointByID(m_opaque_sp->GetID())) in IsValid()
HDSBTarget.cpp1197 *sb_breakpoint = target_sp->GetBreakpointByID (bp_id); in FindBreakpointByID()
/NextBSD/contrib/llvm/tools/lldb/include/lldb/Target/
HDTarget.h719 GetBreakpointByID (lldb::break_id_t break_id);
/NextBSD/contrib/llvm/tools/lldb/source/Interpreter/
HDScriptInterpreterPython.cpp1992 BreakpointSP breakpoint_sp = target->GetBreakpointByID (break_id); in BreakpointCallbackFunction()