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 89 of file GDBRemoteCommunicationServerLLGS.h.
|
strong |
Enumerator | |
---|---|
vkilled |
Definition at line 90 of file GDBRemoteCommunicationServerLLGS.h.
Flag lldb_private::process_gdb_remote::GDBRemoteCommunicationServerLLGS::DebuggedProcess::flags |
Definition at line 97 of file GDBRemoteCommunicationServerLLGS.h.
std::unique_ptr<NativeProcessProtocol> lldb_private::process_gdb_remote::GDBRemoteCommunicationServerLLGS::DebuggedProcess::process_up |
Definition at line 96 of file GDBRemoteCommunicationServerLLGS.h.