| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | gdb: un-share set_inferior_cwd declaration | Simon Marchi | 2021-07-23 | 1 | -4/+0 |
* | gdb: make all_inferiors_safe actually work | Simon Marchi | 2021-07-17 | 1 | -5/+5 |
* | gdb: maintain per-process-target list of resumed threads with pending wait st... | Simon Marchi | 2021-07-12 | 2 | -0/+15 |
* | gdb: use intrusive list for step-over chain | Simon Marchi | 2021-07-12 | 2 | -0/+30 |
* | gdb: introduce intrusive_list, make thread_info use it | Pedro Alves | 2021-07-12 | 2 | -0/+638 |
* | gdb: introduce iterator_range, remove next_adapter | Simon Marchi | 2021-07-06 | 2 | -27/+65 |
* | gdb: fall back on sigpending + sigwait if sigtimedwait is not available | Simon Marchi | 2021-07-05 | 1 | -2/+13 |
* | gdbsupport/common.m4: check for sigtimedwait | Simon Marchi | 2021-07-05 | 3 | -2/+5 |
* | Don't call sigtimedwait for scoped_ignore_sigttou | Pedro Alves | 2021-06-17 | 2 | -6/+14 |
* | scoped_ignore_signal: Use sigprocmask+sigtimedwait instead of signal | Pedro Alves | 2021-06-17 | 2 | -2/+44 |
* | Introduce scoped_restore_signal | Pedro Alves | 2021-06-17 | 2 | -12/+107 |
* | Move scoped_ignore_sigttou to gdbsupport/ | Pedro Alves | 2021-06-17 | 2 | -0/+60 |
* | gdb: additional settings for emacs in .dir-locals.el | Andrew Burgess | 2021-05-17 | 2 | -1/+9 |
* | gdbsupport: re-generate configure & friends | Simon Marchi | 2021-05-08 | 4 | -83/+8 |
* | Don't run personality syscall at configure time; don't check it at all | Pedro Alves | 2021-05-08 | 2 | -23/+4 |
* | Use rvalue reference in thread_pool::post_task | Tom Tromey | 2021-04-30 | 3 | -3/+9 |
* | gdbsupport: allow to specify dependencies between observers | Michael Weghorn | 2021-04-27 | 2 | -16/+108 |
* | gdbsupport: add observer_debug_printf, OBSERVER_SCOPED_DEBUG_ENTER_EXIT | Simon Marchi | 2021-04-24 | 2 | -4/+32 |
* | gdbsupport: allow passing format string to scoped_debug_start_end | Simon Marchi | 2021-04-24 | 2 | -12/+68 |
* | gdbsupport, gdb: give names to observers | Simon Marchi | 2021-04-24 | 2 | -8/+22 |
* | gdbsupport: introduce struct observer | Simon Marchi | 2021-04-24 | 2 | -6/+22 |
* | gdbsupport, gdb: change observer_debug to bool | Simon Marchi | 2021-04-23 | 2 | -1/+5 |
* | gdbsupport: include preprocessor.h in common-debug.h | Simon Marchi | 2021-04-23 | 2 | -0/+6 |
* | New memory-tag commands | Luis Machado | 2021-03-24 | 5 | -68/+72 |
* | Provide an inline startswith function in bfd.h | Alan Modra | 2021-03-21 | 2 | -10/+6 |
* | gnulib: update to 776af40e0 | Paul E. Murphy | 2021-02-05 | 3 | -3/+14 |
* | Improve gdb_tilde_expand logic. | Lancelot SIX | 2021-01-23 | 3 | -16/+40 |
* | gdb: add remote_debug_printf | Simon Marchi | 2021-01-22 | 3 | -1/+19 |
* | gdb: check for empty strings in get_standard_cache_dir/get_standard_config_dir | Simon Marchi | 2021-01-08 | 2 | -7/+13 |
* | gdbsupport: common-utils.h: fix typo in header | Mike Frysinger | 2021-01-06 | 2 | -1/+5 |
* | gdb: introduce scoped debug prints | Simon Marchi | 2021-01-04 | 3 | -2/+89 |
* | Update copyright year range in all GDB files | Joel Brobecker | 2021-01-01 | 131 | -131/+131 |
* | gdbsupport: make use of safe-ctype functions from libiberty | Andrew Burgess | 2020-12-11 | 2 | -11/+22 |
* | gdb: factor out debug_prefixed_printf_cond | Simon Marchi | 2020-12-11 | 3 | -6/+25 |
* | gdbsupport: Use LOCALAPPDATA to determine cache dir | Alexander Fedotov | 2020-12-08 | 2 | -0/+15 |
* | gdbsupport/tdesc: print enum fields using 'evalue' syntax | Andrew Burgess | 2020-12-01 | 2 | -1/+8 |
* | gdbsupport/tdesc: print enum size attribute | Chungyi Chi | 2020-12-01 | 2 | -0/+6 |
* | Ignore system_error in thread startup | Tom Tromey | 2020-11-20 | 2 | -2/+19 |
* | Move include block to pathstuff.h | Tom Tromey | 2020-11-10 | 3 | -4/+10 |
* | gdb: use get_standard_config_dir when looking for .gdbinit | Andrew Burgess | 2020-11-02 | 2 | -0/+72 |
* | Add get_standard_config_dir function | Tom Tromey | 2020-11-02 | 3 | -0/+51 |
* | gdb, gdbserver, gdbsupport: fix leading space vs tabs issues | Simon Marchi | 2020-11-02 | 9 | -68/+79 |
* | gdb, gdbsupport: add debug_prefixed_printf, remove boilerplate functions | Simon Marchi | 2020-10-31 | 5 | -19/+36 |
* | gdbsupport: replace AC_TRY_COMPILE in common.m4 | Simon Marchi | 2020-10-31 | 3 | -9/+27 |
* | gdbsupport: use AC_FUNC_FORK instead of AC_FUNC_VFORK | Simon Marchi | 2020-10-31 | 2 | -1/+5 |
* | gdbsupport: replace AC_TRY_COMPILE in warning.m4 | Simon Marchi | 2020-10-31 | 3 | -11/+26 |
* | gdbsupport: replace AC_TRY_COMPILE in ptrace.m4 | Simon Marchi | 2020-10-31 | 3 | -16/+37 |
* | gdbsupport: re-indent ptrace.m4 | Simon Marchi | 2020-10-31 | 3 | -65/+90 |
* | gdb: use AC_PROG_CC_STDC instead of AM_PROG_CC_STDC | Simon Marchi | 2020-10-31 | 4 | -762/+7 |
* | gdb, gdbserver, gdbsupport: use AC_CANONICAL_{BUILD,HOST,TARGET} instead of A... | Simon Marchi | 2020-10-31 | 3 | -1/+22 |