aboutsummaryrefslogtreecommitdiff
path: root/gdb/gnu-nat.c
AgeCommit message (Expand)AuthorFilesLines
2015-09-04gdb: Remove casts of NULL during assignment.Andrew Burgess1-1/+1
2015-08-26Replace some xmalloc-family functions with XNEW-family onesSimon Marchi1-5/+3
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker1-1/+1
2014-11-24[Hurd] Fix deallocation after proc_getprocinfo callSamuel Thibault1-3/+5
2014-09-16Add hardware watchpoint support for x86 GNU Hurd.Samuel Thibault1-0/+11
2014-08-07Move errno.h to common-defs.hGary Benson1-1/+0
2014-08-07Include string.h in common-defs.hGary Benson1-1/+0
2014-08-07Include gdb_assert.h in common-defs.hGary Benson1-1/+0
2014-08-07Move stdio.h to common-defs.hGary Benson1-1/+0
2014-06-04constify to_attachTom Tromey1-1/+1
2014-05-21Native targets: Add inf-child.c:inf_child_mourn_inferior and use it.Pedro Alves1-2/+1
2014-05-21Allow making GDB not automatically connect to the native target.Pedro Alves1-2/+2
2014-05-21Rename "target GNU" -> "target native"Pedro Alves1-4/+0
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