GDB (xrefs)
|
Public Attributes | |
struct bookmark * | next |
int | number |
CORE_ADDR | pc |
struct symtab_and_line | sal |
gdb_byte * | opaque_data |
struct bookmark* bookmark::next |
Definition at line 106 of file reverse.c.
Referenced by gdb.FrameIterator.FrameIterator::__next__(), delete_one_bookmark(), and save_bookmark_command().
Definition at line 107 of file reverse.c.
Referenced by bookmark_1(), delete_one_bookmark(), goto_bookmark_command(), and save_bookmark_command().
Definition at line 110 of file reverse.c.
Referenced by bookmark_1(), delete_all_bookmarks(), delete_one_bookmark(), goto_bookmark_command(), and save_bookmark_command().
Definition at line 108 of file reverse.c.
Referenced by bookmark_1(), and save_bookmark_command().
struct symtab_and_line bookmark::sal |
Definition at line 109 of file reverse.c.
Referenced by save_bookmark_command().