mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-10-18 05:12:33 +08:00
* inflow.c (kill_command): release file handles in BFD.
* exec.c (exec_file_attach): Ditto. * symfile.c (symbol_file_add_with_addrs_or_offsets): Ditto.
This commit is contained in:
@ -597,6 +597,7 @@ kill_command (char *arg, int from_tty)
|
||||
else
|
||||
print_stack_frame (get_selected_frame (), 1, SRC_AND_LOC);
|
||||
}
|
||||
bfd_cache_close_all ();
|
||||
}
|
||||
|
||||
/* Call set_sigint_trap when you need to pass a signal on to an attached
|
||||
|
Reference in New Issue
Block a user