breakpoints Struct Reference

Back to the index.

Public Attributes | List of all members
breakpoints Struct Reference

#include <machine.h>

Public Attributes

int n
 
char ** string
 
uint64_t * addr
 

Detailed Description

Definition at line 55 of file machine.h.

Member Data Documentation

◆ addr

uint64_t* breakpoints::addr

Definition at line 60 of file machine.h.

Referenced by machine_add_breakpoint_string().

◆ n

int breakpoints::n

Definition at line 56 of file machine.h.

Referenced by machine_add_breakpoint_string().

◆ string

char** breakpoints::string

Definition at line 59 of file machine.h.

Referenced by machine_add_breakpoint_string().


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

Generated on Fri Dec 7 2018 19:52:23 for GXemul by doxygen 1.8.13