GDB (xrefs)
|
Public Attributes | |
struct cleanup * | next |
void(* | function )(void *) |
void(* | free_arg )(void *) |
void * | arg |
Definition at line 38 of file cleanups.c.
void* cleanup::arg |
Definition at line 43 of file cleanups.c.
Referenced by build_bp_list(), discard_my_cleanups(), do_close_cleanup(), do_fclose_cleanup(), do_free_char_ptr_vec(), do_my_cleanups(), do_set_command(), load_command(), make_my_cleanup2(), procfs_open(), restore_inferior_ptid(), stap_parse_argument(), stopat_command(), stopin_command(), and watch_command_1().
void(* cleanup::free_arg)(void *) |
Definition at line 42 of file cleanups.c.
Referenced by discard_my_cleanups(), do_my_cleanups(), and make_my_cleanup2().
void(* cleanup::function)(void *) |
Definition at line 41 of file cleanups.c.
Referenced by do_my_cleanups(), and make_my_cleanup2().
struct cleanup* cleanup::next |
Definition at line 40 of file cleanups.c.
Referenced by gdb.FrameIterator.FrameIterator::__next__(), discard_my_cleanups(), do_my_cleanups(), make_my_cleanup2(), proc_iterate_over_threads(), read_command_lines_1(), remote_query_supported(), save_objfile_types(), and solib_aix_bfd_open().