Files
binutils-gdb/gdbsupport
Lancelot Six d50638ee66 gdbsupport: Replace gdb::invoke_result with std::invoke_result
Given that GDB now requires C++17, we can replace gdb::invoke_result
with std::invoke_result which is provided by <type_traits>.

This patch also removes gdbsupport/invoke-result.h as it is not used
anymore.

Change-Id: I7e567356d38d6b3d85d8797d61cfc83f6f933f22
2023-10-13 13:59:59 +00:00
..
2023-06-05 12:53:15 +02:00
2023-09-11 06:15:52 +00:00
2023-06-03 22:43:57 +02:00
2023-10-12 18:23:13 -06:00
2023-06-03 22:43:57 +02:00
2023-06-03 22:43:57 +02:00
2023-02-24 11:53:03 -07:00
2023-06-03 22:43:57 +02:00
2023-06-03 22:43:57 +02:00
2023-09-15 10:36:15 -06:00
2023-06-03 22:43:57 +02:00

This is a helper library that is used by gdb and gdbserver.

To send patches, follow the gdb patch submission instructions in
../gdb/CONTRIBUTE.  For maintainers, see ../gdb/MAINTAINERS.