summaryrefslogtreecommitdiff
path: root/gdb/gnu-nat.c
Commit message (Expand)AuthorAgeFilesLines
* gdb: Remove casts of NULL during assignment.Andrew Burgess2015-09-041-1/+1
* Replace some xmalloc-family functions with XNEW-family onesSimon Marchi2015-08-261-5/+3
* Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker2015-01-011-1/+1
* [Hurd] Fix deallocation after proc_getprocinfo callSamuel Thibault2014-11-241-3/+5
* Add hardware watchpoint support for x86 GNU Hurd.Samuel Thibault2014-09-161-0/+11
* Move errno.h to common-defs.hGary Benson2014-08-071-1/+0
* Include string.h in common-defs.hGary Benson2014-08-071-1/+0
* Include gdb_assert.h in common-defs.hGary Benson2014-08-071-1/+0
* Move stdio.h to common-defs.hGary Benson2014-08-071-1/+0
* constify to_attachTom Tromey2014-06-041-1/+1
* Native targets: Add inf-child.c:inf_child_mourn_inferior and use it.Pedro Alves2014-05-211-2/+1
* Allow making GDB not automatically connect to the native target.Pedro Alves2014-05-211-2/+2
* Rename "target GNU" -> "target native"Pedro Alves2014-05-211-4/+0
* Rename native-only terminal related functions.Pedro Alves2014-03-141-3/+3
* 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