* infrun.c (insert_step_resume_breakpoint_at_frame): Add assertion
authorJoel Brobecker <brobecker@gnat.com>
Mon, 17 Sep 2007 19:44:20 +0000 (19:44 +0000)
committerJoel Brobecker <brobecker@gnat.com>
Mon, 17 Sep 2007 19:44:20 +0000 (19:44 +0000)
        that return_frame is not null.

gdb/ChangeLog
gdb/infrun.c

index f22d6a8..d837eb4 100644 (file)
@@ -1,5 +1,10 @@
 2007-09-17  Joel Brobecker  <brobecker@adacore.com>
 
+       * infrun.c (insert_step_resume_breakpoint_at_frame): Add assertion
+       that return_frame is not null.
+
+2007-09-17  Joel Brobecker  <brobecker@adacore.com>
+
        * solib-svr4.c: Add include of "auxv.h".
        (enable_break): Use the AT_BASE auxiliary entry if available.
        * Makefile.in (solib-svr4.o): Update dependencies.
index a8297c9..1a85567 100644 (file)
@@ -2868,6 +2868,7 @@ insert_step_resume_breakpoint_at_frame (struct frame_info *return_frame)
 {
   struct symtab_and_line sr_sal;
 
+  gdb_assert (return_frame != NULL);
   init_sal (&sr_sal);          /* initialize to zeros */
 
   sr_sal.pc = gdbarch_addr_bits_remove