gdb_state_t Struct Reference

#include <gdbstub.h>

Collaboration diagram for gdb_state_t:

Public Attributes

bool attached
 true if GDB is attached to stub More...
 
bool enabled
 Debugging may be disabled via gdb_enable() More...
 
SyscallState syscall
 State of system call. More...
 
uint8_t flags
 Combination of GdbDebugFlag. More...
 

Member Data Documentation

◆ attached

bool gdb_state_t::attached

true if GDB is attached to stub

◆ enabled

bool gdb_state_t::enabled

Debugging may be disabled via gdb_enable()

◆ flags

uint8_t gdb_state_t::flags

Combination of GdbDebugFlag.

◆ syscall

SyscallState gdb_state_t::syscall

State of system call.


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