GDB (xrefs)
|
#include "buildsym.h"
Public Attributes | |
struct subfile * | next |
char * | name |
char * | dirname |
struct linetable * | line_vector |
int | line_vector_length |
enum language | language |
const char * | producer |
const char * | debugformat |
struct symtab * | symtab |
Definition at line 57 of file buildsym.h.
const char* subfile::debugformat |
Definition at line 66 of file buildsym.h.
Referenced by end_symtab_from_static_block(), and record_debugformat().
char* subfile::dirname |
Definition at line 61 of file buildsym.h.
Referenced by end_symtab_from_static_block(), patch_subfile_names(), process_one_symbol(), and start_subfile().
Definition at line 64 of file buildsym.h.
Referenced by coff_symtab_read(), define_symbol(), end_symtab_from_static_block(), patch_subfile_names(), process_coff_symbol(), read_enum_type(), read_type(), and start_subfile().
struct linetable* subfile::line_vector |
Definition at line 62 of file buildsym.h.
Referenced by end_symtab_from_static_block(), process_linenos(), record_line(), and watch_main_source_file_lossage().
Definition at line 63 of file buildsym.h.
Referenced by process_linenos(), record_line(), and watch_main_source_file_lossage().
char* subfile::name |
Definition at line 60 of file buildsym.h.
Referenced by gdb.printing.FlagEnumerationPrinter::__call__(), gdb.printing.PrettyPrinter::__init__(), gdb.printing.SubPrettyPrinter::__init__(), gdb.types.TypePrinter::__init__(), exsummary.Function::consistency_check(), dwarf_decode_lines(), end_symtab_from_static_block(), patch_subfile_names(), exsummary.Function::print_stack(), process_linenos(), push_subfile(), setup_type_unit_groups(), start_subfile(), and watch_main_source_file_lossage().
struct subfile* subfile::next |
Definition at line 59 of file buildsym.h.
Referenced by gdb.FrameIterator.FrameIterator::__next__(), end_symtab_from_static_block(), patch_subfile_names(), start_subfile(), and watch_main_source_file_lossage().
const char* subfile::producer |
Definition at line 65 of file buildsym.h.
Referenced by end_symtab_from_static_block(), and record_producer().
struct symtab* subfile::symtab |
Definition at line 67 of file buildsym.h.
Referenced by dwarf_decode_lines(), end_symtab_from_static_block(), setup_type_unit_groups(), and watch_main_source_file_lossage().