gdb: use two displaced step buffers on amd64-linux
[deliverable/binutils-gdb.git] / gdb / infrun.c
index 80a0c0ad619010a1c9bcaed7cccabe02981d0dbd..89a250a9599b1eede5707f071aed893de4a53dd7 100644 (file)
@@ -1236,6 +1236,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.024158 seconds and 4 git commands to generate.