binutils-gdb/gdb/cli
Tom Tromey d182e39881 Use C++17 [[fallthrough]] attribute
This changes gdb to use the C++17 [[fallthrough]] attribute rather
than special comments.

This was mostly done by script, but I neglected a few spellings and so
also fixed it up by hand.

I suspect this fixes the bug mentioned below, by switching to a
standard approach that, presumably, clang supports.

Bug: https://sourceware.org/bugzilla/show_bug.cgi?id=23159
Approved-By: John Baldwin <jhb@FreeBSD.org>
Approved-By: Luis Machado <luis.machado@arm.com>
Approved-By: Pedro Alves <pedro@palves.net>
2023-11-29 14:29:43 -07:00
..
cli-cmds.c gdb: Replace gdb::optional with std::optional 2023-11-21 11:52:35 +00:00
cli-cmds.h gdb: Replace gdb::optional with std::optional 2023-11-21 11:52:35 +00:00
cli-decode.c gdb: Replace gdb::optional with std::optional 2023-11-21 11:52:35 +00:00
cli-decode.h gdb: Replace gdb::optional with std::optional 2023-11-21 11:52:35 +00:00
cli-dump.c gdb: remove target_gdbarch 2023-10-10 10:44:35 -04:00
cli-interp.c Remove explanatory comments from includes 2023-09-20 11:45:16 -06:00
cli-interp.h gdb: add interp::on_user_selected_context_changed method 2023-05-30 15:07:26 -04:00
cli-logging.c Update copyright year range in header of all files managed by GDB 2023-01-01 17:01:16 +04:00
cli-option.c gdb: Replace gdb::optional with std::optional 2023-11-21 11:52:35 +00:00
cli-option.h gdb: Replace gdb::optional with std::optional 2023-11-21 11:52:35 +00:00
cli-script.c gdb: Use std::string_view instead of gdb::string_view 2023-11-21 11:52:36 +00:00
cli-script.h Update copyright year range in header of all files managed by GDB 2023-01-01 17:01:16 +04:00
cli-setshow.c Use C++17 [[fallthrough]] attribute 2023-11-29 14:29:43 -07:00
cli-setshow.h GDB: Allow arbitrary keywords in integer set commands 2023-01-19 21:15:56 +00:00
cli-style.c Update copyright year range in header of all files managed by GDB 2023-01-01 17:01:16 +04:00
cli-style.h Update copyright year range in header of all files managed by GDB 2023-01-01 17:01:16 +04:00
cli-utils.c Turn value_type into method 2023-02-13 15:21:06 -07:00
cli-utils.h Update copyright year range in header of all files managed by GDB 2023-01-01 17:01:16 +04:00