diff options
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 46acb63..5bdca27 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,12 @@ 2020-01-31 Andrew Burgess <andrew.burgess@embecosm.com> + PR tui/9765 + * tui/tui-disasm.c (tui_find_disassembly_address): If we don't + have enough lines to fill the screen, still return the lowest + address we found. + +2020-01-31 Andrew Burgess <andrew.burgess@embecosm.com> + * tui/tui-win.c (_initialize_tui_win): Update help text for '+', '-', '<', and '>' commands. |