Age | Commit message (Expand) | Author | Files | Lines |
3 days | [gdb/tdep] Use raw_supply_part_zeroed for AArch64 | Tom de Vries | 1 | -0/+6 |
11 days | Remove gdb::hash_enum | Tom Tromey | 1 | -45/+0 |
2024-10-19 | Pass current directory to gdb_abspath | Tom Tromey | 2 | -12/+12 |
2024-10-19 | [gdbsupport] Add gdb::array_view::{iterator,const_iterator} | Tom de Vries | 1 | -4/+6 |
2024-10-19 | [gdbsupport] Use std::span-style iterators for gdb::array_view | Tom de Vries | 1 | -4/+4 |
2024-10-18 | [gdb/build] Use -fno-hoist-adjacent-loads for gcc <= 13 | Tom de Vries | 1 | -0/+7 |
2024-10-10 | gdb/gdbserver: change shared set_tdesc_osabi to take gdb_osabi | Andrew Burgess | 1 | -2/+4 |
2024-10-10 | gdb: split osabi support between gdb/ and gdbsupport/ directories | Andrew Burgess | 5 | -6/+219 |
2024-10-06 | [gdb] Fix common misspellings | Tom de Vries | 2 | -3/+3 |
2024-09-25 | gdb, gdbserver, python, testsuite: Remove MPX. | Schimpe, Christina | 1 | -15/+2 |
2024-09-24 | btrace: Enable event tracing on Linux for Intel PT. | Felix Willgerodt | 1 | -0/+3 |
2024-09-24 | [gdb] Make scope_exit constructor throw | Tom de Vries | 1 | -0/+3 |
2024-09-13 | gdbsupport/intrusive-list: add owning_intrusive_list | Simon Marchi | 2 | -4/+173 |
2024-09-13 | gdbsupport/intrusive-list: make insert return an iterator | Simon Marchi | 1 | -5/+15 |
2024-09-13 | gdbsupport/intrusive-list: sprinkle noexcept | Simon Marchi | 1 | -43/+43 |
2024-09-07 | gdb: add another overload of startswith | Andrew Burgess | 1 | -0/+10 |
2024-08-19 | gdb: avoid '//' in filenames when searching for debuginfo | Andrew Burgess | 2 | -7/+15 |
2024-08-14 | btrace, python: Enable ptwrite filter registration. | Felix Willgerodt | 3 | -0/+16 |
2024-08-14 | btrace, gdbserver: Add ptwrite to btrace_config_pt. | Felix Willgerodt | 1 | -0/+6 |
2024-08-12 | gdb, gdbsupport: use `using` in enum flags code | Simon Marchi | 1 | -15/+15 |
2024-08-12 | gdbsupport: remove C enum flags fallback | Simon Marchi | 1 | -11/+0 |
2024-08-12 | gdbsupport: remove #ifndef REALTIME_LO in signals.cc | Simon Marchi | 1 | -8/+6 |
2024-08-02 | gdb, gdbserver, gdbsupport: remove -Wno-vla-cxx-extension | Simon Marchi | 2 | -2/+2 |
2024-07-16 | gdb, gdbserver, gdbsupport: use [[noreturn]] instead of ATTRIBUTE_NORETURN | Simon Marchi | 3 | -30/+27 |
2024-06-27 | gdb: add overloads of gdb_tilde_expand | Andrew Burgess | 1 | -2/+16 |
2024-06-27 | gdb: add overloads of gdb_abspath | Andrew Burgess | 1 | -0/+16 |
2024-06-24 | Remove hashtab_obstack_allocate | Tom Tromey | 4 | -53/+1 |
2024-06-20 | Revert "Remove LIBINTL_DEP" | Alan Modra | 2 | -0/+3 |
2024-06-20 | Remove LIBINTL_DEP | Alan Modra | 2 | -3/+0 |
2024-06-14 | gdb/gdbserver: share I386_LINUX_XSAVE_XCR0_OFFSET definition | Andrew Burgess | 1 | -0/+20 |
2024-06-10 | autoupdate: add square brackets around arguments of AC_INIT | Matthieu Longo | 1 | -1/+1 |
2024-06-10 | autoupdate: replace obsolete macros AC_CONFIG_HEADER | Matthieu Longo | 1 | -1/+1 |
2024-06-07 | gdb: remove get_exec_file | Simon Marchi | 1 | -5/+0 |
2024-06-07 | gdb: replace `get_exec_file (0)` calls with `current_program_space->exec_file... | Simon Marchi | 1 | -3/+3 |
2024-05-16 | Stop 'configure --enable-threading' if std::thread doesn't work | Pedro Alves | 2 | -6/+21 |
2024-05-06 | Fix build issues with mingw toolchain | Bernd Edlinger | 2 | -0/+2 |
2024-04-22 | gdb: move RequireLongest to gdbsupport/traits.h | Simon Marchi | 1 | -0/+4 |
2024-04-21 | Use std::vector in event-loop.cc | Tom Tromey | 1 | -39/+18 |
2024-04-18 | gdbsupport: constify some return values in print-utils.{h,cc} | Simon Marchi | 2 | -18/+18 |
2024-04-17 | gdbsupport, gdbserver, gdb: use -Wno-vla-cxx-extension | Simon Marchi | 2 | -0/+2 |
2024-03-26 | gdb, gdbserver, gdbsupport: remove includes of early headers | Simon Marchi | 40 | -40/+0 |
2024-03-26 | gdb, gdbserver, gdbsupport: include early header files with `-include` | Simon Marchi | 2 | -0/+2 |
2024-03-26 | gdb, gdbserver, gdbsupport: reformat some Makefile variables, one entry per line | Simon Marchi | 2 | -8/+22 |
2024-03-21 | Require trivial destructor in allocate_on_obstack | Tom Tromey | 1 | -1/+5 |
2024-03-19 | gdbsupport: rename include guard in gdb-checked-static-cast.h | Andrew Burgess | 1 | -3/+3 |
2024-03-19 | gdb: use static_cast in gdb::checked_static_cast | Andrew Burgess | 1 | -8/+4 |
2024-03-14 | [gdb/build] Fix build on postmarketos | Tom de Vries | 1 | -6/+2 |
2024-02-27 | Rewrite final cleanups | Tom Tromey | 2 | -124/+15 |
2024-02-27 | Introduce read_remainder_of_file | Tom Tromey | 2 | -8/+20 |
2024-02-23 | Fix throw_winerror_with_name build error on x86-64 Cygwin | Pedro Alves | 1 | -1/+1 |