aboutsummaryrefslogtreecommitdiff
path: root/gdb/nat/linux-ptrace.h
AgeCommit message (Expand)AuthorFilesLines
2021-01-01Update copyright year range in all GDB filesJoel Brobecker1-1/+1
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-21/+6
2019-09-26Improve ptrace-error detection on Linux targetsSergio Durigan Junior1-6/+21
2019-07-09Rename common to gdbsupportTom Tromey1-1/+1
2019-02-07Normalize include guards in gdbTom Tromey1-3/+3
2019-01-25Normalize includes to use common/Tom Tromey1-1/+1
2019-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2018-05-31Fix Alpha native GDB buildUros Bizjak1-5/+0
2018-01-19gdb: Fix ia64 defining TRAP_HWBKPT before including gdb_wait.hJames Clarke1-0/+1
2018-01-17Make linux_ptrace_attach_fail_reason return an std::stringSimon Marchi1-5/+3
2018-01-02Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2017-12-15Fix PR19061, gdb hangs/spins-on-cpu when debugging any program on AlphaRichard Henderson1-0/+5
2017-01-01update copyright year range in GDB filesJoel Brobecker1-1/+1
2016-04-15MIPS/Linux: Also recognize TRAP_BRKPT and TRAP_HWBKPTPedro Alves1-4/+7
2016-02-24Handle MIPS Linux SIGTRAP siginfo.si_code valuesPedro Alves1-10/+28
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker1-1/+1
2015-09-11Extended-remote follow-execDon Breazeal1-0/+1
2015-08-27Detect SW breakpoints in Cell/B.E. combined debuggingUlrich Weigand1-4/+11
2015-07-24Linux: sys/ptrace.h -> nat/gdb_ptrace.h everywherePedro Alves1-1/+1
2015-06-01Move PTRACE_GETREGSET and PTRACE_SETREGSET to nat/linux-ptrace.hYao Qi1-0/+8
2015-05-12Extended-remote Linux follow forkDon Breazeal1-1/+0
2015-05-12Identify remote fork event supportDon Breazeal1-0/+1
2015-03-04Linux native: Use TRAP_BRKPT/TRAP_HWBPTPedro Alves1-0/+51
2015-02-19Fix non executable stack handling when calling functions in the inferior.Antoine Tremblay1-0/+1
2015-01-09Linux: on attach, attach to lwps listed under /proc/$pid/task/Pedro Alves1-0/+8
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-1/+6
2014-09-19Refactor ptrace extended event status.Don Breazeal1-0/+2
2014-07-24Remove some GDBSERVER checks from linux-ptraceTom Tromey1-0/+1
2014-06-20Move shared native target specific code to gdb/natGary Benson1-0/+95