LLDB mainline
|
#include <ProcessDebugger.h>
Public Member Functions | |
ProcessWindowsData (bool stop_at_entry) | |
~ProcessWindowsData () | |
Public Attributes | |
Status | m_launch_error |
DebuggerThreadSP | m_debugger |
HANDLE | m_initial_stop_event = nullptr |
bool | m_initial_stop_received = false |
bool | m_stop_at_entry |
std::map< lldb::tid_t, lldb::ThreadSP > | m_new_threads |
std::set< lldb::tid_t > | m_exited_threads |
Definition at line 30 of file ProcessDebugger.h.
|
inline |
Definition at line 32 of file ProcessDebugger.h.
References m_initial_stop_event.
|
inline |
Definition at line 36 of file ProcessDebugger.h.
References m_initial_stop_event.
DebuggerThreadSP lldb_private::ProcessWindowsData::m_debugger |
Definition at line 39 of file ProcessDebugger.h.
std::set<lldb::tid_t> lldb_private::ProcessWindowsData::m_exited_threads |
Definition at line 45 of file ProcessDebugger.h.
HANDLE lldb_private::ProcessWindowsData::m_initial_stop_event = nullptr |
Definition at line 41 of file ProcessDebugger.h.
Referenced by ProcessWindowsData(), and ~ProcessWindowsData().
bool lldb_private::ProcessWindowsData::m_initial_stop_received = false |
Definition at line 42 of file ProcessDebugger.h.
Status lldb_private::ProcessWindowsData::m_launch_error |
Definition at line 38 of file ProcessDebugger.h.
std::map<lldb::tid_t, lldb::ThreadSP> lldb_private::ProcessWindowsData::m_new_threads |
Definition at line 44 of file ProcessDebugger.h.
bool lldb_private::ProcessWindowsData::m_stop_at_entry |
Definition at line 43 of file ProcessDebugger.h.