binutils-gdb/gdb/nat
Simon Marchi d9deb60b2e gdb, gdbserver, gdbsupport: use [[noreturn]] instead of ATTRIBUTE_NORETURN
C++ 11 has a built-in attribute for this, no need to use a compat macro.

Change-Id: I90e4220d26e8f3949d91761f8a13cd9c37da3875
Reviewed-by: Lancelot Six <lancelot.six@amd.com>
2024-07-16 18:30:45 -04:00
..
aarch64-hw-point.c Fix regression on aarch64-linux gdbserver 2024-05-02 10:04:14 -06:00
aarch64-hw-point.h Fix regression on aarch64-linux gdbserver 2024-05-02 10:04:14 -06:00
aarch64-linux-hw-point.c gdb, gdbserver, gdbsupport: remove includes of early headers 2024-03-26 21:13:22 -04:00
aarch64-linux-hw-point.h Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
aarch64-linux.c gdb, gdbserver, gdbsupport: remove includes of early headers 2024-03-26 21:13:22 -04:00
aarch64-linux.h Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
aarch64-mte-linux-ptrace.c gdb, gdbserver, gdbsupport: use [[noreturn]] instead of ATTRIBUTE_NORETURN 2024-07-16 18:30:45 -04:00
aarch64-mte-linux-ptrace.h Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
aarch64-scalable-linux-ptrace.c gdb, gdbserver, gdbsupport: remove includes of early headers 2024-03-26 21:13:22 -04:00
aarch64-scalable-linux-ptrace.h Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
aarch64-scalable-linux-sigcontext.h Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
amd64-linux-siginfo.c gdb, gdbserver, gdbsupport: remove includes of early headers 2024-03-26 21:13:22 -04:00
amd64-linux-siginfo.h Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
fork-inferior.c gdb: add overloads of gdb_tilde_expand 2024-06-27 15:15:26 +01:00
fork-inferior.h gdb, gdbserver, gdbsupport: use [[noreturn]] instead of ATTRIBUTE_NORETURN 2024-07-16 18:30:45 -04:00
gdb_ptrace.h Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
gdb_thread_db.h Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
glibc_thread_db.h
i386-linux.c gdb/x86: move have_ptrace_getfpxregs global into gdb/nat directory 2024-06-14 09:08:45 +01:00
i386-linux.h gdb/x86: move have_ptrace_getfpxregs global into gdb/nat directory 2024-06-14 09:08:45 +01:00
linux-btrace.c gdb, gdbserver, gdbsupport: remove includes of early headers 2024-03-26 21:13:22 -04:00
linux-btrace.h Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
linux-namespaces.c gdb, gdbserver, gdbsupport: use [[noreturn]] instead of ATTRIBUTE_NORETURN 2024-07-16 18:30:45 -04:00
linux-namespaces.h Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
linux-nat.h gdb: move have_ptrace_getregset declaration into gdb/nat directory 2024-06-14 09:08:45 +01:00
linux-osdata.c gdb/nat: Factor linux_proc_get_stat_field out of linux_common_core_of_thread 2024-04-29 23:14:06 -03:00
linux-osdata.h gdb/nat: Factor linux_proc_get_stat_field out of linux_common_core_of_thread 2024-04-29 23:14:06 -03:00
linux-personality.c gdb, gdbserver, gdbsupport: remove includes of early headers 2024-03-26 21:13:22 -04:00
linux-personality.h Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
linux-procfs.c gdb/nat/linux: Fix attaching to process when it has zombie threads 2024-04-29 23:14:11 -03:00
linux-procfs.h gdb/nat/linux: Fix attaching to process when it has zombie threads 2024-04-29 23:14:11 -03:00
linux-ptrace.c gdb, gdbserver, gdbsupport: remove includes of early headers 2024-03-26 21:13:22 -04:00
linux-ptrace.h gdb+gdbserver/Linux: Remove USE_SIGTRAP_SIGINFO fallback 2024-04-17 18:21:30 +01:00
linux-waitpid.c gdb, gdbserver, gdbsupport: remove includes of early headers 2024-03-26 21:13:22 -04:00
linux-waitpid.h Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
loongarch-hw-point.c gdb: LoongArch: Add support for hardware breakpoint 2024-06-25 05:50:29 +08:00
loongarch-hw-point.h gdb: LoongArch: Add support for hardware breakpoint 2024-06-25 05:50:29 +08:00
loongarch-linux-hw-point.c gdb: LoongArch: Add support for hardware breakpoint 2024-06-25 05:50:29 +08:00
loongarch-linux-hw-point.h gdb: LoongArch: Add support for hardware breakpoint 2024-06-25 05:50:29 +08:00
loongarch-linux.c gdb: LoongArch: Add support for hardware breakpoint 2024-06-25 05:50:29 +08:00
loongarch-linux.h gdb: LoongArch: Add support for hardware watchpoint 2024-06-25 05:50:08 +08:00
mips-linux-watch.c gdb, gdbserver, gdbsupport: remove includes of early headers 2024-03-26 21:13:22 -04:00
mips-linux-watch.h Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
netbsd-nat.c gdb, gdbserver, gdbsupport: remove includes of early headers 2024-03-26 21:13:22 -04:00
netbsd-nat.h Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
ppc-linux.c gdb, gdbserver, gdbsupport: remove includes of early headers 2024-03-26 21:13:22 -04:00
ppc-linux.h Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
riscv-linux-tdesc.c gdb, gdbserver, gdbsupport: remove includes of early headers 2024-03-26 21:13:22 -04:00
riscv-linux-tdesc.h Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
windows-nat.c gdb, gdbserver, gdbsupport: remove includes of early headers 2024-03-26 21:13:22 -04:00
windows-nat.h Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
x86-cpuid.h Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
x86-dregs.c gdb, gdbserver, gdbsupport: remove includes of early headers 2024-03-26 21:13:22 -04:00
x86-dregs.h Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
x86-gcc-cpuid.h Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
x86-linux-dregs.c gdb, gdbserver, gdbsupport: remove includes of early headers 2024-03-26 21:13:22 -04:00
x86-linux-dregs.h Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00
x86-linux-tdesc.c gdb/i386: fix tdesc rejection issue for targets without PTRACE_GETREGSET 2024-06-24 11:15:54 +01:00
x86-linux-tdesc.h gdb/i386: fix tdesc rejection issue for targets without PTRACE_GETREGSET 2024-06-24 11:15:54 +01:00
x86-linux.c gdb/x86: move reading of cs and ds state into gdb/nat directory 2024-06-14 09:08:45 +01:00
x86-linux.h gdb/x86: move reading of cs and ds state into gdb/nat directory 2024-06-14 09:08:45 +01:00
x86-xstate.c gdb, gdbserver, gdbsupport: remove includes of early headers 2024-03-26 21:13:22 -04:00
x86-xstate.h Update copyright year range in header of all files managed by GDB 2024-01-12 15:49:57 +00:00