summaryrefslogtreecommitdiff
path: root/gdbsupport
Commit message (Expand)AuthorAgeFilesLines
...
* [gdbsupport] Add parallel_for_each_debugTom de Vries2022-07-181-1/+23
* [gdbsupport] Add sequential_for_eachTom de Vries2022-07-141-0/+23
* [gdb/build] Fix gdb build with gcc 4.8.5Tom de Vries2022-07-141-0/+2
* [gdb/build] Fix build with gcc 4.8.5Tom de Vries2022-07-121-0/+4
* Introduce struct packed templatePedro Alves2022-07-121-0/+90
* [gdb] Block SIGTERM in worker threadsTom de Vries2022-06-301-0/+1
* Make GDBserver abort on internal error in development modePedro Alves2022-06-273-0/+26
* Finalize each cooked index separatelyTom Tromey2022-05-261-0/+121
* [gdbsupport] Fix UB in print-utils.cc:int_stringTom de Vries2022-05-231-1/+5
* gdbsupport: fix path_join crash with -std=c++17 and -D_GLIBCXX_DEBUGSimon Marchi2022-05-191-1/+1
* Reindent gdbsupport/event-loop.cc:handle_file_eventPedro Alves2022-05-161-54/+50
* gdbsupport/event-loop.cc: simplify !HAVE_POLL pathsPedro Alves2022-05-161-61/+27
* Fix --disable-threading buildTom Tromey2022-05-103-11/+75
* Move non-dependent gdb::observers::observable::visit_state outside templatePedro Alves2022-05-101-15/+24
* gdbsupport/pathstuff.h: #include <array> explicitly for std::array<>John Baldwin2022-04-251-0/+1
* gdbsupport: add path_join functionSimon Marchi2022-04-212-15/+53
* gdbsupport/selftest: Allow lazy registrationLancelot SIX2022-04-192-0/+32
* gdbsupport/selftest: Replace for_each_selftest with an iterator_rangeLancelot SIX2022-04-192-22/+36
* gdb: use gdb_tilde_expand instead of gdb_tilde_expand_up in source_script_wit...Simon Marchi2022-04-182-13/+0
* gdbsupport: make gdb_realpath_keepfile return an std::stringSimon Marchi2022-04-182-9/+5
* gdbsupport: make gdb_abspath return an std::stringSimon Marchi2022-04-182-22/+21
* Set the worker thread name on WindowsTom Tromey2022-04-141-8/+64
* Let std::thread check pass even without pthreadsTom Tromey2022-04-142-26/+24
* gdb: fix build errors in gdbsupport/thread-pool.h used with old gccTiezhu Yang2022-04-142-3/+3
* Make intrusive_list_node's next/prev privatePedro Alves2022-04-131-1/+12
* gdbsupport: use result_of_t instead of result_of in parallel-for.hSimon Marchi2022-04-121-3/+3
* Specialize std::hash for gdb_exceptionTom Tromey2022-04-121-0/+19
* Return vector of results from parallel_for_eachTom Tromey2022-04-123-30/+141
* Add batching parameter to parallel_for_eachTom Tromey2022-04-121-6/+12
* Allow thread-pool.h to work without threadsTom Tromey2022-04-123-17/+27
* Consolidate definition of current_directoryTom Tromey2022-03-303-3/+7
* 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