Simplify TUI disassembly
authorTom Tromey <tom@tromey.com>
Tue, 23 Jul 2019 23:37:48 +0000 (17:37 -0600)
committerTom Tromey <tom@tromey.com>
Fri, 20 Sep 2019 19:49:07 +0000 (13:49 -0600)
commit6b915f7d0caf868c037c387aa4feef0c7085cb48
tree23bf1c3b8cc11dbf4b94e7f25d1fe2da4e76b417
parent2ad52f6fb3daecd928605384fcaa45ad43178b4e
Simplify TUI disassembly

This simplifies TUI disassembly somewhat, by removing manual memory
management.

gdb/ChangeLog
2019-09-20  Tom Tromey  <tom@tromey.com>

* tui/tui-disasm.c (struct tui_asm_line) <addr_string, insn>: Now
std::string.
(tui_disassemble): Add "pos" parameter.
(tui_disasm_window::set_contents): Simplify.
gdb/ChangeLog
gdb/tui/tui-disasm.c
This page took 0.025342 seconds and 4 git commands to generate.