aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Pass current directory to gdb_abspathTom Tromey2024-10-192-12/+12
* [gdbsupport] Add gdb::array_view::{iterator,const_iterator}Tom de Vries2024-10-191-4/+6
* [gdbsupport] Use std::span-style iterators for gdb::array_viewTom de Vries2024-10-191-4/+4
* [gdb/build] Use -fno-hoist-adjacent-loads for gcc <= 13Tom de Vries2024-10-181-0/+7
* gdb/gdbserver: change shared set_tdesc_osabi to take gdb_osabiAndrew Burgess2024-10-101-2/+4
* gdb: split osabi support between gdb/ and gdbsupport/ directoriesAndrew Burgess2024-10-105-6/+219
* [gdb] Fix common misspellingsTom de Vries2024-10-062-3/+3
* gdb, gdbserver, python, testsuite: Remove MPX.Schimpe, Christina2024-09-251-15/+2
* btrace: Enable event tracing on Linux for Intel PT.Felix Willgerodt2024-09-241-0/+3
* [gdb] Make scope_exit constructor throwTom de Vries2024-09-241-0/+3
* gdbsupport/intrusive-list: add owning_intrusive_listSimon Marchi2024-09-132-4/+173
* gdbsupport/intrusive-list: make insert return an iteratorSimon Marchi2024-09-131-5/+15
* gdbsupport/intrusive-list: sprinkle noexceptSimon Marchi2024-09-131-43/+43
* gdb: add another overload of startswithAndrew Burgess2024-09-071-0/+10
* gdb: avoid '//' in filenames when searching for debuginfoAndrew Burgess2024-08-192-7/+15
* btrace, python: Enable ptwrite filter registration.Felix Willgerodt2024-08-143-0/+16
* btrace, gdbserver: Add ptwrite to btrace_config_pt.Felix Willgerodt2024-08-141-0/+6
* gdb, gdbsupport: use `using` in enum flags codeSimon Marchi2024-08-121-15/+15
* gdbsupport: remove C enum flags fallbackSimon Marchi2024-08-121-11/+0
* gdbsupport: remove #ifndef REALTIME_LO in signals.ccSimon Marchi2024-08-121-8/+6
* gdb, gdbserver, gdbsupport: remove -Wno-vla-cxx-extensionSimon Marchi2024-08-022-2/+2
* gdb, gdbserver, gdbsupport: use [[noreturn]] instead of ATTRIBUTE_NORETURNSimon Marchi2024-07-163-30/+27
* gdb: add overloads of gdb_tilde_expandAndrew Burgess2024-06-271-2/+16
* gdb: add overloads of gdb_abspathAndrew Burgess2024-06-271-0/+16
* Remove hashtab_obstack_allocateTom Tromey2024-06-244-53/+1
* Revert "Remove LIBINTL_DEP"Alan Modra2024-06-202-0/+3
* Remove LIBINTL_DEPAlan Modra2024-06-202-3/+0
* gdb/gdbserver: share I386_LINUX_XSAVE_XCR0_OFFSET definitionAndrew Burgess2024-06-141-0/+20
* autoupdate: add square brackets around arguments of AC_INITMatthieu Longo2024-06-101-1/+1
* autoupdate: replace obsolete macros AC_CONFIG_HEADERMatthieu Longo2024-06-101-1/+1
* gdb: remove get_exec_fileSimon Marchi2024-06-071-5/+0
* gdb: replace `get_exec_file (0)` calls with `current_program_space->exec_file...Simon Marchi2024-06-071-3/+3
* Stop 'configure --enable-threading' if std::thread doesn't workPedro Alves2024-05-162-6/+21
* Fix build issues with mingw toolchainBernd Edlinger2024-05-062-0/+2
* gdb: move RequireLongest to gdbsupport/traits.hSimon Marchi2024-04-221-0/+4
* Use std::vector in event-loop.ccTom Tromey2024-04-211-39/+18
* gdbsupport: constify some return values in print-utils.{h,cc}Simon Marchi2024-04-182-18/+18
* gdbsupport, gdbserver, gdb: use -Wno-vla-cxx-extensionSimon Marchi2024-04-172-0/+2
* gdb, gdbserver, gdbsupport: remove includes of early headersSimon Marchi2024-03-2640-40/+0
* gdb, gdbserver, gdbsupport: include early header files with `-include`Simon Marchi2024-03-262-0/+2
* gdb, gdbserver, gdbsupport: reformat some Makefile variables, one entry per lineSimon Marchi2024-03-262-8/+22
* Require trivial destructor in allocate_on_obstackTom Tromey2024-03-211-1/+5
* gdbsupport: rename include guard in gdb-checked-static-cast.hAndrew Burgess2024-03-191-3/+3
* gdb: use static_cast in gdb::checked_static_castAndrew Burgess2024-03-191-8/+4
* [gdb/build] Fix build on postmarketosTom de Vries2024-03-141-6/+2
* Rewrite final cleanupsTom Tromey2024-02-272-124/+15
* Introduce read_remainder_of_fileTom Tromey2024-02-272-8/+20
* Fix throw_winerror_with_name build error on x86-64 CygwinPedro Alves2024-02-231-1/+1
* gdbsupport: assume that compiler supports std::{is_trivially_constructible,is...Simon Marchi2024-02-214-33/+0
* gdb: remove some GCC version checksSimon Marchi2024-02-211-9/+0