gdb: use two displaced step buffers on amd64-linux
[deliverable/binutils-gdb.git] / gdb / infrun.c
index ec06e5703bea7f6ea5d295320bebbb17e8e8b5e5..284353004d99baa61a6592d2651b5c57544f9761 100644 (file)
@@ -1269,6 +1269,8 @@ follow_exec (ptid_t ptid, const char *exec_file_target)
      to symbol_file_command...).  */
   insert_breakpoints ();
 
+  gdb::observers::inferior_execd.notify (inf);
+
   /* The next resume of this inferior should bring it to the shlib
      startup breakpoints.  (If the user had also set bp's on
      "main" from the old (parent) process, then they'll auto-
This page took 0.024234 seconds and 4 git commands to generate.