Home
last modified time | relevance | path

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

/external/llvm-project/lldb/include/lldb/Breakpoint/
DBreakpoint.h448 const char *GetBreakpointKind() const { return m_kind_description.c_str(); } in GetBreakpointKind() function
/external/llvm-project/lldb/source/Target/
DStopInfo.cpp199 .GetBreakpointKind(); in GetDescription()
218 const char *kind = break_sp->GetBreakpointKind(); in GetDescription()
/external/llvm-project/lldb/source/Breakpoint/
DBreakpoint.cpp874 s->PutCString(GetBreakpointKind()); in GetDescription()
877 s->Printf("Kind: %s\n", GetBreakpointKind()); in GetDescription()