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

/freebsd-11-stable/contrib/llvm-project/lldb/source/API/
H A DSBTarget.cpp1134 SBBreakpoint sb_breakpoint; local
1138 sb_breakpoint = target_sp->GetBreakpointList().GetBreakpointAtIndex(idx);
1140 return LLDB_RECORD_RESULT(sb_breakpoint);
1161 SBBreakpoint sb_breakpoint; local
1165 sb_breakpoint = target_sp->GetBreakpointByID(bp_id);
1168 return LLDB_RECORD_RESULT(sb_breakpoint);

Completed in 378 milliseconds