aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorJohn Gilmore <gnu@cygnus>1991-08-02 08:46:10 +0000
committerJohn Gilmore <gnu@cygnus>1991-08-02 08:46:10 +0000
commit10147c02f3fffc924e6fcb8cedc735300805c6ce (patch)
tree66481200db5af7c72d6f0433a51b63318ea87d2a /gdb/ChangeLog
parent89eec0d391db75be8c8609632ee09dd419cc2cad (diff)
downloadgdb-10147c02f3fffc924e6fcb8cedc735300805c6ce.zip
gdb-10147c02f3fffc924e6fcb8cedc735300805c6ce.tar.gz
gdb-10147c02f3fffc924e6fcb8cedc735300805c6ce.tar.bz2
* infrun.c: Move DO_DEFERRED_STORES from proceed() to resume().
The child can be proceeded from inside wait_for_inferior in evaluating breakpoint conditions, and DO_DEFERRED_STORES was getting skipped in that case. * expprint.c (print_subexp): Use filtered output, since the subroutines we call use it, otherwise the output is horribly mangled, since output of wrappable stuff comes out late.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index ce61a5e..8d7f425 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,6 +1,16 @@
Fri Aug 2 00:13:06 1991 John Gilmore (gnu at cygint.cygnus.com)
+ * infrun.c: Move DO_DEFERRED_STORES from proceed() to resume().
+ The child can be proceeded from inside wait_for_inferior in
+ evaluating breakpoint conditions, and DO_DEFERRED_STORES was
+ getting skipped in that case.
+
+ * expprint.c (print_subexp): Use filtered output, since the
+ subroutines we call use it, otherwise the output is horribly
+ mangled, since output of wrappable stuff comes out late.
+
* Makefile.in: Bump VERSION to 3.98.1
+
* infrun.c (child_create_process): Use execlp to find the
shell to exec our target program. This requires some fiddling
with `environ' since there is no execlpe().