* infrun.c: Move DO_DEFERRED_STORES from proceed() to resume().
authorJohn Gilmore <gnu@cygnus>
Fri, 2 Aug 1991 08:46:10 +0000 (08:46 +0000)
committerJohn Gilmore <gnu@cygnus>
Fri, 2 Aug 1991 08:46:10 +0000 (08:46 +0000)
commit10147c02f3fffc924e6fcb8cedc735300805c6ce
tree66481200db5af7c72d6f0433a51b63318ea87d2a
parent89eec0d391db75be8c8609632ee09dd419cc2cad
    * 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.
gdb/ChangeLog
gdb/expprint.c