Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Jacobowitz <drow@false.org>2006-09-22 00:43:50 +0400
committerDaniel Jacobowitz <drow@false.org>2006-09-22 00:43:50 +0400
commit08fa87e9715128f306d9a020b9ea8bfce8e3e2b0 (patch)
treecae2b8e20d6c9f11be3c793f536eb7762bee8a7f
parent87d971cbba2e5a63dcf5640b47b1f98487c384e6 (diff)
* infrun.c (handle_inferior_event): Always clear stop_stack_dummy.
Don't check it for load events.
-rw-r--r--ChangeLog.csl6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog.csl b/ChangeLog.csl
index 116b6bcd9..c51db412d 100644
--- a/ChangeLog.csl
+++ b/ChangeLog.csl
@@ -1,3 +1,9 @@
+2006-09-21 Daniel Jacobowitz <dan@codesourcery.com>
+
+ gdb/
+ * infrun.c (handle_inferior_event): Always clear stop_stack_dummy.
+ Don't check it for load events.
+
2006-09-15 Daniel Jacobowitz <dan@codesourcery.com>
gdb/testsuite/