LLDB mainline
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 92 of file GDBRemoteCommunicationServerLLGS.h.

Member Enumeration Documentation

◆ Flag

Member Data Documentation

◆ flags

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

Definition at line 100 of file GDBRemoteCommunicationServerLLGS.h.

◆ process_up

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

Definition at line 99 of file GDBRemoteCommunicationServerLLGS.h.


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