binutils-gdb/gdb/cli
Tom Tromey 083aca0c83 Remove manual lifetime management from cli_interp
cli_interp manually manages its cli_out object.  This patch changes it
to use a unique_ptr, and also changes cli_uiout to be a private
member.
2022-07-18 08:49:55 -06:00
..
cli-cmds.c
cli-cmds.h
cli-decode.c GDB: Add NUMBER' completion to set' integer commands 2022-06-30 19:57:34 +01:00
cli-decode.h
cli-dump.c
cli-interp.c Remove manual lifetime management from cli_interp 2022-07-18 08:49:55 -06:00
cli-interp.h
cli-logging.c
cli-option.c
cli-option.h
cli-script.c Replace input_interactive_p with a method 2022-07-18 08:49:55 -06:00
cli-script.h
cli-setshow.c GDB: Remove extraneous full stops from `set' command error messages 2022-06-29 15:27:41 +01:00
cli-setshow.h
cli-style.c gdb: add support for disassembler styling using libopcodes 2022-07-11 12:02:54 +01:00
cli-style.h gdb: add support for disassembler styling using libopcodes 2022-07-11 12:02:54 +01:00
cli-utils.c
cli-utils.h