summaryrefslogtreecommitdiff
path: root/gdbsupport
AgeCommit message (Expand)Author
2022-08-05[gdbsupport] Add task size parameter in parallel_for_eachTom de Vries
2022-08-05Introduce gdb::make_function_viewPedro Alves
2022-08-05[gdb] Add debug_{exp,val}linaro-local/ci/tcwg_kernel/llvm-master-arm-next-allmodconfiglinaro-local/ci/tcwg_kernel/llvm-master-aarch64-lts-allmodconfiglinaro-local/ci/tcwg_kernel/gnu-master-arm-lts-allyesconfiglinaro-local/ci/tcwg_kernel/gnu-master-aarch64-stable-allnoconfiglinaro-local/ci/tcwg_bmk_llvm_fx/llvm-master-aarch64-spec2k6-O2Tom de Vries
2022-07-25struct packed: Add fallback byte array implementationPedro Alves
2022-07-25struct packed: Unit tests and more operatorsPedro Alves
2022-07-25struct packed: Use gcc_struct on WindowsPedro Alves
2022-07-21gdbsupport: add checked_static_castAndrew Burgess
2022-07-21[gdbsupport] Fix type of parallel_for_each_debugTom de Vries
2022-07-18[gdbsupport] Improve thread scheduling in parallel_for_eachTom de Vries
2022-07-18[gdbsupport] Add parallel_for_each_debugTom de Vries
2022-07-14[gdbsupport] Add sequential_for_eachTom de Vries
2022-07-14[gdb/build] Fix gdb build with gcc 4.8.5Tom de Vries
2022-07-12[gdb/build] Fix build with gcc 4.8.5Tom de Vries
2022-07-12Introduce struct packed templatePedro Alves
2022-06-30[gdb] Block SIGTERM in worker threadsTom de Vries
2022-06-27Make GDBserver abort on internal error in development modePedro Alves
2022-05-26Finalize each cooked index separatelyTom Tromey
2022-05-23[gdbsupport] Fix UB in print-utils.cc:int_stringTom de Vries
2022-05-19gdbsupport: fix path_join crash with -std=c++17 and -D_GLIBCXX_DEBUGSimon Marchi
2022-05-16Reindent gdbsupport/event-loop.cc:handle_file_eventPedro Alves
2022-05-16gdbsupport/event-loop.cc: simplify !HAVE_POLL pathsPedro Alves
2022-05-10Fix --disable-threading buildTom Tromey
2022-05-10Move non-dependent gdb::observers::observable::visit_state outside templatePedro Alves
2022-04-25gdbsupport/pathstuff.h: #include <array> explicitly for std::array<>John Baldwin
2022-04-21gdbsupport: add path_join functionSimon Marchi
2022-04-19gdbsupport/selftest: Allow lazy registrationLancelot SIX
2022-04-19gdbsupport/selftest: Replace for_each_selftest with an iterator_rangeLancelot SIX
2022-04-18gdb: use gdb_tilde_expand instead of gdb_tilde_expand_up in source_script_wit...Simon Marchi
2022-04-18gdbsupport: make gdb_realpath_keepfile return an std::stringSimon Marchi
2022-04-18gdbsupport: make gdb_abspath return an std::stringSimon Marchi
2022-04-14Set the worker thread name on WindowsTom Tromey
2022-04-14Let std::thread check pass even without pthreadsTom Tromey
2022-04-14gdb: fix build errors in gdbsupport/thread-pool.h used with old gccTiezhu Yang
2022-04-13Make intrusive_list_node's next/prev privatePedro Alves
2022-04-12gdbsupport: use result_of_t instead of result_of in parallel-for.hSimon Marchi
2022-04-12Specialize std::hash for gdb_exceptionTom Tromey
2022-04-12Return vector of results from parallel_for_eachTom Tromey
2022-04-12Add batching parameter to parallel_for_eachTom Tromey
2022-04-12Allow thread-pool.h to work without threadsTom Tromey
2022-03-30Consolidate definition of current_directoryTom Tromey
2022-03-07Let phex and phex_nz handle sizeof_l==1Tom Tromey
2022-03-03Fix typo in last change.Roland McGrath
2022-03-03Avoid conflict with gnulib open/close macros.Roland McGrath
2022-02-25gdb: add operator+= and operator+ overload for std::stringAndrew Burgess
2022-02-22gdbsupport: Add an event-pipe class.John Baldwin
2022-01-20gdbsupport/gdb_regex.cc: replace defs.h include with common-defs.hSimon Marchi
2022-01-18Move gdb_regex to gdbsupportTom Tromey
2022-01-18Introduce gdb-hashtab module in gdbsupportTom Tromey
2022-01-18Move gdb obstack code to gdbsupportTom Tromey
2022-01-18Move gdb_argv to gdbsupportTom Tromey