317 Commits (523e454fab831e07c83a648c5d07370375a1c376)

Author SHA1 Message Date
Simon Marchi 523e454fab gdbsupport: constify some return values in print-utils.{h,cc} 2 years ago
Simon Marchi cbb97c5be3 gdbsupport, gdbserver, gdb: use -Wno-vla-cxx-extension 2 years ago
Simon Marchi 18d2988e5d gdb, gdbserver, gdbsupport: remove includes of early headers 2 years ago
Simon Marchi ab7daea3ad gdb, gdbserver, gdbsupport: include early header files with `-include` 2 years ago
Simon Marchi 2f3dfa7f90 gdb, gdbserver, gdbsupport: reformat some Makefile variables, one entry per line 2 years ago
Tom Tromey 7f032bbedf Require trivial destructor in allocate_on_obstack 2 years ago
Andrew Burgess 8695c3a693 gdbsupport: rename include guard in gdb-checked-static-cast.h 2 years ago
Andrew Burgess 7d18eb9983 gdb: use static_cast in gdb::checked_static_cast 2 years ago
Tom de Vries 97e9c24c38 [gdb/build] Fix build on postmarketos 2 years ago
Tom Tromey 1eae7be116 Rewrite final cleanups 2 years ago
Tom Tromey 5c92d8456d Introduce read_remainder_of_file 3 years ago
Pedro Alves 593318f69b Fix throw_winerror_with_name build error on x86-64 Cygwin 3 years ago
Simon Marchi 23acbfee6a gdbsupport: assume that compiler supports std::{is_trivially_constructible,is_trivially_copyable} 3 years ago
Simon Marchi aca8a74923 gdb: remove some GCC version checks 3 years ago
Andrew Burgess 1d506c26d9 Update copyright year range in header of all files managed by GDB 3 years ago
Mike Frysinger 761ed61e7b gdbsupport: tighten up libiberty code a bit with dnl 3 years ago
Mike Frysinger 908ff469f5 gdb: libiberty: switch to AC_CHECK_DECLS_ONCE 3 years ago
Mike Frysinger 3f258212a8 gdb: move libiberty.m4 to gdbsupport 3 years ago
Tom Tromey afdd136635 Back out some parallel_for_each features 4 years ago
Tom Tromey 542e23ffbe Add gdb::task_group 3 years ago
Tom Tromey 9b9e5c09b1 Fix build with clang 16 3 years ago
Simon Marchi 51e6b8cfd6 gdb: change regcache interface to use array_view 3 years ago
Simon Marchi e4e20d4511 gdb: use reg_buffer_common throughout gdbsupport/common-regcache.h 3 years ago
Richard Bunt 33ae45434d gdb: Enable early init of thread pool size 3 years ago
Tom Tromey 69f6730df3 Remove gdb_static_assert 3 years ago
Tom Tromey d02f31bb13 Use C++17 void_t 3 years ago
Tom Tromey cc87f13181 Rely on copy elision in scope-exit.h 3 years ago
Tom Tromey 553b78748f Rely on C++17 <new> in new-op.cc 3 years ago
Tom Tromey dead89d276 Enable some C++14 code in array-view.h 3 years ago
Tom Tromey d57f38ec74 Switch to -Wimplicit-fallthrough=5 3 years ago
Tom Tromey d182e39881 Use C++17 [[fallthrough]] attribute 3 years ago
Tom de Vries f9582a22db [gdb] Fix segfault in for_each_block, part 1 3 years ago
Tom Tromey 602971b386 Introduce throw_winerror_with_name 3 years ago
Lancelot Six 70d02be7e3 gdbsupport: Replace gdb::invoke_result with std::invoke_result 3 years ago
Lancelot Six 393be56421 gdbsupport: Remove gdb::string_view 3 years ago
Lancelot Six 8082468ffe gdb: Use std::string_view instead of gdb::string_view 3 years ago
Lancelot Six 42742fc581 gdbsupport: remove gdb::optional 3 years ago
Lancelot Six 6b09f1342c gdb: Replace gdb::optional with std::optional 3 years ago
Lancelot Six 6b62451ad0 gdb: Use C++17's std::make_unique instead of gdb::make_unique 3 years ago
Arsen Arsenovi? 862776f26a Finalized intl-update patches 3 years ago
Tom Tromey cf0d07fd07 Remove EXTERN_C and related defines 3 years ago
Simon Marchi 8cb2c7fc2e gdbsupport: mark array_view::slice with [[nodiscard]] 3 years ago
Simon Marchi dbbfabb441 gdbsupport: record and print failed selftest names 3 years ago
Lancelot Six f74dc26792 gdb/gdbsupport/gdbserver: Require c++17 3 years ago
Lancelot Six eb4de4047d gdb/ax_cxx_compile_stdcxx.m4: upgrade 3 years ago
Simon Marchi 1f08aca9d0 gdbsupport: use "reference" and "pointer" type aliases in intrusive_list 3 years ago
Tom Tromey 5772d79823 Move -lsocket check to common.m4 3 years ago
John Baldwin a8ff7b9f87 gdb_unique_ptr.h: Fix a typo in a comment 3 years ago
Tom Tromey ef0f16ccf8 Remove explanatory comments from includes 3 years ago
Tom Tromey 0e0edacca5 Fix build failure with GCC 4.8 3 years ago