Home
last modified time | relevance | path

Searched refs:GetBreakpointLabel (Results 1 – 6 of 6) sorted by relevance

/openbsd/src/gnu/llvm/lldb/tools/lldb-vscode/
DFunctionBreakpoint.cpp23 bp.AddName(GetBreakpointLabel()); in SetBreakpoint()
DSourceBreakpoint.cpp22 bp.AddName(GetBreakpointLabel()); in SetBreakpoint()
DExceptionBreakpoint.cpp24 bp.AddName(BreakpointBase::GetBreakpointLabel()); in SetBreakpoint()
DBreakpointBase.h55 static const char *GetBreakpointLabel();
DBreakpointBase.cpp328 const char *BreakpointBase::GetBreakpointLabel() { in GetBreakpointLabel() function in BreakpointBase
Dlldb-vscode.cpp491 bp.MatchesName(BreakpointBase::GetBreakpointLabel())) { in EventThreadFunction()