summaryrefslogtreecommitdiff
path: root/gdbsupport
Commit message (Expand)AuthorAgeFilesLines
* Let phex and phex_nz handle sizeof_l==1Tom Tromey2022-03-071-0/+8
* Fix typo in last change.Roland McGrath2022-03-031-1/+1
* Avoid conflict with gnulib open/close macros.Roland McGrath2022-03-032-5/+5
* gdb: add operator+= and operator+ overload for std::stringAndrew Burgess2022-02-251-0/+19
* gdbsupport: Add an event-pipe class.John Baldwin2022-02-226-3/+190
* gdbsupport/gdb_regex.cc: replace defs.h include with common-defs.hSimon Marchi2022-01-201-1/+1
* Move gdb_regex to gdbsupportTom Tromey2022-01-184-8/+126
* Introduce gdb-hashtab module in gdbsupportTom Tromey2022-01-184-9/+106
* Move gdb obstack code to gdbsupportTom Tromey2022-01-184-8/+216
* Move gdb_argv to gdbsupportTom Tromey2022-01-181-0/+204
* gdb: don't use -Wmissing-prototypes with g++Andrew Burgess2022-01-136-4/+137
* gdbsupport: regenerate Makefile.inAndrew Burgess2022-01-111-2/+2
* gdb: don't pass nullptr to sigwaitAndrew Burgess2022-01-041-1/+6
* Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker2022-01-01138-138/+138
* New --enable-threading configure option to control use of threads in GDB/GDBs...Luis Machado2021-12-152-4/+42
* Revert "gdbsupport: remove unnecessary `#ifndef IN_PROCESS_AGENT`"Simon Marchi2021-12-091-0/+2
* gdbsupport: remove unnecessary `#ifndef IN_PROCESS_AGENT`Simon Marchi2021-12-091-2/+0
* gdbsupport: fix memory leak in create_file_handler when re-using file handlerSimon Marchi2021-12-041-7/+6
* gdbsupport: add array_view copy functionSimon Marchi2021-12-031-0/+15
* gdb: introduce target_waitkind_str, use it in target_waitstatus::to_stringSimon Marchi2021-11-222-4/+8
* gdbsupport: fix array-view compilation with c++11 && _GLIBCXX_DEBUGSimon Marchi2021-11-201-3/+3
* gdbsupport: make gdb_assert_not_reached accept a format stringSimon Marchi2021-11-182-5/+6
* gdbsupport: remove FUNCTION_NAMESimon Marchi2021-11-162-33/+2
* gdb/gdbsupport: make xstrprintf and xstrvprintf return a unique_ptrAndrew Burgess2021-11-162-7/+8
* gdbsupport: move xfree into its own fileAndrew Burgess2021-11-164-16/+43
* [gdb/build] Fix Wimplicit-exception-spec-mismatch in clang buildTom de Vries2021-11-111-2/+2
* [gdb/build] Fix build with -std=c++11Tom de Vries2021-11-111-0/+5
* Fix build on rhES5Tom Tromey2021-11-093-0/+25
* Improve gdb::array_view ctor from contiguous containersLancelot SIX2021-11-081-3/+4
* Introduce make_unique_xstrndupTom Tromey2021-11-051-0/+9
* Fix LD_PRELOAD=/usr/lib64/libasan.so.6 gdbJan Kratochvil2021-11-031-0/+42
* gdb: add selftest name completionSimon Marchi2021-10-281-1/+3
* gdbsupport: add assertions in array_viewSimon Marchi2021-10-251-4/+24
* Fix format_pieces selftest on WindowsTom Tromey2021-10-193-0/+70
* Always use std::function for self-testsTom Tromey2021-10-192-45/+6
* [gdb/build] Add CXX_DIALECT to CXXTom de Vries2021-10-041-0/+8
* gdbsupport: remove attempt to define TARGET_WORD_SIZEAndrew Burgess2021-10-043-14/+0
* gdbsupport: make gdb_mkostemp_cloexec return a scoped_fdSimon Marchi2021-09-301-2/+2
* gdbsupport: make gdb_open_cloexec return scoped_fdSimon Marchi2021-09-303-8/+9
* gdbsupport: move gdb_file_up to its own fileSimon Marchi2021-09-303-13/+39
* Change ptid_t::tid to ULONGESTTom Tromey2021-09-232-4/+6
* Remove defaulted 'tid' parameter to ptid_t constructorTom Tromey2021-09-231-1/+1
* [gdb] Add maint selftest -verbose optionTom de Vries2021-09-222-2/+20
* [gdb] Change register_test to use std::function argTom de Vries2021-09-212-19/+22
* gdbsupport/gdb_proc_service.h: use decltype instead of typeofSimon Marchi2021-09-201-1/+1
* gdbsupport: add debug assertions in gdb::optional::getSimon Marchi2021-08-031-2/+14
* Replace exception_print_same with operator!=Tom Tromey2021-07-301-0/+17
* [gdb/build] Disable attribute nonnullTom de Vries2021-07-301-0/+75
* gdb: move remaining ChangeLogs to legacy filesAndrew Burgess2021-07-261-0/+0
* gdb: make inferior::m_cwd an std::stringSimon Marchi2021-07-231-3/+4