LLDB mainline
Public Types | Public Attributes | List of all members
lldb_private::process_gdb_remote::GDBRemoteCommunicationServerLLGS::DebuggedProcess Struct Reference

#include <GDBRemoteCommunicationServerLLGS.h>

Public Types

enum class  Flag { vkilled = (1u << 0) }
 

Public Attributes

std::unique_ptr< NativeProcessProtocolprocess_up
 
Flag flags
 

Detailed Description

Definition at line 89 of file GDBRemoteCommunicationServerLLGS.h.

Member Enumeration Documentation

◆ Flag

Enumerator
vkilled 

Definition at line 90 of file GDBRemoteCommunicationServerLLGS.h.

Member Data Documentation

◆ flags

Flag lldb_private::process_gdb_remote::GDBRemoteCommunicationServerLLGS::DebuggedProcess::flags

Definition at line 97 of file GDBRemoteCommunicationServerLLGS.h.

◆ process_up

std::unique_ptr<NativeProcessProtocol> lldb_private::process_gdb_remote::GDBRemoteCommunicationServerLLGS::DebuggedProcess::process_up

Definition at line 96 of file GDBRemoteCommunicationServerLLGS.h.


The documentation for this struct was generated from the following file: