summaryrefslogtreecommitdiff
path: root/gdbsupport
Commit message (Expand)AuthorAgeFilesLines
* gdbsupport: move fileio_errno_to_host to fileio.{h,cc} and renameSimon Marchi2022-09-212-0/+57
* gdbsupport: convert FILEIO_* macros to an enumSimon Marchi2022-09-212-24/+28
* gdbsupport: move include/gdb/fileio.h contents to fileio.hSimon Marchi2022-09-211-1/+109
* gdbsupport: change path_join parameter to array_view<const char *>Simon Marchi2022-09-212-8/+8
* gdbsupport: Fix config.status dependencyTsukasa OI2022-09-083-2/+3
* gdbsupport: add wrapper around result_of and invoke_resultSimon Marchi2022-08-303-6/+44
* gdbsupport: fix gdb::optional compilation with C++11 && _GLIBCXX_DEBUGSimon Marchi2022-08-261-2/+2
* gdb, gdbsupport: configure: factor out yes/no/auto value checkingSimon Marchi2022-08-261-0/+28
* gdb_do_one_event: use integer test syntaxPatrick Monnerat2022-08-191-2/+2
* gdbsupport/event-loop: add a timeout parameter to gdb_do_one_eventPatrick Monnerat2022-08-182-11/+36
* Use strwinerror in gdb/windows-nat.cTom Tromey2022-08-162-0/+70
* [gdbsupport] Add task size parameter in parallel_for_eachTom de Vries2022-08-051-22/+91
* Introduce gdb::make_function_viewPedro Alves2022-08-051-0/+127
* [gdb] Add debug_{exp,val}Tom de Vries2022-08-051-0/+6
* struct packed: Add fallback byte array implementationPedro Alves2022-07-251-3/+48
* struct packed: Unit tests and more operatorsPedro Alves2022-07-251-30/+49
* struct packed: Use gcc_struct on WindowsPedro Alves2022-07-251-1/+9
* gdbsupport: add checked_static_castAndrew Burgess2022-07-211-0/+68
* [gdbsupport] Fix type of parallel_for_each_debugTom de Vries2022-07-211-1/+1
* [gdbsupport] Improve thread scheduling in parallel_for_eachTom de Vries2022-07-181-0/+8
* [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