diff options
Diffstat (limited to 'gdb/infrun.c')
-rw-r--r-- | gdb/infrun.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/gdb/infrun.c b/gdb/infrun.c index 2e5e837..473a0fb 100644 --- a/gdb/infrun.c +++ b/gdb/infrun.c @@ -1222,9 +1222,7 @@ follow_exec (ptid_t ptid, const char *exec_file_target) registers. */ target_find_description (); - solib_create_inferior_hook (0); - - jit_inferior_created_hook (inf); + gdb::observers::inferior_execd.notify (inf); breakpoint_re_set (); |