summaryrefslogtreecommitdiff
path: root/gdb/linux-nat.h
AgeCommit message (Expand)Author
2018-01-02Update copyright year range in all GDB filesJoel Brobecker
2017-10-12lwp_info: Make the arch code free arch_lwp_infoSimon Marchi
2017-01-01update copyright year range in GDB filesJoel Brobecker
2016-05-24[Linux] Optimize PID -> struct lwp_info lookupPedro Alves
2016-01-12Implement 'catch syscall' for gdbserverJosh Stone
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker
2015-12-17Remove support for LinuxThreads and vendor 2.4 kernels w/ backported NPTLPedro Alves
2015-12-10Remove support for thread events without PTRACE_EVENT_CLONE in GDBAntoine Tremblay
2015-09-10Call target_can_download_tracepoint if there are tracepoints to downloadYao Qi
2015-07-31Mostly trivial enum fixesSimon Marchi
2015-06-23Convert have_ptrace_getregset to a tri-state booleanYao Qi
2015-06-01Move have_ptrace_getregset to linux-nat.cYao Qi
2015-03-24Make linux_stop_lwp be a shared functionGary Benson
2015-03-24Add iterate_over_lwps to gdbserverGary Benson
2015-03-04enum lwp_stop_reason -> enum target_stop_reasonPedro Alves
2015-02-20GNU/Linux: Stop using libthread_db/td_ta_thr_iterPedro Alves
2015-01-09linux-nat.c: better starvation avoidance, handle non-stop mode tooPedro Alves
2015-01-09Linux: on attach, attach to lwps listed under /proc/$pid/task/Pedro Alves
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker
2014-01-01Update Copyright year range in all files maintained by GDB.Joel Brobecker
2013-09-30 * aarch64-linux-nat.c: Replace PIDGET with ptid_get_pid.Luis Machado
2013-08-22 Unify ptrace options discovery code and make both GDB andLuis Machado
2013-07-24 gdb/Luis Machado
2013-02-13[native x86 GNU/Linux] Access debug register mirror from the corresponding pr...Pedro Alves
2013-01-01Update years in copyright notice for the GDB files.Joel Brobecker
2012-07-06gdb/Jan Kratochvil
2012-07-06gdb/Jan Kratochvil
2012-03-21struct siginfo vs. siginfo_tThomas Schwinge
2012-03-05gdb/Jan Kratochvil
2012-01-24gdb/Jan Kratochvil
2012-01-04Copyright year update in most files of the GDB Project.Joel Brobecker
2011-12-14gdb/Pedro Alves
2011-10-072011-10-07 Pedro Alves <pedro@codesourcery.com>Pedro Alves
2011-09-092011-09-09 Pedro Alves <pedro@codesourcery.com>Pedro Alves
2011-08-24Move common linux procfs code to common/Luis Machado
2011-01-052011-01-05 Michael Snyder <msnyder@vmware.com>Michael Snyder
2011-01-01run copyright.sh for 2011.Joel Brobecker
2010-07-27gdb/Jan Kratochvil
2010-06-11 * config/nm-linux.h (struct target_ops): Remove forward declaration.Ulrich Weigand
2010-01-12 Implement core awareness.Vladimir Prus
2010-01-01Update copyright year in most headers.Joel Brobecker
2009-11-20gdb/Pedro Alves
2009-09-15Implementing catch syscall.Sergio Durigan Junior
2009-05-18 * linux-nat.h (linux_proc_get_tgid): Declare.Pedro Alves
2009-05-18 * fork-child.c (fork_inferior): Only reset the thread list if thisPedro Alves
2009-02-06 * amd64-linux-nat.c (compat_int_t, compat_uptr_t, compat_time_t)Pedro Alves
2009-02-06 * linux-nat.c (linux_nat_wait): Adjust.Pedro Alves
2009-01-03 Updated copyright notices for most files.Joel Brobecker
2008-07-27 * linux-nat.c (resume_callback): Add more debugging output.Daniel Jacobowitz
2008-07-10 Non-stop linux native.Pedro Alves