8sa1-binutils-gdb/gdb/cli
Gary Benson ba543ca5af Fix cli_interp::cli_uiout resource leak found by Coverity
This commit fixes a resource leak found by Coverity, where cli_interp's
constructor creates a new cli_ui_out, but there was no corresponding
destructor to free it.

gdb/ChangeLog:

	* cli/cli-interp.c (cli_interp::~cli_interp): New function.
2018-10-19 11:52:33 +01:00
..
cli-cmds.c Simple -Wshadow=local fixes 2018-10-04 22:51:45 -06:00
cli-cmds.h
cli-decode.c gdb: Change how frames are selected for 'frame' and 'info frame'. 2018-09-28 11:59:34 +01:00
cli-decode.h
cli-dump.c Fix PR cli/23785: Check if file exists when invoking "restore FILE binary" 2018-10-18 17:39:09 -04:00
cli-interp.c Fix cli_interp::cli_uiout resource leak found by Coverity 2018-10-19 11:52:33 +01:00
cli-interp.h
cli-logging.c
cli-script.c python: Make gdb.execute("show commands") work (PR 23669) 2018-09-17 08:26:24 -04:00
cli-script.h
cli-setshow.c
cli-setshow.h
cli-utils.c Simple -Wshadow=local fixes 2018-10-04 22:51:45 -06:00
cli-utils.h Add helper functions parse_flags and parse_flags_qcs 2018-07-12 22:50:26 +02:00