binutils-gdb/gdb/mi
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
..
ChangeLog-1999-2003
mi-cmd-break.c
mi-cmd-break.h
mi-cmd-catch.c
mi-cmd-disas.c
mi-cmd-env.c
mi-cmd-file.c
mi-cmd-info.c
mi-cmd-stack.c Use C++17 [[fallthrough]] attribute 2023-11-29 14:29:43 -07:00
mi-cmd-target.c
mi-cmd-var.c gdb: Replace gdb::optional with std::optional 2023-11-21 11:52:35 +00:00
mi-cmds.c gdb: Replace gdb::optional with std::optional 2023-11-21 11:52:35 +00:00
mi-cmds.h gdb: Replace gdb::optional with std::optional 2023-11-21 11:52:35 +00:00
mi-common.c
mi-common.h
mi-console.c
mi-console.h
mi-getopt.c
mi-getopt.h
mi-interp.c gdb: Replace gdb::optional with std::optional 2023-11-21 11:52:35 +00:00
mi-interp.h gdb: Replace gdb::optional with std::optional 2023-11-21 11:52:35 +00:00
mi-main.c gdb: Replace gdb::optional with std::optional 2023-11-21 11:52:35 +00:00
mi-main.h
mi-out.c
mi-out.h
mi-parse.c
mi-parse.h
mi-symbol-cmds.c