Home
last modified time | relevance | path

Searched refs:GetBreakpointKind (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/lldb/include/lldb/Breakpoint/
H A DBreakpoint.h453 const char *GetBreakpointKind() const { return m_kind_description.c_str(); } in GetBreakpointKind() function
/llvm-project-15.0.7/lldb/source/Target/
H A DStopInfo.cpp195 .GetBreakpointKind(); in GetDescription()
214 const char *kind = break_sp->GetBreakpointKind(); in GetDescription()
/llvm-project-15.0.7/lldb/source/Breakpoint/
H A DBreakpoint.cpp855 s->PutCString(GetBreakpointKind()); in GetDescription()
858 s->Printf("Kind: %s\n", GetBreakpointKind()); in GetDescription()