Bitdefender Hypervisor Memory Introspection
_DEBUGGER_COMMAND Struct Reference

Data Fields

const char * Command
 
const char * Help
 
const char * Parameters
 
union {
   PFUNC_DebuggerFunctionArgs   FunctionArgs
 
   PFUNC_DebuggerFunctionNoArgs   FunctionNoArgs
 
}; 
 

Detailed Description

Definition at line 2429 of file debugger.c.

Field Documentation

◆ @250

union { ... }

◆ Command

const char* _DEBUGGER_COMMAND::Command

Definition at line 2431 of file debugger.c.

Referenced by DbgShowHelp(), and IntDbgProcessCommand().

◆ FunctionArgs

PFUNC_DebuggerFunctionArgs _DEBUGGER_COMMAND::FunctionArgs

Definition at line 2437 of file debugger.c.

Referenced by IntDbgProcessCommand().

◆ FunctionNoArgs

PFUNC_DebuggerFunctionNoArgs _DEBUGGER_COMMAND::FunctionNoArgs

Definition at line 2438 of file debugger.c.

Referenced by IntDbgProcessCommand().

◆ Help

const char* _DEBUGGER_COMMAND::Help

Definition at line 2432 of file debugger.c.

Referenced by DbgShowHelp().

◆ Parameters

const char* _DEBUGGER_COMMAND::Parameters

Definition at line 2433 of file debugger.c.

Referenced by DbgShowHelp(), and IntDbgProcessCommand().


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