Home
last modified time | relevance | path

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

/external/llvm-project/lldb/include/lldb/Breakpoint/
DBreakpoint.h442 void SetBreakpointKind(const char *kind) { m_kind_description.assign(kind); } in SetBreakpointKind()
448 const char *GetBreakpointKind() const { return m_kind_description.c_str(); } in GetBreakpointKind()
655 std::string m_kind_description; variable
/external/llvm-project/lldb/source/Breakpoint/
DBreakpoint.cpp872 if (!m_kind_description.empty()) { in GetDescription()