Files
binutils-gdb/gdb/cli
Lancelot Six ce752f43cc gdb: Use std::string_view instead of gdb::string_view
Since GDB now requires a C++17, replace all uses of gdb::string_view
with std::string_view.

This change has mostly been done automaticall:
- gdb::string_view -> std::string_view
- #include "gdbsupport/gdb_string_view.h" -> #include <string_view>

The implementation and tests of gdb::string_view are unchanged, they will
be removed in a following patch.

Change-Id: Ibb806a7e9c79eb16a55c87c6e41ad396fecf0207
2023-10-13 13:59:29 +00:00
..
2023-10-10 10:44:35 -04:00
2023-02-13 15:21:06 -07:00