Searched refs:m_code (Results 1 – 9 of 9) sorted by relevance
37 m_code = record.ExceptionCode; in ExceptionRecord()47 : m_code(record.ExceptionCode), m_continuable(record.ExceptionFlags == 0), in ExceptionRecord()56 GetExceptionCode() const { return m_code; } in GetExceptionCode()65 DWORD m_code;
228 m_code.AppendString(""); in IOHandlerInputComplete() 230 .SetBaseLineNumber(m_code.GetSize() + 1); in IOHandlerInputComplete() 329 m_code.GetSize() + 1); in IOHandlerInputComplete() 448 const uint32_t new_default_line = m_code.GetSize() + 1; in IOHandlerInputComplete() 450 m_code.SplitIntoLines(code); in IOHandlerInputComplete() 460 std::string code(m_code.CopyList()); in IOHandlerInputComplete() 477 .SetBaseLineNumber(m_code.GetSize() + 1); in IOHandlerInputComplete() 526 current_code.append(m_code.CopyList()); in IOHandlerComplete()
170 int m_code; global() variable
167 StringList m_code; // All accumulated REPL statements are saved here variable
1 … -s "Type: ${var.m_type%E}, Code: ${var.m_code}, Message: ${var.m…
1070 : StopInfo(thread, signo), m_code(code) { in ShouldStop() 1130 unix_signals->GetSignalDescription(m_value, m_code);1143 // In siginfo_t terms, if m_value is si_signo, m_code is si_code. in GetDescription() 1144 std::optional<int> m_code;1125 std::optional<int> m_code; global() member in lldb_private::StopInfoUnixSignal