Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DBreakpoint.h452 void SetBreakpointKind(const char *kind) { m_kind_description.assign(kind); } in SetBreakpointKind()
458 const char *GetBreakpointKind() const { return m_kind_description.c_str(); } in GetBreakpointKind()
660 std::string m_kind_description; variable
/freebsd/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpoint.cpp840 if (!m_kind_description.empty()) { in GetDescription()
1117 if (!m_kind_description.empty()) in GetStatistics()
1118 bp.try_emplace("kindDescription", m_kind_description); in GetStatistics()