Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DREPL.cpp230 m_code.AppendString(""); in IOHandlerInputComplete()
232 .SetBaseLineNumber(m_code.GetSize() + 1); in IOHandlerInputComplete()
331 m_code.GetSize() + 1); in IOHandlerInputComplete()
450 const uint32_t new_default_line = m_code.GetSize() + 1; in IOHandlerInputComplete()
452 m_code.SplitIntoLines(code); in IOHandlerInputComplete()
462 std::string code(m_code.CopyList()); in IOHandlerInputComplete()
479 .SetBaseLineNumber(m_code.GetSize() + 1); in IOHandlerInputComplete()
528 current_code.append(m_code.CopyList()); in IOHandlerComplete()
/freebsd/contrib/llvm-project/lldb/include/lldb/Expression/
H A DREPL.h167 StringList m_code; // All accumulated REPL statements are saved here variable
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DStopInfo.cpp1072 : StopInfo(thread, signo), m_code(code) { in StopInfoUnixSignal()
1127 unix_signals->GetSignalDescription(m_value, m_code); in GetDescription()
1143 std::optional<int> m_code; member in lldb_private::StopInfoUnixSignal