aboutsummaryrefslogtreecommitdiff
path: root/gdb/gnu-nat.c
AgeCommit message (Expand)AuthorFilesLines
2014-03-14Rename native-only terminal related functions.Pedro Alves1-3/+3
2014-02-19Add target_ops argument to to_find_memory_regionsTom Tromey1-1/+2
2014-02-19Add target_ops argument to to_stopTom Tromey1-1/+1
2014-02-19Add target_ops argument to to_terminal_initTom Tromey1-1/+1
2014-02-17Fix missing-prototypes warnings in gnu-nat.cYao Qi1-0/+1
2014-02-17Fix -Werror=pointer-sign warningsYao Qi1-2/+2
2014-02-17Fix -Wformat warnings in gnu-nat.cYao Qi1-15/+15
2014-02-16Hurd: Adjust to startup-with-shell changes.Thomas Schwinge1-18/+7
2014-02-16Hurd: New RPC reply stub functions.Thomas Schwinge1-55/+78
2014-02-11Update comments to to_xfer_partial implementations.Yao Qi1-1/+2
2014-02-11Return target_xfer_status in to_xfer_partialYao Qi1-7/+12
2014-02-07Replace -1 with TARGET_XFER_E_IOYao Qi1-1/+1
2014-01-14Change to_xfer_partial 'len' type to ULONGEST.Yao Qi1-4/+4
2014-01-07Remove an empty-body 'if' statementYao Qi1-3/+2
2014-01-07Add qualifier 'const' to argument argsYao Qi1-1/+1
2014-01-07Use void for empty argument list in trace_meYao Qi1-1/+1
2014-01-07Make functions static.Yao Qi1-5/+5
2014-01-07Remove declaration of inf_tid_to_procYao Qi1-1/+0
2014-01-07Fix no previous prototype for '_initialize_gnu_nat' [-Werror=missing-prototypes]Yao Qi1-0/+4
2014-01-01Update Copyright year range in all files maintained by GDB.Joel Brobecker1-1/+1
2013-11-18remove gdb_string.hTom Tromey1-1/+1
2013-11-08constify to_detachTom Tromey1-1/+1
2013-09-30 * aarch64-linux-nat.c: Replace PIDGET with ptid_get_pid.Luis Machado1-1/+2
2013-09-19gnu-nat.c: Don't install a deprecated_xfer_memory method.Thomas Schwinge1-20/+46
2013-09-18Subject: [PATCH] [Hurd/gnu-nat.c] Use ptid_t.lwpid to store thread idsPedro Alves1-12/+12
2013-09-18[Hurd/gnu-nat] Fix old "signal-thread" command regression.Pedro Alves1-3/+3
2013-06-07Fix formating in copyright headers.Pedro Alves1-2/+1
2013-01-01Update years in copyright notice for the GDB files.Joel Brobecker1-2/+1
2012-11-20 ARI fixes: sprintf rule.Pierre Muller1-4/+4
2012-11-09 * gdbarch.sh (target_gdbarch): Remove macro.Tom Tromey1-1/+1
2012-11-072012-11-07 Pedro Alves <palves@redhat.com>Pedro Alves1-1/+2
2012-08-09gdb/Yao Qi1-2/+2
2012-08-07gdb/Jan Kratochvil1-0/+2
2012-05-24gdb/Pedro Alves1-7/+7
2012-05-24gdb/Pedro Alves1-7/+7
2012-01-04Copyright year update in most files of the GDB Project.Joel Brobecker1-2/+2
2011-09-222011-09-22 Tristan Gingold <gingold@adacore.com>Tristan Gingold1-1/+2
2011-01-072011-01-07 Michael Snyder <msnyder@vmware.com>Michael Snyder1-73/+97
2011-01-01run copyright.sh for 2011.Joel Brobecker1-1/+1
2010-08-31gdb/Jan Kratochvil1-5/+1
2010-05-142010-05-14 Michael Snyder <msnyder@vmware.com>Michael Snyder1-10/+46
2010-02-15gdb/Jan Kratochvil1-5/+2
2010-01-01Update copyright year in most headers.Joel Brobecker1-1/+1
2009-10-192009-10-19 Pedro Alves <pedro@codesourcery.com>Pedro Alves1-1/+2
2009-07-302009-07-30 Thomas Schwinge <tschwinge@gnu.org>Thomas Schwinge1-1/+1
2009-07-20 * gnu-nat.c: Include "inf-child.h".Pedro Alves1-97/+49
2009-07-02 * defs.h (strlen_paddr, paddr, paddr_nz): Remove.Ulrich Weigand1-1/+2
2009-06-07 * target.h (struct target_ops): Make to_has_all_memory,Pedro Alves1-5/+5
2009-05-21 * target.h (TARGET_WNOHANG): New.Pedro Alves1-1/+1
2009-05-12gdb/Pedro Alves1-4/+9