LLDB mainline
ProcessKDP.cpp File Reference

Go to the source code of this file.

Classes

class  CommandObjectProcessKDPPacketSend
class  CommandObjectProcessKDPPacket
class  CommandObjectMultiwordProcessKDP

Macros

#define USEC_PER_SEC   1000000
#define LLDB_PROPERTIES_processkdp
#define LLDB_PROPERTIES_processkdp

Functions

static PluginProperties & GetGlobalPluginProperties ()

Variables

static const lldb::tid_t g_kernel_tid = 1

Macro Definition Documentation

◆ LLDB_PROPERTIES_processkdp [1/2]

#define LLDB_PROPERTIES_processkdp

Definition at line 57 of file ProcessKDP.cpp.

◆ LLDB_PROPERTIES_processkdp [2/2]

#define LLDB_PROPERTIES_processkdp

Definition at line 57 of file ProcessKDP.cpp.

◆ USEC_PER_SEC

#define USEC_PER_SEC   1000000

Definition at line 42 of file ProcessKDP.cpp.

Referenced by ProcessKDP::AsyncThread().

Function Documentation

◆ GetGlobalPluginProperties()

PluginProperties & GetGlobalPluginProperties ( )
static

Definition at line 87 of file ProcessKDP.cpp.

Variable Documentation

◆ g_kernel_tid

const lldb::tid_t g_kernel_tid = 1
static