|
GDB (API)
|
#include "symtab.h"
Public Attributes | |
| struct symtab * | next |
| struct blockvector * | blockvector |
| struct linetable * | linetable |
| int | block_line_section |
| unsigned int | primary: 1 |
| unsigned int | locations_valid: 1 |
| unsigned int | epilogue_unwind_valid: 1 |
| struct macro_table * | macro_table |
| char * | filename |
| char * | dirname |
| int | nlines |
| int * | line_charpos |
| enum language | language |
| const char * | debugformat |
| const char * | producer |
| char * | fullname |
| struct objfile * | objfile |
| htab_t | call_site_htab |
| struct symtab ** | includes |
| struct symtab * | user |
| struct blockvector* symtab::blockvector |
| htab_t symtab::call_site_htab |
| const char* symtab::debugformat |
| char* symtab::dirname |
| unsigned int symtab::epilogue_unwind_valid |
| char* symtab::filename |
| char* symtab::fullname |
| struct symtab** symtab::includes |
| enum language symtab::language |
| struct linetable* symtab::linetable |
| unsigned int symtab::locations_valid |
| struct macro_table* symtab::macro_table |
| struct symtab* symtab::next |
| struct objfile* symtab::objfile |
| unsigned int symtab::primary |
| const char* symtab::producer |
| struct symtab* symtab::user |
1.7.6.1