binutils-gdb/gdb/nat
Lancelot Six 6b09f1342c gdb: Replace gdb::optional with std::optional
Since GDB now requires C++17, we don't need the internally maintained
gdb::optional implementation.  This patch does the following replacing:
  - gdb::optional -> std::optional
  - gdb::in_place -> std::in_place
  - #include "gdbsupport/gdb_optional.h" -> #include <optional>

This change has mostly been done automatically.  One exception is
gdbsupport/thread-pool.* which did not use the gdb:: prefix as it
already lives in the gdb namespace.

Change-Id: I19a92fa03e89637bab136c72e34fd351524f65e9
Approved-By: Tom Tromey <tom@tromey.com>
Approved-By: Pedro Alves <pedro@palves.net>
2023-11-21 11:52:35 +00:00
..
aarch64-hw-point.c [gdb] Fix typos 2023-06-03 22:43:57 +02:00
aarch64-hw-point.h [AArch64] Fix architecture debug version constant thinkos 2023-06-02 06:46:25 +01:00
aarch64-linux-hw-point.c Add new debug architecture version 2023-04-26 07:00:12 +01:00
aarch64-linux-hw-point.h Remove explanatory comments from includes 2023-09-20 11:45:16 -06:00
aarch64-linux.c
aarch64-linux.h
aarch64-mte-linux-ptrace.c
aarch64-mte-linux-ptrace.h
aarch64-scalable-linux-ptrace.c sme2: Enable SME2 for AArch64 gdb on Linux 2023-10-04 16:23:40 +01:00
aarch64-scalable-linux-ptrace.h gdb/nat/aarch64-scalable-linux-ptrace.h: Don't include itself 2023-10-25 21:27:09 -03:00
aarch64-scalable-linux-sigcontext.h [aarch64] Use SVE_VQ_BYTES instead of __SVE_VQ_BYTES 2023-10-13 16:27:19 +01:00
amd64-linux-siginfo.c
amd64-linux-siginfo.h Remove explanatory comments from includes 2023-09-20 11:45:16 -06:00
fork-inferior.c
fork-inferior.h
gdb_ptrace.h
gdb_thread_db.h
glibc_thread_db.h
linux-btrace.c gdb: Use C++17's std::make_unique instead of gdb::make_unique 2023-11-21 11:52:35 +00:00
linux-btrace.h gdb: c++ify btrace_target_info 2023-09-11 06:15:52 +00:00
linux-namespaces.c
linux-namespaces.h
linux-nat.h
linux-osdata.c gdb: Replace gdb::optional with std::optional 2023-11-21 11:52:35 +00:00
linux-osdata.h
linux-personality.c
linux-personality.h
linux-procfs.c
linux-procfs.h
linux-ptrace.c Remove EXTERN_C and related defines 2023-11-06 20:31:12 -07:00
linux-ptrace.h
linux-waitpid.c
linux-waitpid.h
mips-linux-watch.c
mips-linux-watch.h
netbsd-nat.c
netbsd-nat.h
ppc-linux.c
ppc-linux.h
riscv-linux-tdesc.c
riscv-linux-tdesc.h
windows-nat.c gdb: Replace gdb::optional with std::optional 2023-11-21 11:52:35 +00:00
windows-nat.h gdb: Replace gdb::optional with std::optional 2023-11-21 11:52:35 +00:00
x86-cpuid.h nat/x86-cpuid.h: Remove non-x86 fallbacks 2023-10-16 17:36:58 -07:00
x86-dregs.c
x86-dregs.h Remove explanatory comments from includes 2023-09-20 11:45:16 -06:00
x86-gcc-cpuid.h
x86-linux-dregs.c
x86-linux-dregs.h
x86-linux.c
x86-linux.h
x86-xstate.c gdb/x86: use size of XSAVE area of enabled features 2023-09-28 10:11:41 -04:00
x86-xstate.h x86 nat: Add helper functions to save the XSAVE layout for the host. 2023-08-28 14:18:19 -07:00