diff options
author | John Gilmore <gnu@cygnus> | 1991-08-02 09:23:23 +0000 |
---|---|---|
committer | John Gilmore <gnu@cygnus> | 1991-08-02 09:23:23 +0000 |
commit | 8bf75ff3ca8b6f69eda53cd7b270034477635834 (patch) | |
tree | 9b0e94be24ac17af5cae644c02a065bd5098cdc9 /gdb | |
parent | 10147c02f3fffc924e6fcb8cedc735300805c6ce (diff) | |
download | gdb-8bf75ff3ca8b6f69eda53cd7b270034477635834.zip gdb-8bf75ff3ca8b6f69eda53cd7b270034477635834.tar.gz gdb-8bf75ff3ca8b6f69eda53cd7b270034477635834.tar.bz2 |
Print UNOP_MEMVAL of an OP_LONG that ends up as a function specially
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 8d7f425..3217d33 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,11 @@ Fri Aug 2 00:13:06 1991 John Gilmore (gnu at cygint.cygnus.com) + * expprint.c (print_subexp): Print UNOP_MEMVAL of an OP_LONG that + ends up as a function specially, since we know the actual type of + the pointed-to address. This (somewhat) fixes display of + expressions that include misc_function_vector names. Try `cond 1 + !strcmp("a","b")' then `i b'. + * 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 |