* 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)
commitaec2f747a8c47ca76a0f909815714ddee705e669
treea6400f7d9ca1c0e7012cb788593fc6891e8c8666
parentec6f88920ba0f7b5be7492798312917d60b84c80
* 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
This page took 0.025509 seconds and 4 git commands to generate.