aboutsummaryrefslogtreecommitdiff
path: root/gdb/nat/linux-ptrace.c
AgeCommit message (Expand)AuthorFilesLines
2024-01-12Update copyright year range in header of all files managed by GDBAndrew Burgess1-1/+1
2023-11-06Remove EXTERN_C and related definesTom Tromey1-1/+1
2023-06-03[gdb] Fix typosTom de Vries1-1/+1
2023-02-24Remove struct bufferTom Tromey1-1/+0
2023-01-01Update copyright year range in header of all files managed by GDBJoel Brobecker1-1/+1
2022-02-10gdb/linux: remove ptrace support check for exec, fork, vfork, vforkdone, clon...Simon Marchi1-177/+9
2022-01-01Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker1-1/+1
2021-01-01Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2020-01-14Remove use of <config.h> from gdb/nat/Tom Tromey1-8/+0
2020-01-14Move gdbsupport to the top levelTom Tromey1-0/+8
2020-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2019-09-26Revert "Improve ptrace-error detection on Linux targets"Sergio Durigan Junior1-185/+7
2019-09-26Improve ptrace-error detection on Linux targetsSergio Durigan Junior1-7/+185
2019-07-09Rename common to gdbsupportTom Tromey1-2/+2
2019-01-25Normalize includes to use common/Tom Tromey1-2/+2
2019-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2018-12-19Fix build with latest GCC 9.0 treeDimitar Dimitrov1-2/+2
2018-12-17OBVIOUS: Fix ARI warning by removing warning trailing new linePhilippe Waroquiers1-1/+1
2018-12-16Factorize killing the children in linux-ptrace.c, and fix a 'process leak'.Philippe Waroquiers1-37/+40
2018-01-19gdb: Fix ia64 defining TRAP_HWBKPT before including gdb_wait.hJames Clarke1-2/+0
2018-01-17Make linux_ptrace_attach_fail_reason return an std::stringSimon Marchi1-32/+23
2018-01-02Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2017-06-18nat/linux-ptrace.c: add missing gdb_byte* castThomas Petazzoni1-1/+1
2017-01-20fix gdbserver build in nat/linux-ptrace.c on arm-androidJoel Brobecker1-0/+2
2017-01-01update copyright year range in GDB filesJoel Brobecker1-1/+1
2016-08-11Fix fallout from gdb/20413's fix (x32: linux_ptrace_test_ret_to_nx: Cannot PT...Pedro Alves1-1/+1
2016-07-26Fix PR gdb/20413 - x32: linux_ptrace_test_ret_to_nx: Cannot PTRACE_PEEKUSERPedro Alves1-12/+10
2016-01-12Fix invalid conversion from void * to gdb_byte *Yao Qi1-1/+1
2016-01-12Change function signature passed to cloneYao Qi1-5/+5
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker1-1/+1
2015-10-24Replace (void *) cast with (gdb_byte *)Simon Marchi1-1/+1
2015-09-25Add casts to memory allocation related callsSimon Marchi1-1/+2
2015-09-11Extended-remote follow-execDon Breazeal1-0/+11
2015-07-24Linux: sys/ptrace.h -> nat/gdb_ptrace.h everywherePedro Alves1-0/+1
2015-06-24Remove redundant include directives.Gary Benson1-2/+0
2015-05-12Extended-remote Linux follow forkDon Breazeal1-54/+31
2015-05-12Identify remote fork event supportDon Breazeal1-1/+1
2015-02-27Add extern "C" to declarations of C symbolsPedro Alves1-1/+1
2015-02-19Fix non executable stack handling when calling functions in the inferior.Antoine Tremblay1-0/+13
2015-01-20gdb/ARI: Call safe_strerror instead of strerror in linux-ptrace.cJoel Brobecker1-8/+8
2015-01-09Linux: on attach, attach to lwps listed under /proc/$pid/task/Pedro Alves1-3/+30
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker1-1/+1
2014-12-16[Linux] Ask kernel to kill inferior when GDB terminatesJoel Brobecker1-3/+31
2014-09-19Refactor ptrace extended event status.Don Breazeal1-1/+17
2014-09-12Include common-defs.h instead of defs.h/server.h in shared codeGary Benson1-6/+1
2014-08-07Include string.h in common-defs.hGary Benson1-1/+0
2014-08-07Include gdb_assert.h in common-defs.hGary Benson1-1/+0
2014-07-24Remove some GDBSERVER checks from linux-ptraceTom Tromey1-25/+31
2014-06-20Move shared native target specific code to gdb/natGary Benson1-0/+553