|
GDB (API)
|
#include "expression.h"
Public Attributes | |
| enum exp_opcode | opcode |
| struct symbol * | symbol |
| LONGEST | longconst |
| DOUBLEST | doubleconst |
| gdb_byte | decfloatconst [16] |
| char | string |
| struct type * | type |
| struct internalvar * | internalvar |
| struct block * | block |
| struct objfile * | objfile |
Definition at line 63 of file expression.h.
| struct block* exp_element::block |
Definition at line 75 of file expression.h.
Definition at line 69 of file expression.h.
Definition at line 68 of file expression.h.
| struct internalvar* exp_element::internalvar |
Definition at line 74 of file expression.h.
Definition at line 67 of file expression.h.
| struct objfile* exp_element::objfile |
Definition at line 76 of file expression.h.
Definition at line 65 of file expression.h.
| char exp_element::string |
Definition at line 72 of file expression.h.
| struct symbol* exp_element::symbol |
Definition at line 66 of file expression.h.
| struct type* exp_element::type |
Definition at line 73 of file expression.h.
1.7.6.1