Home
last modified time | relevance | path

Searched refs:sb_bp (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/lldb/source/API/
DSBTarget.cpp768 SBBreakpoint sb_bp; in BreakpointCreateByLocation() local
782 sb_bp = target_sp->CreateBreakpoint( in BreakpointCreateByLocation()
787 return LLDB_RECORD_RESULT(sb_bp); in BreakpointCreateByLocation()
795 SBBreakpoint sb_bp; in BreakpointCreateByName() local
807 sb_bp = target_sp->CreateBreakpoint( in BreakpointCreateByName()
811 sb_bp = target_sp->CreateBreakpoint( in BreakpointCreateByName()
817 return LLDB_RECORD_RESULT(sb_bp); in BreakpointCreateByName()
859 SBBreakpoint sb_bp; in BreakpointCreateByName() local
867 sb_bp = target_sp->CreateBreakpoint(module_list.get(), comp_unit_list.get(), in BreakpointCreateByName()
872 return LLDB_RECORD_RESULT(sb_bp); in BreakpointCreateByName()
[all …]
DSBBreakpointLocation.cpp461 SBBreakpoint sb_bp; in GetBreakpoint() local
465 sb_bp = loc_sp->GetBreakpoint().shared_from_this(); in GetBreakpoint()
468 return LLDB_RECORD_RESULT(sb_bp); in GetBreakpoint()