From aec2f747a8c47ca76a0f909815714ddee705e669 Mon Sep 17 00:00:00 2001 From: Stephane Carrez Date: Tue, 27 Aug 2002 21:59:49 +0000 Subject: * tuiDisassem.c (tui_disassemble): New function to disassemble several lines in a buffer. (tui_find_disassembly_address): New function to search backward or forward a disassembly line. (tuiSetDisassemContent): Use tui_disassemble to obtain the real content and format it in the window. (tuiShowDisassemAndUpdateSource): Remove unused locals. (tuiVerticalDisassemScroll): Use tui_find_disassembly_address to obtain the address to disassemble for the scrolling. * tuiDisassem.h (tuiGetBeginAsmAddress): Update. * tuiSourceWin.c (tuiUpdateSourceWindowAsIs): Don't pass symtab. --- gdb/tui/ChangeLog | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'gdb/tui/ChangeLog') diff --git a/gdb/tui/ChangeLog b/gdb/tui/ChangeLog index 343151f..be156d2 100644 --- a/gdb/tui/ChangeLog +++ b/gdb/tui/ChangeLog @@ -1,5 +1,19 @@ 2002-08-28 Stephane Carrez + * tuiDisassem.c (tui_disassemble): New function to disassemble + several lines in a buffer. + (tui_find_disassembly_address): New function to search backward + or forward a disassembly line. + (tuiSetDisassemContent): Use tui_disassemble to obtain the real + content and format it in the window. + (tuiShowDisassemAndUpdateSource): Remove unused locals. + (tuiVerticalDisassemScroll): Use tui_find_disassembly_address to + obtain the address to disassemble for the scrolling. + * tuiDisassem.h (tuiGetBeginAsmAddress): Update. + * tuiSourceWin.c (tuiUpdateSourceWindowAsIs): Don't pass symtab. + +2002-08-28 Stephane Carrez + * tuiIO.c (CTRL_CHAR): Redefine and use readline 4.3 definition. 2002-08-26 Stephane Carrez -- cgit v1.1