GDB (xrefs)
Public Attributes | List of all members
load_progress_section_data Struct Reference

Public Attributes

struct load_progress_datacumulative
 
const char * section_name
 
ULONGEST section_sent
 
ULONGEST section_size
 
CORE_ADDR lma
 
gdb_bytebuffer
 

Detailed Description

Definition at line 1930 of file symfile.c.

Member Data Documentation

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().


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