Home
last modified time | relevance | path

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

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