Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Breakpoint/
H A DWatchpoint.cpp185 void Watchpoint::SetDeclInfo(const std::string &str) { m_decl_str = str; } in SetDeclInfo()
359 if (!m_decl_str.empty()) in DumpWithLevel()
360 s->Printf("\n declare @ '%s'", m_decl_str.c_str()); in DumpWithLevel()
/freebsd/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DWatchpoint.h220 std::string m_decl_str; // Declaration information, if any. variable