Age | Commit message (Expand) | Author | Files | Lines |
2022-10-09 | gdbsupport: re-generate configure | Simon Marchi | 1 | -2/+2 |
2022-09-21 | gdbsupport: move fileio_errno_to_host to fileio.{h,cc} and rename | Simon Marchi | 2 | -0/+57 |
2022-09-21 | gdbsupport: convert FILEIO_* macros to an enum | Simon Marchi | 2 | -24/+28 |
2022-09-21 | gdbsupport: move include/gdb/fileio.h contents to fileio.h | Simon Marchi | 1 | -1/+109 |
2022-09-21 | gdbsupport: change path_join parameter to array_view<const char *> | Simon Marchi | 2 | -8/+8 |
2022-09-08 | gdbsupport: Fix config.status dependency | Tsukasa OI | 3 | -2/+3 |
2022-08-30 | gdbsupport: add wrapper around result_of and invoke_result | Simon Marchi | 3 | -6/+44 |
2022-08-26 | gdbsupport: fix gdb::optional compilation with C++11 && _GLIBCXX_DEBUG | Simon Marchi | 1 | -2/+2 |
2022-08-26 | gdb, gdbsupport: configure: factor out yes/no/auto value checking | Simon Marchi | 1 | -0/+28 |
2022-08-19 | gdb_do_one_event: use integer test syntax | Patrick Monnerat | 1 | -2/+2 |
2022-08-18 | gdbsupport/event-loop: add a timeout parameter to gdb_do_one_event | Patrick Monnerat | 2 | -11/+36 |
2022-08-16 | Use strwinerror in gdb/windows-nat.c | Tom Tromey | 2 | -0/+70 |
2022-08-05 | [gdbsupport] Add task size parameter in parallel_for_each | Tom de Vries | 1 | -22/+91 |
2022-08-05 | Introduce gdb::make_function_view | Pedro Alves | 1 | -0/+127 |
2022-08-05 | [gdb] Add debug_{exp,val} | Tom de Vries | 1 | -0/+6 |
2022-07-25 | struct packed: Add fallback byte array implementation | Pedro Alves | 1 | -3/+48 |
2022-07-25 | struct packed: Unit tests and more operators | Pedro Alves | 1 | -30/+49 |
2022-07-25 | struct packed: Use gcc_struct on Windows | Pedro Alves | 1 | -1/+9 |
2022-07-21 | gdbsupport: add checked_static_cast | Andrew Burgess | 1 | -0/+68 |
2022-07-21 | [gdbsupport] Fix type of parallel_for_each_debug | Tom de Vries | 1 | -1/+1 |
2022-07-18 | [gdbsupport] Improve thread scheduling in parallel_for_each | Tom de Vries | 1 | -0/+8 |
2022-07-18 | [gdbsupport] Add parallel_for_each_debug | Tom de Vries | 1 | -1/+23 |
2022-07-14 | [gdbsupport] Add sequential_for_each | Tom de Vries | 1 | -0/+23 |
2022-07-14 | [gdb/build] Fix gdb build with gcc 4.8.5 | Tom de Vries | 1 | -0/+2 |
2022-07-12 | [gdb/build] Fix build with gcc 4.8.5 | Tom de Vries | 1 | -0/+4 |
2022-07-12 | Introduce struct packed template | Pedro Alves | 1 | -0/+90 |
2022-06-30 | [gdb] Block SIGTERM in worker threads | Tom de Vries | 1 | -0/+1 |
2022-06-27 | Make GDBserver abort on internal error in development mode | Pedro Alves | 3 | -0/+26 |
2022-05-26 | Finalize each cooked index separately | Tom Tromey | 1 | -0/+121 |
2022-05-23 | [gdbsupport] Fix UB in print-utils.cc:int_string | Tom de Vries | 1 | -1/+5 |
2022-05-19 | gdbsupport: fix path_join crash with -std=c++17 and -D_GLIBCXX_DEBUG | Simon Marchi | 1 | -1/+1 |
2022-05-16 | Reindent gdbsupport/event-loop.cc:handle_file_event | Pedro Alves | 1 | -54/+50 |
2022-05-16 | gdbsupport/event-loop.cc: simplify !HAVE_POLL paths | Pedro Alves | 1 | -61/+27 |
2022-05-10 | Fix --disable-threading build | Tom Tromey | 3 | -11/+75 |
2022-05-10 | Move non-dependent gdb::observers::observable::visit_state outside template | Pedro Alves | 1 | -15/+24 |
2022-04-25 | gdbsupport/pathstuff.h: #include <array> explicitly for std::array<> | John Baldwin | 1 | -0/+1 |
2022-04-21 | gdbsupport: add path_join function | Simon Marchi | 2 | -15/+53 |
2022-04-19 | gdbsupport/selftest: Allow lazy registration | Lancelot SIX | 2 | -0/+32 |
2022-04-19 | gdbsupport/selftest: Replace for_each_selftest with an iterator_range | Lancelot SIX | 2 | -22/+36 |
2022-04-18 | gdb: use gdb_tilde_expand instead of gdb_tilde_expand_up in source_script_wit... | Simon Marchi | 2 | -13/+0 |
2022-04-18 | gdbsupport: make gdb_realpath_keepfile return an std::string | Simon Marchi | 2 | -9/+5 |
2022-04-18 | gdbsupport: make gdb_abspath return an std::string | Simon Marchi | 2 | -22/+21 |
2022-04-14 | Set the worker thread name on Windows | Tom Tromey | 1 | -8/+64 |
2022-04-14 | Let std::thread check pass even without pthreads | Tom Tromey | 2 | -26/+24 |
2022-04-14 | gdb: fix build errors in gdbsupport/thread-pool.h used with old gcc | Tiezhu Yang | 2 | -3/+3 |
2022-04-13 | Make intrusive_list_node's next/prev private | Pedro Alves | 1 | -1/+12 |
2022-04-12 | gdbsupport: use result_of_t instead of result_of in parallel-for.h | Simon Marchi | 1 | -3/+3 |
2022-04-12 | Specialize std::hash for gdb_exception | Tom Tromey | 1 | -0/+19 |
2022-04-12 | Return vector of results from parallel_for_each | Tom Tromey | 3 | -30/+141 |
2022-04-12 | Add batching parameter to parallel_for_each | Tom Tromey | 1 | -6/+12 |