aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* gdb: Enable early init of thread pool sizeRichard Bunt2023-12-042-0/+5
* Remove gdb_static_assertTom Tromey2023-11-293-14/+9
* Use C++17 void_tTom Tromey2023-11-291-10/+1
* Rely on copy elision in scope-exit.hTom Tromey2023-11-291-20/+2
* Rely on C++17 <new> in new-op.ccTom Tromey2023-11-291-5/+0
* Enable some C++14 code in array-view.hTom Tromey2023-11-291-9/+8
* Switch to -Wimplicit-fallthrough=5Tom Tromey2023-11-292-2/+2
* Use C++17 [[fallthrough]] attributeTom Tromey2023-11-292-6/+4
* [gdb] Fix segfault in for_each_block, part 1Tom de Vries2023-11-281-0/+17
* Introduce throw_winerror_with_nameTom Tromey2023-11-272-0/+15
* gdbsupport: Replace gdb::invoke_result with std::invoke_resultLancelot Six2023-11-215-48/+10
* gdbsupport: Remove gdb::string_viewLancelot Six2023-11-212-785/+0
* gdb: Use std::string_view instead of gdb::string_viewLancelot Six2023-11-213-7/+8
* gdbsupport: remove gdb::optionalLancelot Six2023-11-211-233/+0
* gdb: Replace gdb::optional with std::optionalLancelot Six2023-11-219-15/+15
* gdb: Use C++17's std::make_unique instead of gdb::make_uniqueLancelot Six2023-11-211-13/+0
* Finalized intl-update patchesArsen Arsenovi?2023-11-155-218/+2212
* Remove EXTERN_C and related definesTom Tromey2023-11-062-8/+4
* gdbsupport: mark array_view::slice with [[nodiscard]]Simon Marchi2023-11-031-0/+2
* gdbsupport: record and print failed selftest namesSimon Marchi2023-11-031-4/+15
* gdb/gdbsupport/gdbserver: Require c++17Lancelot Six2023-10-284-30/+1524
* gdb/ax_cxx_compile_stdcxx.m4: upgradeLancelot Six2023-10-281-10/+34
* gdbsupport: use "reference" and "pointer" type aliases in intrusive_listSimon Marchi2023-10-191-14/+14
* Move -lsocket check to common.m4Tom Tromey2023-10-122-0/+59
* gdb_unique_ptr.h: Fix a typo in a commentJohn Baldwin2023-10-091-1/+1
* Remove explanatory comments from includesTom Tromey2023-09-202-3/+3
* Fix build failure with GCC 4.8Tom Tromey2023-09-151-1/+4
* Specialize std::hash for ptid_tTom Tromey2023-09-111-3/+2
* gdb: c++ify btrace_target_infoMarkus Metzger2023-09-111-1/+17
* x86: Remove X86_XSTATE_SIZE and related constants.John Baldwin2023-08-281-12/+0
* x86: Add an x86_xsave_layout structure to handle variable XSAVE layouts.John Baldwin2023-08-281-9/+56
* gdb: add gdb::make_unique functionAndrew Burgess2023-08-231-0/+13
* [gdb/build, c++20] Handle deprecated std::allocator::constructTom de Vries2023-08-171-1/+12
* [gdb/build, c++20] Stop using deprecated is_podTom de Vries2023-08-171-1/+1
* [gdb/build, c++20] Fix Wdeprecated-enum-enum-conversionTom de Vries2023-08-171-1/+3
* regen configAlan Modra2023-08-121-1/+1
* Move unrelocated_addr to common-types.hTom Tromey2023-06-051-0/+6
* [gdb] Fix more typosTom de Vries2023-06-051-1/+1
* [gdb] Fix typosTom de Vries2023-06-0310-11/+11
* gdb: add support for %V to printf commandAndrew Burgess2023-05-302-4/+28
* gdbsupport: make filtered_iterator::operator* return the same thing as underl...Simon Marchi2023-05-251-1/+6
* gdbsupport: make basic_safe_iterator::operator* return the same thing as unde...Simon Marchi2023-05-251-1/+5
* gdbsupport: add missing increment/decrement operators to reference_to_pointer...Simon Marchi2023-05-251-0/+18
* gdbsupport: add support for references to checked_static_castSimon Marchi2023-05-241-0/+16
* gdb: Fix building with latest libc++Manoj Gupta2023-04-292-2/+5
* gdb: move displaced_step_dump_bytes into gdbsupport (and rename)Andrew Burgess2023-03-293-0/+35
* gdb, gdbserver, gdbsupport: fix whitespace issuesSimon Marchi2023-03-095-19/+15
* gdbsupport: ignore -Wenum-constexpr-conversion in enum-flags.hSimon Marchi2023-03-061-0/+3
* Introduce gdb_exception_forced_quitKevin Buettner2023-02-272-1/+35
* Remove struct bufferTom Tromey2023-02-244-250/+1