GDB (xrefs)
|
Public Attributes | |
int | number |
char * | filename |
char * | function_name |
int | enabled |
struct skiplist_entry * | next |
int skiplist_entry::enabled |
Definition at line 49 of file skip.c.
Referenced by function_name_is_marked_for_skip(), skip_disable_command(), skip_enable_command(), skip_file_command(), skip_function(), and skip_info().
char* skiplist_entry::filename |
Definition at line 42 of file skip.c.
Referenced by function_name_is_marked_for_skip(), skip_delete_command(), skip_file_command(), and skip_info().
char* skiplist_entry::function_name |
Definition at line 47 of file skip.c.
Referenced by function_name_is_marked_for_skip(), skip_delete_command(), skip_function(), and skip_info().
struct skiplist_entry* skiplist_entry::next |
Definition at line 51 of file skip.c.
Referenced by gdb.FrameIterator.FrameIterator::__next__(), add_skiplist_entry(), and skip_delete_command().
int skiplist_entry::number |
Definition at line 38 of file skip.c.
Referenced by add_skiplist_entry(), skip_delete_command(), skip_disable_command(), skip_enable_command(), and skip_info().