Age | Commit message (Expand) | Author | Files | Lines |
2021-11-18 | gdbsupport: make gdb_assert_not_reached accept a format string | Simon Marchi | 2 | -5/+6 |
2021-11-16 | gdbsupport: remove FUNCTION_NAME | Simon Marchi | 2 | -33/+2 |
2021-11-16 | gdb/gdbsupport: make xstrprintf and xstrvprintf return a unique_ptr | Andrew Burgess | 2 | -7/+8 |
2021-11-16 | gdbsupport: move xfree into its own file | Andrew Burgess | 4 | -16/+43 |
2021-11-11 | [gdb/build] Fix Wimplicit-exception-spec-mismatch in clang build | Tom de Vries | 1 | -2/+2 |
2021-11-11 | [gdb/build] Fix build with -std=c++11 | Tom de Vries | 1 | -0/+5 |
2021-11-09 | Fix build on rhES5 | Tom Tromey | 3 | -0/+25 |
2021-11-08 | Improve gdb::array_view ctor from contiguous containers | Lancelot SIX | 1 | -3/+4 |
2021-11-05 | Introduce make_unique_xstrndup | Tom Tromey | 1 | -0/+9 |
2021-11-03 | Fix LD_PRELOAD=/usr/lib64/libasan.so.6 gdb | Jan Kratochvil | 1 | -0/+42 |
2021-10-28 | gdb: add selftest name completion | Simon Marchi | 1 | -1/+3 |
2021-10-25 | gdbsupport: add assertions in array_view | Simon Marchi | 1 | -4/+24 |
2021-10-19 | Fix format_pieces selftest on Windows | Tom Tromey | 3 | -0/+70 |
2021-10-19 | Always use std::function for self-tests | Tom Tromey | 2 | -45/+6 |
2021-10-04 | [gdb/build] Add CXX_DIALECT to CXX | Tom de Vries | 1 | -0/+8 |
2021-10-04 | gdbsupport: remove attempt to define TARGET_WORD_SIZE | Andrew Burgess | 3 | -14/+0 |
2021-09-30 | gdbsupport: make gdb_mkostemp_cloexec return a scoped_fd | Simon Marchi | 1 | -2/+2 |
2021-09-30 | gdbsupport: make gdb_open_cloexec return scoped_fd | Simon Marchi | 3 | -8/+9 |
2021-09-30 | gdbsupport: move gdb_file_up to its own file | Simon Marchi | 3 | -13/+39 |
2021-09-23 | Change ptid_t::tid to ULONGEST | Tom Tromey | 2 | -4/+6 |
2021-09-23 | Remove defaulted 'tid' parameter to ptid_t constructor | Tom Tromey | 1 | -1/+1 |
2021-09-22 | [gdb] Add maint selftest -verbose option | Tom de Vries | 2 | -2/+20 |
2021-09-21 | [gdb] Change register_test to use std::function arg | Tom de Vries | 2 | -19/+22 |
2021-09-20 | gdbsupport/gdb_proc_service.h: use decltype instead of typeof | Simon Marchi | 1 | -1/+1 |
2021-08-03 | gdbsupport: add debug assertions in gdb::optional::get | Simon Marchi | 1 | -2/+14 |
2021-07-30 | Replace exception_print_same with operator!= | Tom Tromey | 1 | -0/+17 |
2021-07-30 | [gdb/build] Disable attribute nonnull | Tom de Vries | 1 | -0/+75 |
2021-07-26 | gdb: move remaining ChangeLogs to legacy files | Andrew Burgess | 1 | -0/+0 |
2021-07-23 | gdb: make inferior::m_cwd an std::string | Simon Marchi | 1 | -3/+4 |
2021-07-23 | gdb: un-share set_inferior_cwd declaration | Simon Marchi | 1 | -4/+0 |
2021-07-17 | gdb: make all_inferiors_safe actually work | Simon Marchi | 1 | -5/+5 |
2021-07-12 | gdb: maintain per-process-target list of resumed threads with pending wait st... | Simon Marchi | 2 | -0/+15 |
2021-07-12 | gdb: use intrusive list for step-over chain | Simon Marchi | 2 | -0/+30 |
2021-07-12 | gdb: introduce intrusive_list, make thread_info use it | Pedro Alves | 2 | -0/+638 |
2021-07-06 | gdb: introduce iterator_range, remove next_adapter | Simon Marchi | 2 | -27/+65 |
2021-07-05 | gdb: fall back on sigpending + sigwait if sigtimedwait is not available | Simon Marchi | 1 | -2/+13 |
2021-07-05 | gdbsupport/common.m4: check for sigtimedwait | Simon Marchi | 3 | -2/+5 |
2021-06-17 | Don't call sigtimedwait for scoped_ignore_sigttou | Pedro Alves | 2 | -6/+14 |
2021-06-17 | scoped_ignore_signal: Use sigprocmask+sigtimedwait instead of signal | Pedro Alves | 2 | -2/+44 |
2021-06-17 | Introduce scoped_restore_signal | Pedro Alves | 2 | -12/+107 |
2021-06-17 | Move scoped_ignore_sigttou to gdbsupport/ | Pedro Alves | 2 | -0/+60 |
2021-05-17 | gdb: additional settings for emacs in .dir-locals.el | Andrew Burgess | 2 | -1/+9 |
2021-05-08 | gdbsupport: re-generate configure & friends | Simon Marchi | 4 | -83/+8 |
2021-05-08 | Don't run personality syscall at configure time; don't check it at all | Pedro Alves | 2 | -23/+4 |
2021-04-30 | Use rvalue reference in thread_pool::post_task | Tom Tromey | 3 | -3/+9 |
2021-04-27 | gdbsupport: allow to specify dependencies between observers | Michael Weghorn | 2 | -16/+108 |
2021-04-24 | gdbsupport: add observer_debug_printf, OBSERVER_SCOPED_DEBUG_ENTER_EXIT | Simon Marchi | 2 | -4/+32 |
2021-04-24 | gdbsupport: allow passing format string to scoped_debug_start_end | Simon Marchi | 2 | -12/+68 |
2021-04-24 | gdbsupport, gdb: give names to observers | Simon Marchi | 2 | -8/+22 |
2021-04-24 | gdbsupport: introduce struct observer | Simon Marchi | 2 | -6/+22 |