summaryrefslogtreecommitdiff
path: root/gdb/nat/linux-ptrace.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year range in header of all files managed by GDBJoel Brobecker2023-01-011-1/+1
* gdb/linux: remove ptrace support check for exec, fork, vfork, vforkdone, clon...Simon Marchi2022-02-101-177/+9
* Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker2022-01-011-1/+1
* Update copyright year range in all GDB filesJoel Brobecker2021-01-011-1/+1
* Remove use of <config.h> from gdb/nat/Tom Tromey2020-01-141-8/+0
* Move gdbsupport to the top levelTom Tromey2020-01-141-0/+8
* Update copyright year range in all GDB files.Joel Brobecker2020-01-011-1/+1
* Revert "Improve ptrace-error detection on Linux targets"Sergio Durigan Junior2019-09-261-185/+7
* Improve ptrace-error detection on Linux targetsSergio Durigan Junior2019-09-261-7/+185
* Rename common to gdbsupportTom Tromey2019-07-091-2/+2
* Normalize includes to use common/Tom Tromey2019-01-251-2/+2
* Update copyright year range in all GDB files.Joel Brobecker2019-01-011-1/+1
* Fix build with latest GCC 9.0 treeDimitar Dimitrov2018-12-191-2/+2
* OBVIOUS: Fix ARI warning by removing warning trailing new linePhilippe Waroquiers2018-12-171-1/+1
* Factorize killing the children in linux-ptrace.c, and fix a 'process leak'.Philippe Waroquiers2018-12-161-37/+40
* gdb: Fix ia64 defining TRAP_HWBKPT before including gdb_wait.hJames Clarke2018-01-191-2/+0
* Make linux_ptrace_attach_fail_reason return an std::stringSimon Marchi2018-01-171-32/+23
* Update copyright year range in all GDB filesJoel Brobecker2018-01-021-1/+1
* nat/linux-ptrace.c: add missing gdb_byte* castThomas Petazzoni2017-06-181-1/+1
* fix gdbserver build in nat/linux-ptrace.c on arm-androidJoel Brobecker2017-01-201-0/+2
* update copyright year range in GDB filesJoel Brobecker2017-01-011-1/+1
* Fix fallout from gdb/20413's fix (x32: linux_ptrace_test_ret_to_nx: Cannot PT...Pedro Alves2016-08-111-1/+1
* Fix PR gdb/20413 - x32: linux_ptrace_test_ret_to_nx: Cannot PTRACE_PEEKUSERPedro Alves2016-07-261-12/+10
* Fix invalid conversion from void * to gdb_byte *Yao Qi2016-01-121-1/+1
* Change function signature passed to cloneYao Qi2016-01-121-5/+5
* GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker2016-01-011-1/+1
* Replace (void *) cast with (gdb_byte *)Simon Marchi2015-10-241-1/+1
* Add casts to memory allocation related callsSimon Marchi2015-09-251-1/+2
* Extended-remote follow-execDon Breazeal2015-09-111-0/+11
* Linux: sys/ptrace.h -> nat/gdb_ptrace.h everywherePedro Alves2015-07-241-0/+1
* Remove redundant include directives.Gary Benson2015-06-241-2/+0
* Extended-remote Linux follow forkDon Breazeal2015-05-121-54/+31
* Identify remote fork event supportDon Breazeal2015-05-121-1/+1
* Add extern "C" to declarations of C symbolsPedro Alves2015-02-271-1/+1
* Fix non executable stack handling when calling functions in the inferior.Antoine Tremblay2015-02-191-0/+13
* gdb/ARI: Call safe_strerror instead of strerror in linux-ptrace.cJoel Brobecker2015-01-201-8/+8
* Linux: on attach, attach to lwps listed under /proc/$pid/task/Pedro Alves2015-01-091-3/+30
* Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker2015-01-011-1/+1
* [Linux] Ask kernel to kill inferior when GDB terminatesJoel Brobecker2014-12-161-3/+31
* Refactor ptrace extended event status.Don Breazeal2014-09-191-1/+17
* Include common-defs.h instead of defs.h/server.h in shared codeGary Benson2014-09-121-6/+1
* Include string.h in common-defs.hGary Benson2014-08-071-1/+0
* Include gdb_assert.h in common-defs.hGary Benson2014-08-071-1/+0
* Remove some GDBSERVER checks from linux-ptraceTom Tromey2014-07-241-25/+31
* Move shared native target specific code to gdb/natGary Benson2014-06-201-0/+553