diff options
author | Tom Tromey <tom@tromey.com> | 2019-07-01 00:55:14 -0600 |
---|---|---|
committer | Tom Tromey <tom@tromey.com> | 2019-07-17 12:19:17 -0600 |
commit | 890b8bde7a07a412bc1085bd4724bd03500b0dc0 (patch) | |
tree | 7b3feadb1139e89fcfcc4506437b597983f15fc2 /gdb/ChangeLog | |
parent | 2cdfa11333867dbfcb2a6b631cda989d64f68944 (diff) | |
download | gdb-890b8bde7a07a412bc1085bd4724bd03500b0dc0.zip gdb-890b8bde7a07a412bc1085bd4724bd03500b0dc0.tar.gz gdb-890b8bde7a07a412bc1085bd4724bd03500b0dc0.tar.bz2 |
Simplify show_source_or_disasm_and_command
This changes show_source_or_disasm_and_command to unify the creation
and re-initialization cases.
gdb/ChangeLog
2019-07-17 Tom Tromey <tom@tromey.com>
* tui/tui-layout.c (show_source_or_disasm_and_command): Unify
creation and re-initialization cases.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 8de1558..6d50df1 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,10 @@ 2019-07-17 Tom Tromey <tom@tromey.com> + * tui/tui-layout.c (show_source_or_disasm_and_command): Unify + creation and re-initialization cases. + +2019-07-17 Tom Tromey <tom@tromey.com> + * tui/tui-regs.c (tui_get_register): Return void. 2019-07-17 Tom Tromey <tom@tromey.com> |