summaryrefslogtreecommitdiff
path: root/gdb/gnu-nat.c
Commit message (Expand)AuthorAgeFilesLines
* Add target_ops argument to to_find_memory_regionsTom Tromey2014-02-191-1/+2
* Add target_ops argument to to_stopTom Tromey2014-02-191-1/+1
* Add target_ops argument to to_terminal_initTom Tromey2014-02-191-1/+1
* Fix missing-prototypes warnings in gnu-nat.cYao Qi2014-02-171-0/+1
* Fix -Werror=pointer-sign warningsYao Qi2014-02-171-2/+2
* Fix -Wformat warnings in gnu-nat.cYao Qi2014-02-171-15/+15
* Hurd: Adjust to startup-with-shell changes.Thomas Schwinge2014-02-161-18/+7
* Hurd: New RPC reply stub functions.Thomas Schwinge2014-02-161-55/+78
* Update comments to to_xfer_partial implementations.Yao Qi2014-02-111-1/+2
* Return target_xfer_status in to_xfer_partialYao Qi2014-02-111-7/+12
* Replace -1 with TARGET_XFER_E_IOYao Qi2014-02-071-1/+1
* Change to_xfer_partial 'len' type to ULONGEST.Yao Qi2014-01-141-4/+4
* Remove an empty-body 'if' statementYao Qi2014-01-071-3/+2
* Add qualifier 'const' to argument argsYao Qi2014-01-071-1/+1
* Use void for empty argument list in trace_meYao Qi2014-01-071-1/+1
* Make functions static.Yao Qi2014-01-071-5/+5
* Remove declaration of inf_tid_to_procYao Qi2014-01-071-1/+0
* Fix no previous prototype for '_initialize_gnu_nat' [-Werror=missing-prototypes]Yao Qi2014-01-071-0/+4
* Update Copyright year range in all files maintained by GDB.Joel Brobecker2014-01-011-1/+1
* remove gdb_string.hTom Tromey2013-11-181-1/+1
* constify to_detachTom Tromey2013-11-081-1/+1
* * aarch64-linux-nat.c: Replace PIDGET with ptid_get_pid.Luis Machado2013-09-301-1/+2
* gnu-nat.c: Don't install a deprecated_xfer_memory method.Thomas Schwinge2013-09-191-20/+46
* Subject: [PATCH] [Hurd/gnu-nat.c] Use ptid_t.lwpid to store thread idsPedro Alves2013-09-181-12/+12
* [Hurd/gnu-nat] Fix old "signal-thread" command regression.Pedro Alves2013-09-181-3/+3
* Fix formating in copyright headers.Pedro Alves2013-06-071-2/+1
* Update years in copyright notice for the GDB files.Joel Brobecker2013-01-011-2/+1
* ARI fixes: sprintf rule.Pierre Muller2012-11-201-4/+4
* * gdbarch.sh (target_gdbarch): Remove macro.Tom Tromey2012-11-091-1/+1
* 2012-11-07 Pedro Alves <palves@redhat.com>Pedro Alves2012-11-071-1/+2
* gdb/Yao Qi2012-08-091-2/+2
* gdb/Jan Kratochvil2012-08-071-0/+2
* gdb/Pedro Alves2012-05-241-7/+7
* gdb/Pedro Alves2012-05-241-7/+7
* Copyright year update in most files of the GDB Project.Joel Brobecker2012-01-041-2/+2
* 2011-09-22 Tristan Gingold <gingold@adacore.com>Tristan Gingold2011-09-221-1/+2
* 2011-01-07 Michael Snyder <msnyder@vmware.com>Michael Snyder2011-01-071-73/+97
* run copyright.sh for 2011.Joel Brobecker2011-01-011-1/+1
* gdb/Jan Kratochvil2010-08-311-5/+1
* 2010-05-14 Michael Snyder <msnyder@vmware.com>Michael Snyder2010-05-141-10/+46
* gdb/Jan Kratochvil2010-02-151-5/+2
* Update copyright year in most headers.Joel Brobecker2010-01-011-1/+1
* 2009-10-19 Pedro Alves <pedro@codesourcery.com>Pedro Alves2009-10-191-1/+2
* 2009-07-30 Thomas Schwinge <tschwinge@gnu.org>Thomas Schwinge2009-07-301-1/+1
* * gnu-nat.c: Include "inf-child.h".Pedro Alves2009-07-201-97/+49
* * defs.h (strlen_paddr, paddr, paddr_nz): Remove.Ulrich Weigand2009-07-021-1/+2
* * target.h (struct target_ops): Make to_has_all_memory,Pedro Alves2009-06-071-5/+5
* * target.h (TARGET_WNOHANG): New.Pedro Alves2009-05-211-1/+1
* gdb/Pedro Alves2009-05-121-4/+9
* ARI fix: Do not use %p, replace by call to host_address_to_stringPierre Muller2009-04-171-4/+5