summaryrefslogtreecommitdiff
path: root/gdb/gdbserver/linux-low.h
Commit message (Expand)AuthorAgeFilesLines
* Change signature of linux_target_ops.new_threadGary Benson2015-03-241-1/+1
* Make linux_stop_lwp be a shared functionGary Benson2015-03-241-1/+1
* Add iterate_over_lwps to gdbserverGary Benson2015-03-241-0/+1
* enum lwp_stop_reason -> enum target_stop_reasonPedro Alves2015-03-041-19/+2
* [gdbserver] linux-low.c: better starvation avoidance, handle non-stop mode tooPedro Alves2015-01-091-5/+24
* Linux: on attach, attach to lwps listed under /proc/$pid/task/Pedro Alves2015-01-091-6/+0
* Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker2015-01-011-1/+1
* Move shared native target specific code to gdb/natGary Benson2014-06-201-2/+2
* [GDBserver] Make Zx/zx packet handling idempotent.Pedro Alves2014-05-201-2/+6
* PR server/16255: gdbserver cannot attach to a second inferior that is multi-t...Pedro Alves2014-04-251-1/+10
* Remove all_lwps global.Doug Evans2014-02-201-13/+12
* Add backlink from lwp_info to thread_info.Doug Evans2014-02-191-3/+6
* Rename inferior_list_entry uses from "head" to "entry" for consistency.Doug Evans2014-02-191-5/+5
* Update Copyright year range in all files maintained by GDB.Joel Brobecker2014-01-011-1/+1
* Unify ptrace options discovery code and make both GDB andLuis Machado2013-08-221-2/+3
* * linux-arm-low.c: Rename all occurrences of PTRACE_ARG3_TYPELuis Machado2013-08-141-2/+2
* Lazily allocate 'struct regsets_info'::disabled_regsets.Pedro Alves2013-06-111-1/+3
* [GDBserver] Multi-process + multi-archPedro Alves2013-06-071-9/+63
* range stepping: gdbserver (x86 GNU/Linux)Pedro Alves2013-05-231-0/+8
* Only define 'struct lwp_info'::thread_known if using libthread-db.Pedro Alves2013-04-161-1/+1
* Fix remaining GDBserver issues with !HAVE_THREAD_DB_H.Pedro Alves2013-04-161-4/+2
* Update years in copyright notice for the GDB files.Joel Brobecker2013-01-011-2/+1
* gdb/gdbserver:Yao Qi2012-04-291-0/+1
* * linux-low.h (PTRACE_ARG3_TYPE): Move macro from linux-low.c.Thiago Jung Bauermann2012-04-241-0/+4
* Check if GDBserver is compatible with processH.J. Lu2012-04-121-1/+1
* 2012-03-28 Pedro Alves <palves@redhat.com>Pedro Alves2012-03-281-0/+8
* struct siginfo vs. siginfo_tThomas Schwinge2012-03-211-3/+2
* gdb/Maciej W. Rozycki2012-03-011-0/+6
* 2012-01-27 Pedro Alves <palves@redhat.com>Pedro Alves2012-01-271-2/+1
* Copyright year update in most files of the GDB Project.Joel Brobecker2012-01-041-2/+2
* gdb/Jan Kratochvil2011-12-021-0/+3
* 2011-11-14 Stan Shebs <stan@codesourcery.com>Stan Shebs2011-11-141-1/+9
* run copyright.sh for 2011.Joel Brobecker2011-01-011-1/+1
* PR threads/10729Pedro Alves2010-08-251-0/+1
* * linux-low.h (linux_thread_area): Delete declaration.Pedro Alves2010-08-241-1/+0
* gdb/Pedro Alves2010-06-141-0/+4
* gdb/gdbserver/Pedro Alves2010-06-011-0/+33
* gdb/gdbserver/Pedro Alves2010-05-031-0/+1
* GDBserver disconnected tracing support.Pedro Alves2010-04-111-4/+2
* gdb/gdbserver/Pedro Alves2010-04-091-0/+3
* Add x86 AVX support to gdbserver.H.J. Lu2010-04-071-0/+6
* Teach linux gdbserver to step-over-breakpoints.Pedro Alves2010-03-241-8/+15
* * linux-low.h (struct lwp_info): New fieldsPedro Alves2010-03-141-0/+10
* * regcache.h (struct thread_info): Forward declare.Pedro Alves2010-01-201-6/+8
* Update copyright year in most headers.Joel Brobecker2010-01-011-1/+1
* * linux-low.c (linux_remove_process): Add `detaching' parameter.Pedro Alves2009-11-161-1/+1
* doc/Paul Pluzhnikov2009-10-091-12/+8
* Add h/w watchpoint support to x86-linux, win32-i386.Doug Evans2009-06-301-0/+22
* * server.c (process_serial_event): Re-return unsupported, notPedro Alves2009-06-251-3/+4
* Biarch support for i386/amd64 gdbserver.Doug Evans2009-05-121-1/+11