summaryrefslogtreecommitdiff
path: root/gdb/linux-nat.h
Commit message (Expand)AuthorAgeFilesLines
* Implement 'catch syscall' for gdbserverJosh Stone2016-01-121-1/+1
* GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker2016-01-011-1/+1
* Remove support for LinuxThreads and vendor 2.4 kernels w/ backported NPTLPedro Alves2015-12-171-5/+0
* Remove support for thread events without PTRACE_EVENT_CLONE in GDBAntoine Tremblay2015-12-101-2/+0
* Call target_can_download_tracepoint if there are tracepoints to downloadYao Qi2015-09-101-1/+0
* Mostly trivial enum fixesSimon Marchi2015-07-311-1/+1
* Convert have_ptrace_getregset to a tri-state booleanYao Qi2015-06-231-1/+2
* Move have_ptrace_getregset to linux-nat.cYao Qi2015-06-011-0/+3
* Make linux_stop_lwp be a shared functionGary Benson2015-03-241-1/+1
* Add iterate_over_lwps to gdbserverGary Benson2015-03-241-7/+1
* enum lwp_stop_reason -> enum target_stop_reasonPedro Alves2015-03-041-19/+1
* GNU/Linux: Stop using libthread_db/td_ta_thr_iterPedro Alves2015-02-201-1/+15
* linux-nat.c: better starvation avoidance, handle non-stop mode tooPedro Alves2015-01-091-3/+28
* Linux: on attach, attach to lwps listed under /proc/$pid/task/Pedro Alves2015-01-091-0/+4
* Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker2015-01-011-1/+1
* Update Copyright year range in all files maintained by GDB.Joel Brobecker2014-01-011-1/+1
* * aarch64-linux-nat.c: Replace PIDGET with ptid_get_pid.Luis Machado2013-09-301-5/+0
* Unify ptrace options discovery code and make both GDB andLuis Machado2013-08-221-3/+0
* gdb/Luis Machado2013-07-241-14/+0
* [native x86 GNU/Linux] Access debug register mirror from the corresponding pr...Pedro Alves2013-02-131-6/+17
* Update years in copyright notice for the GDB files.Joel Brobecker2013-01-011-1/+1
* gdb/Jan Kratochvil2012-07-061-4/+0
* gdb/Jan Kratochvil2012-07-061-2/+4
* struct siginfo vs. siginfo_tThomas Schwinge2012-03-211-3/+3
* gdb/Jan Kratochvil2012-03-051-3/+0
* gdb/Jan Kratochvil2012-01-241-0/+6
* Copyright year update in most files of the GDB Project.Joel Brobecker2012-01-041-2/+1
* gdb/Pedro Alves2011-12-141-1/+13
* 2011-10-07 Pedro Alves <pedro@codesourcery.com>Pedro Alves2011-10-071-5/+4
* 2011-09-09 Pedro Alves <pedro@codesourcery.com>Pedro Alves2011-09-091-0/+17
* Move common linux procfs code to common/Luis Machado2011-08-241-4/+0
* 2011-01-05 Michael Snyder <msnyder@vmware.com>Michael Snyder2011-01-051-1/+2
* run copyright.sh for 2011.Joel Brobecker2011-01-011-1/+1
* gdb/Jan Kratochvil2010-07-271-0/+4
* * config/nm-linux.h (struct target_ops): Remove forward declaration.Ulrich Weigand2010-06-111-0/+3
* Implement core awareness.Vladimir Prus2010-01-121-0/+6
* Update copyright year in most headers.Joel Brobecker2010-01-011-2/+2
* gdb/Pedro Alves2009-11-201-0/+12
* Implementing catch syscall.Sergio Durigan Junior2009-09-151-0/+7
* * linux-nat.h (linux_proc_get_tgid): Declare.Pedro Alves2009-05-181-0/+4
* * fork-child.c (fork_inferior): Only reset the thread list if thisPedro Alves2009-05-181-1/+2
* * amd64-linux-nat.c (compat_int_t, compat_uptr_t, compat_time_t)Pedro Alves2009-02-061-0/+8
* * linux-nat.c (linux_nat_wait): Adjust.Pedro Alves2009-02-061-3/+0
* Updated copyright notices for most files.Joel Brobecker2009-01-031-1/+1
* * linux-nat.c (resume_callback): Add more debugging output.Daniel Jacobowitz2008-07-271-0/+3
* Non-stop linux native.Pedro Alves2008-07-101-0/+2
* 2008-03-21 Daniel Jacobowitz <dan@codesourcery.com>Daniel Jacobowitz2008-03-211-0/+5
* Inform about new thread in a single place.Vladimir Prus2008-01-231-1/+1
* Updated copyright notices for most files.Daniel Jacobowitz2008-01-011-1/+1
* * linux-nat.c (linux_nat_new_thread): New variable.Daniel Jacobowitz2007-10-011-1/+27