2009-10-22 Michael Snyder <msnyder@vmware.com>
authorMichael Snyder <msnyder@vmware.com>
Thu, 22 Oct 2009 23:10:52 +0000 (23:10 +0000)
committerMichael Snyder <msnyder@vmware.com>
Thu, 22 Oct 2009 23:10:52 +0000 (23:10 +0000)
* infrun.c (keep_going): If insert_breakpoints fails,
print the reason.

gdb/ChangeLog
gdb/infrun.c

index 2f28106..153bc57 100644 (file)
@@ -1,3 +1,8 @@
+2009-10-22  Michael Snyder  <msnyder@vmware.com>
+
+       * infrun.c (keep_going): If insert_breakpoints fails, 
+       print the reason.
+
 2009-10-22  Paul Pluzhnikov  <ppluzhnikov@google.com>
 
        PR gdb/10819
index a2916b4..586746a 100644 (file)
@@ -4863,6 +4863,7 @@ keep_going (struct execution_control_state *ecs)
            }
          if (e.reason < 0)
            {
+             exception_print (gdb_stderr, e);
              stop_stepping (ecs);
              return;
            }