|
GDB (xrefs)
|
Public Attributes | |
| struct load_progress_data * | cumulative |
| const char * | section_name |
| ULONGEST | section_sent |
| ULONGEST | section_size |
| CORE_ADDR | lma |
| gdb_byte * | buffer |
| gdb_byte* load_progress_section_data::buffer |
Definition at line 1938 of file symfile.c.
Referenced by load_progress(), and load_section_callback().
| struct load_progress_data* load_progress_section_data::cumulative |
Definition at line 1931 of file symfile.c.
Referenced by load_progress(), and load_section_callback().
| CORE_ADDR load_progress_section_data::lma |
Definition at line 1937 of file symfile.c.
Referenced by load_progress(), and load_section_callback().
| const char* load_progress_section_data::section_name |
Definition at line 1934 of file symfile.c.
Referenced by load_progress(), and load_section_callback().
| ULONGEST load_progress_section_data::section_sent |
Definition at line 1935 of file symfile.c.
Referenced by load_progress().
| ULONGEST load_progress_section_data::section_size |
Definition at line 1936 of file symfile.c.
Referenced by load_progress(), and load_section_callback().
1.8.10