binutils-gdb/gdb/unittests
Pedro Alves 6206060d9b Delete parse_flags/parse_flags_qcs
Now that "thread/frame apply" have been converted to the gdb::option
framework, these functions are no longer used.

For a while, I thought about keeping the unit tests, by making a local
version of parse_flags_qcs in the unit tests file.  But all that would
really test that is used by GDB itself, is the validate_flags_qcs
function.  So in the end, I went through all the unit tests, and
converted any that wasn't already covered to gdb.base/options.exp
tests.  And those have all already been added in previous patches.

gdb/ChangeLog:
2019-06-13  Pedro Alves  <palves@redhat.com>

	* cli/cli-utils.c (parse_flags, parse_flags_qcs): Delete.
	* cli/cli-utils.h (parse_flags, parse_flags_qcs): Delete.
	* unittests/cli-utils-selftests.c (test_parse_flags)
	(test_parse_flags_qcs): Delete.
	(test_cli_utils): Don't call deleted functions.
2019-06-13 00:24:17 +01:00
..
basic_string_view Fix year range in unittests/.../char/empty.cc copyright header 2019-01-02 10:11:41 +04:00
optional Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
array-view-selftests.c Normalize includes to use common/ 2019-01-25 15:28:16 -07:00
child-path-selftests.c Add a new function child_path. 2019-02-12 13:56:16 -08:00
cli-utils-selftests.c Delete parse_flags/parse_flags_qcs 2019-06-13 00:24:17 +01:00
common-utils-selftests.c Normalize includes to use common/ 2019-01-25 15:28:16 -07:00
copy_bitwise-selftests.c Normalize includes to use common/ 2019-01-25 15:28:16 -07:00
environ-selftests.c Normalize includes to use common/ 2019-01-25 15:28:16 -07:00
format_pieces-selftests.c Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
function-view-selftests.c Normalize includes to use common/ 2019-01-25 15:28:16 -07:00
lookup_name_info-selftests.c Normalize includes to use common/ 2019-01-25 15:28:16 -07:00
memory-map-selftests.c Normalize includes to use common/ 2019-01-25 15:28:16 -07:00
memrange-selftests.c Normalize includes to use common/ 2019-01-25 15:28:16 -07:00
mkdir-recursive-selftests.c Normalize includes to use common/ 2019-01-25 15:28:16 -07:00
observable-selftests.c Normalize includes to use common/ 2019-01-25 15:28:16 -07:00
offset-type-selftests.c Normalize includes to use common/ 2019-01-25 15:28:16 -07:00
optional-selftests.c Normalize includes to use common/ 2019-01-25 15:28:16 -07:00
parse-connection-spec-selftests.c On MS-Windows, define _WIN32_WINNT in a single common place. 2019-05-03 10:55:33 +03:00
ptid-selftests.c Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
rsp-low-selftests.c Normalize includes to use common/ 2019-01-25 15:28:16 -07:00
scoped_fd-selftests.c Normalize includes to use common/ 2019-01-25 15:28:16 -07:00
scoped_mmap-selftests.c Normalize includes to use common/ 2019-01-25 15:28:16 -07:00
scoped_restore-selftests.c Normalize includes to use common/ 2019-01-25 15:28:16 -07:00
string_view-selftests.c gdb: unconditionally define _initialize_string_view_selftests 2019-03-18 00:01:13 -04:00
style-selftests.c Normalize includes to use common/ 2019-01-25 15:28:16 -07:00
tracepoint-selftests.c Normalize includes to use common/ 2019-01-25 15:28:16 -07:00
unpack-selftests.c Normalize includes to use common/ 2019-01-25 15:28:16 -07:00
utils-selftests.c Normalize includes to use common/ 2019-01-25 15:28:16 -07:00
xml-utils-selftests.c Normalize includes to use common/ 2019-01-25 15:28:16 -07:00