LLDB mainline
|
#include <GDBRemoteCommunicationServerLLGS.h>
Public Types | |
enum class | Flag { vkilled = (1u << 0) } |
Public Attributes | |
std::unique_ptr< NativeProcessProtocol > | process_up |
Flag | flags |
Definition at line 92 of file GDBRemoteCommunicationServerLLGS.h.
|
strong |
Enumerator | |
---|---|
vkilled |
Definition at line 93 of file GDBRemoteCommunicationServerLLGS.h.
Flag lldb_private::process_gdb_remote::GDBRemoteCommunicationServerLLGS::DebuggedProcess::flags |
Definition at line 100 of file GDBRemoteCommunicationServerLLGS.h.
std::unique_ptr<NativeProcessProtocol> lldb_private::process_gdb_remote::GDBRemoteCommunicationServerLLGS::DebuggedProcess::process_up |
Definition at line 99 of file GDBRemoteCommunicationServerLLGS.h.