summaryrefslogtreecommitdiff
path: root/gdbsupport
AgeCommit message (Expand)Author
2024-01-12Update copyright year range in header of all files managed by GDBAndrew Burgess
2024-01-10gdbsupport: tighten up libiberty code a bit with dnlMike Frysinger
2024-01-10gdb: libiberty: switch to AC_CHECK_DECLS_ONCEMike Frysinger
2024-01-10gdb: move libiberty.m4 to gdbsupportMike Frysinger
2024-01-08Back out some parallel_for_each featuresTom Tromey
2024-01-08Add gdb::task_groupTom Tromey
2023-12-22Fix build with clang 16Tom Tromey
2023-12-14gdb: change regcache interface to use array_viewSimon Marchi
2023-12-14gdb: use reg_buffer_common throughout gdbsupport/common-regcache.hSimon Marchi
2023-12-04gdb: Enable early init of thread pool sizeRichard Bunt
2023-11-29Remove gdb_static_assertTom Tromey
2023-11-29Use C++17 void_tTom Tromey
2023-11-29Rely on copy elision in scope-exit.hTom Tromey
2023-11-29Rely on C++17 <new> in new-op.ccTom Tromey
2023-11-29Enable some C++14 code in array-view.hTom Tromey
2023-11-29Switch to -Wimplicit-fallthrough=5Tom Tromey
2023-11-29Use C++17 [[fallthrough]] attributeTom Tromey
2023-11-28[gdb] Fix segfault in for_each_block, part 1Tom de Vries
2023-11-27Introduce throw_winerror_with_nameTom Tromey
2023-11-21gdbsupport: Replace gdb::invoke_result with std::invoke_resultLancelot Six
2023-11-21gdbsupport: Remove gdb::string_viewLancelot Six
2023-11-21gdb: Use std::string_view instead of gdb::string_viewLancelot Six
2023-11-21gdbsupport: remove gdb::optionalLancelot Six
2023-11-21gdb: Replace gdb::optional with std::optionalLancelot Six
2023-11-21gdb: Use C++17's std::make_unique instead of gdb::make_uniqueLancelot Six
2023-11-15Finalized intl-update patchesArsen Arsenovi?
2023-11-06Remove EXTERN_C and related definesTom Tromey
2023-11-03gdbsupport: mark array_view::slice with [[nodiscard]]Simon Marchi
2023-11-03gdbsupport: record and print failed selftest namesSimon Marchi
2023-10-28gdb/gdbsupport/gdbserver: Require c++17Lancelot Six
2023-10-28gdb/ax_cxx_compile_stdcxx.m4: upgradeLancelot Six
2023-10-19gdbsupport: use "reference" and "pointer" type aliases in intrusive_listSimon Marchi
2023-10-12Move -lsocket check to common.m4Tom Tromey
2023-10-09gdb_unique_ptr.h: Fix a typo in a commentJohn Baldwin
2023-09-20Remove explanatory comments from includesTom Tromey
2023-09-15Fix build failure with GCC 4.8Tom Tromey
2023-09-11Specialize std::hash for ptid_tTom Tromey
2023-09-11gdb: c++ify btrace_target_infoMarkus Metzger
2023-08-28x86: Remove X86_XSTATE_SIZE and related constants.John Baldwin
2023-08-28x86: Add an x86_xsave_layout structure to handle variable XSAVE layouts.John Baldwin
2023-08-23gdb: add gdb::make_unique functionAndrew Burgess
2023-08-17[gdb/build, c++20] Handle deprecated std::allocator::constructTom de Vries
2023-08-17[gdb/build, c++20] Stop using deprecated is_podTom de Vries
2023-08-17[gdb/build, c++20] Fix Wdeprecated-enum-enum-conversionTom de Vries
2023-08-12regen configAlan Modra
2023-06-05Move unrelocated_addr to common-types.hTom Tromey
2023-06-05[gdb] Fix more typosTom de Vries
2023-06-03[gdb] Fix typosTom de Vries
2023-05-30gdb: add support for %V to printf commandAndrew Burgess
2023-05-25gdbsupport: make filtered_iterator::operator* return the same thing as underl...Simon Marchi