Age | Commit message (Expand) | Author | Files | Lines |
2019-03-13 | Change pid_to_str to return std::string | Tom Tromey | 1 | -4/+4 |
2019-03-05 | Remove excess calls to gdb_flush | Tom Tromey | 1 | -2/+0 |
2019-01-25 | Normalize includes to use common/ | Tom Tromey | 1 | -1/+1 |
2019-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+1 |
2018-07-03 | Remove ptid_equal | Tom Tromey | 1 | -1/+1 |
2018-07-03 | Remove ptid_get_lwp | Tom Tromey | 1 | -1/+1 |
2018-07-03 | Remove ptid_get_pid | Tom Tromey | 1 | -11/+11 |
2018-07-03 | Remove pid_to_ptid | Tom Tromey | 1 | -9/+9 |
2018-05-03 | target_ops: Use bool throughout | Pedro Alves | 1 | -1/+1 |
2018-05-03 | Convert struct target_ops to C++ | Pedro Alves | 1 | -87/+55 |
2018-05-03 | Make inf_ptrace_trad Linux-only, move to separate file | Pedro Alves | 1 | -135/+0 |
2018-04-21 | FreeBSD: Fix 'Couldn't get registers: Device busy' error (PR gdb/23077) | Pedro Alves | 1 | -1/+4 |
2018-03-30 | Remove make_cleanup_unpush_target | Tom Tromey | 1 | -6/+22 |
2018-01-30 | Per-inferior target_terminal state, fix PR gdb/13211, more | Pedro Alves | 1 | -14/+0 |
2018-01-19 | Make linux_nat_detach/thread_db_detach use the inferior parameter | Simon Marchi | 1 | -5/+3 |
2018-01-19 | Pass inferior down to target_detach and to_detach | Simon Marchi | 1 | -1/+1 |
2018-01-19 | Remove args from target detach | Simon Marchi | 1 | -7/+3 |
2018-01-02 | Update copyright year range in all GDB files | Joel Brobecker | 1 | -1/+1 |
2017-10-25 | s/get_regcache_arch (regcache)/regcache->arch ()/g | Yao Qi | 1 | -4/+4 |
2017-06-07 | Share fork_inferior et al with gdbserver | Sergio Durigan Junior | 1 | -3/+12 |
2017-04-12 | C++-fy and prepare for sharing fork_inferior | Sergio Durigan Junior | 1 | -2/+2 |
2017-04-05 | -Wwrite-strings: Constify target_pid_to_str and target_thread_extra_thread_info | Pedro Alves | 1 | -1/+1 |
2017-03-22 | Remove lwp -> pid conversion in linux_nat_xfer_partial | Simon Marchi | 1 | -1/+1 |
2017-03-20 | Use ptid from regcache in almost all remaining nat files | Simon Marchi | 1 | -12/+6 |
2017-03-16 | [Patch] Fix variable type glitch in inf-ptrace.c | Jiong Wang | 1 | -1/+1 |
2017-03-14 | inf-ptrace: Do not stop memory transfers after a single word | Andreas Arnez | 1 | -73/+69 |
2017-02-20 | PR gdb/16188: Verify PTRACE_TRACEME succeeded | Sergio Durigan Junior | 1 | -1/+2 |
2017-01-01 | update copyright year range in GDB files | Joel Brobecker | 1 | -1/+1 |
2016-09-19 | Consolidate target_mourn_inferior between GDB and gdbserver | Sergio Durigan Junior | 1 | -1/+1 |
2016-07-01 | Fix failure to detach if process exits while detaching on Linux | Pedro Alves | 1 | -0/+10 |
2016-07-01 | Factor out "Detaching from program" message printing | Pedro Alves | 1 | -9/+1 |
2016-01-19 | Use LWP IDs with ptrace register requests on FreeBSD. | John Baldwin | 1 | -1/+1 |
2016-01-01 | GDB copyright headers update after running GDB's copyright.py script. | Joel Brobecker | 1 | -1/+1 |
2015-11-11 | Replace long int * cast with PTRACE_TYPE_RET * | Simon Marchi | 1 | -2/+2 |
2015-09-25 | Add casts to memory allocation related calls | Simon Marchi | 1 | -2/+2 |
2015-08-07 | Fix interrupt-noterm.exp on targets always in non-stop | Pedro Alves | 1 | -3/+3 |
2015-07-24 | Move gdb_ptrace.h to nat/ | Pedro Alves | 1 | -1/+1 |
2015-03-04 | Make "catch fork" work on systems with PT_GET_PROCESS_STATE | Mark Kettenis | 1 | -0/+14 |
2015-03-03 | inf-ptrace.c: use ptid_get_pid when resuming all threads | Pedro Alves | 1 | -2/+1 |
2015-03-03 | Linux/ptrace: don't convert ptids when asking inf-ptrace layer to resume LWP | Pedro Alves | 1 | -3/+22 |
2015-01-11 | Fix build on OpenBSD. | Mark Kettenis | 1 | -1/+2 |
2015-01-01 | Update year range in copyright notice of all files owned by the GDB project. | Joel Brobecker | 1 | -1/+1 |
2014-09-30 | Refactor native follow-fork. | Don Breazeal | 1 | -42/+6 |
2014-08-07 | Include string.h in common-defs.h | Gary Benson | 1 | -2/+0 |
2014-08-07 | Include gdb_assert.h in common-defs.h | Gary Benson | 1 | -1/+0 |
2014-06-04 | constify to_attach | Tom Tromey | 1 | -1/+1 |
2014-05-21 | Native targets: Add inf-child.c:inf_child_mourn_inferior and use it. | Pedro Alves | 1 | -3/+1 |
2014-05-21 | Allow making GDB not automatically connect to the native target. | Pedro Alves | 1 | -4/+2 |
2014-02-19 | Add target_ops argument to to_stop | Tom Tromey | 1 | -1/+1 |
2014-02-19 | Add target_ops argument to to_post_startup_inferior | Tom Tromey | 1 | -1/+1 |