Age | Commit message (Expand) | Author | Files | Lines |
2022-02-10 | gdb/linux: remove ptrace support check for exec, fork, vfork, vforkdone, clon... | Simon Marchi | 1 | -177/+9 |
2022-01-01 | Automatic Copyright Year update after running gdb/copyright.py | Joel Brobecker | 1 | -1/+1 |
2021-01-01 | Update copyright year range in all GDB files | Joel Brobecker | 1 | -1/+1 |
2020-01-14 | Remove use of <config.h> from gdb/nat/ | Tom Tromey | 1 | -8/+0 |
2020-01-14 | Move gdbsupport to the top level | Tom Tromey | 1 | -0/+8 |
2020-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+1 |
2019-09-26 | Revert "Improve ptrace-error detection on Linux targets" | Sergio Durigan Junior | 1 | -185/+7 |
2019-09-26 | Improve ptrace-error detection on Linux targets | Sergio Durigan Junior | 1 | -7/+185 |
2019-07-09 | Rename common to gdbsupport | Tom Tromey | 1 | -2/+2 |
2019-01-25 | Normalize includes to use common/ | Tom Tromey | 1 | -2/+2 |
2019-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+1 |
2018-12-19 | Fix build with latest GCC 9.0 tree | Dimitar Dimitrov | 1 | -2/+2 |
2018-12-17 | OBVIOUS: Fix ARI warning by removing warning trailing new line | Philippe Waroquiers | 1 | -1/+1 |
2018-12-16 | Factorize killing the children in linux-ptrace.c, and fix a 'process leak'. | Philippe Waroquiers | 1 | -37/+40 |
2018-01-19 | gdb: Fix ia64 defining TRAP_HWBKPT before including gdb_wait.h | James Clarke | 1 | -2/+0 |
2018-01-17 | Make linux_ptrace_attach_fail_reason return an std::string | Simon Marchi | 1 | -32/+23 |
2018-01-02 | Update copyright year range in all GDB files | Joel Brobecker | 1 | -1/+1 |
2017-06-18 | nat/linux-ptrace.c: add missing gdb_byte* cast | Thomas Petazzoni | 1 | -1/+1 |
2017-01-20 | fix gdbserver build in nat/linux-ptrace.c on arm-android | Joel Brobecker | 1 | -0/+2 |
2017-01-01 | update copyright year range in GDB files | Joel Brobecker | 1 | -1/+1 |
2016-08-11 | Fix fallout from gdb/20413's fix (x32: linux_ptrace_test_ret_to_nx: Cannot PT... | Pedro Alves | 1 | -1/+1 |
2016-07-26 | Fix PR gdb/20413 - x32: linux_ptrace_test_ret_to_nx: Cannot PTRACE_PEEKUSER | Pedro Alves | 1 | -12/+10 |
2016-01-12 | Fix invalid conversion from void * to gdb_byte * | Yao Qi | 1 | -1/+1 |
2016-01-12 | Change function signature passed to clone | Yao Qi | 1 | -5/+5 |
2016-01-01 | GDB copyright headers update after running GDB's copyright.py script. | Joel Brobecker | 1 | -1/+1 |
2015-10-24 | Replace (void *) cast with (gdb_byte *) | Simon Marchi | 1 | -1/+1 |
2015-09-25 | Add casts to memory allocation related calls | Simon Marchi | 1 | -1/+2 |
2015-09-11 | Extended-remote follow-exec | Don Breazeal | 1 | -0/+11 |
2015-07-24 | Linux: sys/ptrace.h -> nat/gdb_ptrace.h everywhere | Pedro Alves | 1 | -0/+1 |
2015-06-24 | Remove redundant include directives. | Gary Benson | 1 | -2/+0 |
2015-05-12 | Extended-remote Linux follow fork | Don Breazeal | 1 | -54/+31 |
2015-05-12 | Identify remote fork event support | Don Breazeal | 1 | -1/+1 |
2015-02-27 | Add extern "C" to declarations of C symbols | Pedro Alves | 1 | -1/+1 |
2015-02-19 | Fix non executable stack handling when calling functions in the inferior. | Antoine Tremblay | 1 | -0/+13 |
2015-01-20 | gdb/ARI: Call safe_strerror instead of strerror in linux-ptrace.c | Joel Brobecker | 1 | -8/+8 |
2015-01-09 | Linux: on attach, attach to lwps listed under /proc/$pid/task/ | Pedro Alves | 1 | -3/+30 |
2015-01-01 | Update year range in copyright notice of all files owned by the GDB project. | Joel Brobecker | 1 | -1/+1 |
2014-12-16 | [Linux] Ask kernel to kill inferior when GDB terminates | Joel Brobecker | 1 | -3/+31 |
2014-09-19 | Refactor ptrace extended event status. | Don Breazeal | 1 | -1/+17 |
2014-09-12 | Include common-defs.h instead of defs.h/server.h in shared code | Gary Benson | 1 | -6/+1 |
2014-08-07 | Include string.h in common-defs.h | Gary Benson | 1 | -1/+0 |
2014-08-07 | Include gdb_assert.h in common-defs.h | Gary Benson | 1 | -1/+0 |
2014-07-24 | Remove some GDBSERVER checks from linux-ptrace | Tom Tromey | 1 | -25/+31 |
2014-06-20 | Move shared native target specific code to gdb/nat | Gary Benson | 1 | -0/+553 |