mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-30 09:09:16 +08:00
* remote.c (remote_open_1): Reopen the exec file and reread symbols
if necessary.
This commit is contained in:
@ -2164,6 +2164,9 @@ remote_open_1 (char *name, int from_tty, struct target_ops *target,
|
||||
if (!async_p)
|
||||
wait_forever_enabled_p = 1;
|
||||
|
||||
reopen_exec_file ();
|
||||
reread_symbols ();
|
||||
|
||||
target_preopen (from_tty);
|
||||
|
||||
unpush_target (target);
|
||||
|
Reference in New Issue
Block a user