1 echo Setting up the environment for debugging gdb.\n
18 # This only works with recent (post-4.13) GDB's, but there is no way to
19 # tell what version we are. So leave it commented out for now.
21 # set $obj = object_files
22 # printf "objfile bfd msyms name\n"
24 # printf "0x%-8x 0x%-8x %6d %s\n", $obj, $obj->obfd, \
25 # $obj->minimal_symbol_count, $obj->name
26 # set var $obj = $obj->next