LLDB mainline
|
#include <Debugger.h>
Public Member Functions | |
InterruptionReport (std::string function_name, std::string description) | |
InterruptionReport (std::string function_name, const llvm::formatv_object_base &payload) | |
template<typename... Args> | |
InterruptionReport (std::string function_name, const char *format, Args &&...args) | |
Public Attributes | |
std::string | m_function_name |
std::string | m_description |
const std::chrono::time_point< std::chrono::system_clock > | m_interrupt_time |
const uint64_t | m_thread_id |
Definition at line 453 of file Debugger.h.
|
inline |
Definition at line 455 of file Debugger.h.
Debugger::InterruptionReport::InterruptionReport | ( | std::string | function_name, |
const llvm::formatv_object_base & | payload | ||
) |
Definition at line 1320 of file Debugger.cpp.
References m_description.
|
inline |
Definition at line 465 of file Debugger.h.
std::string lldb_private::Debugger::InterruptionReport::m_description |
Definition at line 472 of file Debugger.h.
Referenced by InterruptionReport(), and lldb_private::Debugger::ReportInterruption().
std::string lldb_private::Debugger::InterruptionReport::m_function_name |
Definition at line 471 of file Debugger.h.
const std::chrono::time_point<std::chrono::system_clock> lldb_private::Debugger::InterruptionReport::m_interrupt_time |
Definition at line 473 of file Debugger.h.
const uint64_t lldb_private::Debugger::InterruptionReport::m_thread_id |
Definition at line 474 of file Debugger.h.