GDB (xrefs)
|
Public Attributes | |
CORE_ADDR | load_offset |
CORE_ADDR | load_start |
CORE_ADDR | load_end |
struct thread_db_info * | info |
int | new_threads |
Definition at line 436 of file cli-dump.c.
struct thread_db_info* callback_data::info |
Definition at line 1568 of file linux-thread-db.c.
Referenced by find_new_threads_callback(), and find_new_threads_once().
CORE_ADDR callback_data::load_end |
Definition at line 439 of file cli-dump.c.
Referenced by restore_binary_file(), restore_command(), and restore_section_callback().
CORE_ADDR callback_data::load_offset |
Definition at line 437 of file cli-dump.c.
Referenced by restore_binary_file(), restore_command(), and restore_section_callback().
CORE_ADDR callback_data::load_start |
Definition at line 438 of file cli-dump.c.
Referenced by restore_binary_file(), restore_command(), and restore_section_callback().
int callback_data::new_threads |
Definition at line 1569 of file linux-thread-db.c.
Referenced by find_new_threads_callback(), and find_new_threads_once().