mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-27 22:48:57 +08:00
Remove two TUI comments
This removes two comments from tui.h. These were not useful. gdb/ChangeLog 2019-10-09 Tom Tromey <tom@tromey.com> * tui/tui.h: Remove comments.
This commit is contained in:
@ -1,3 +1,7 @@
|
|||||||
|
2019-10-09 Tom Tromey <tom@tromey.com>
|
||||||
|
|
||||||
|
* tui/tui.h: Remove comments.
|
||||||
|
|
||||||
2019-10-09 Tom de Vries <tdevries@suse.de>
|
2019-10-09 Tom de Vries <tdevries@suse.de>
|
||||||
|
|
||||||
* python/lib/gdb/printer/bound_registers.py: Use
|
* python/lib/gdb/printer/bound_registers.py: Use
|
||||||
|
@ -45,8 +45,6 @@ enum tui_win_type
|
|||||||
DATA_ITEM_WIN
|
DATA_ITEM_WIN
|
||||||
};
|
};
|
||||||
|
|
||||||
/* GENERAL TUI FUNCTIONS */
|
|
||||||
/* tui.c */
|
|
||||||
extern CORE_ADDR tui_get_low_disassembly_address (struct gdbarch *,
|
extern CORE_ADDR tui_get_low_disassembly_address (struct gdbarch *,
|
||||||
CORE_ADDR, CORE_ADDR);
|
CORE_ADDR, CORE_ADDR);
|
||||||
extern void tui_show_assembly (struct gdbarch *gdbarch, CORE_ADDR addr);
|
extern void tui_show_assembly (struct gdbarch *gdbarch, CORE_ADDR addr);
|
||||||
|
Reference in New Issue
Block a user