OSDN Git Service

* tuiDisassem.c (tui_disassemble): New function to disassemble
authorStephane Carrez <stcarrez@nerim.fr>
Tue, 27 Aug 2002 21:59:49 +0000 (21:59 +0000)
committerStephane Carrez <stcarrez@nerim.fr>
Tue, 27 Aug 2002 21:59:49 +0000 (21:59 +0000)
commitc9bdf678472caedf1b7a8ccea0da65b764fce956
tree93878115f503e4f0d86987cfb42dc3cb0b365b99
parent3ae0f59bcdaa2605b01bd39fae90621d71f96362
* 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
gdb/tui/tuiDisassem.c
gdb/tui/tuiDisassem.h
gdb/tui/tuiSourceWin.c