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 2f28106cb3b903ae7b545c9e778eae71c2dfce15..153bc57b74d9f2d0f84f31afcb367e227146b022 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 a2916b43bb29e39169000e2811612241c2d3317f..586746a75be97e1be3975c3f2d9fb03f04f89f19 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;
            }