Age | Commit message (Expand) | Author | Files | Lines |
2022-01-04 | gdb: don't pass nullptr to sigwait | Andrew Burgess | 1 | -1/+6 |
2022-01-01 | Automatic Copyright Year update after running gdb/copyright.py | Joel Brobecker | 138 | -138/+138 |
2021-12-15 | New --enable-threading configure option to control use of threads in GDB/GDBs... | Luis Machado | 2 | -4/+42 |
2021-12-09 | Revert "gdbsupport: remove unnecessary `#ifndef IN_PROCESS_AGENT`" | Simon Marchi | 1 | -0/+2 |
2021-12-09 | gdbsupport: remove unnecessary `#ifndef IN_PROCESS_AGENT` | Simon Marchi | 1 | -2/+0 |
2021-12-04 | gdbsupport: fix memory leak in create_file_handler when re-using file handler | Simon Marchi | 1 | -7/+6 |
2021-12-03 | gdbsupport: add array_view copy function | Simon Marchi | 1 | -0/+15 |
2021-11-22 | gdb: introduce target_waitkind_str, use it in target_waitstatus::to_string | Simon Marchi | 2 | -4/+8 |
2021-11-20 | gdbsupport: fix array-view compilation with c++11 && _GLIBCXX_DEBUG | Simon Marchi | 1 | -3/+3 |
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 |