GDB (xrefs)
|
Public Attributes | |
int | number |
char * | filename |
char * | function_name |
int | enabled |
struct skiplist_entry * | next |
Definition at line 51 of file skip.c.
Referenced by gdb.printing.FlagEnumerationPrinter::__call__(), 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 44 of file skip.c.
Referenced by function_name_is_marked_for_skip(), skip_delete_command(), skip_file_command(), and skip_info().
Definition at line 49 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 53 of file skip.c.
Referenced by gdb.FrameIterator.FrameIterator::__next__(), add_skiplist_entry(), and skip_delete_command().
Definition at line 40 of file skip.c.
Referenced by add_skiplist_entry(), skip_delete_command(), skip_disable_command(), skip_enable_command(), and skip_info().