Age | Commit message (Expand) | Author | Files | Lines |
2014-06-04 | constify to_attach | Tom Tromey | 1 | -1/+1 |
2014-05-21 | Native targets: Add inf-child.c:inf_child_mourn_inferior and use it. | Pedro Alves | 1 | -2/+1 |
2014-05-21 | Allow making GDB not automatically connect to the native target. | Pedro Alves | 1 | -2/+2 |
2014-05-21 | Rename "target GNU" -> "target native" | Pedro Alves | 1 | -4/+0 |
2014-03-14 | Rename native-only terminal related functions. | Pedro Alves | 1 | -3/+3 |
2014-02-19 | Add target_ops argument to to_find_memory_regions | Tom Tromey | 1 | -1/+2 |
2014-02-19 | Add target_ops argument to to_stop | Tom Tromey | 1 | -1/+1 |
2014-02-19 | Add target_ops argument to to_terminal_init | Tom Tromey | 1 | -1/+1 |
2014-02-17 | Fix missing-prototypes warnings in gnu-nat.c | Yao Qi | 1 | -0/+1 |
2014-02-17 | Fix -Werror=pointer-sign warnings | Yao Qi | 1 | -2/+2 |
2014-02-17 | Fix -Wformat warnings in gnu-nat.c | Yao Qi | 1 | -15/+15 |
2014-02-16 | Hurd: Adjust to startup-with-shell changes. | Thomas Schwinge | 1 | -18/+7 |
2014-02-16 | Hurd: New RPC reply stub functions. | Thomas Schwinge | 1 | -55/+78 |
2014-02-11 | Update comments to to_xfer_partial implementations. | Yao Qi | 1 | -1/+2 |
2014-02-11 | Return target_xfer_status in to_xfer_partial | Yao Qi | 1 | -7/+12 |
2014-02-07 | Replace -1 with TARGET_XFER_E_IO | Yao Qi | 1 | -1/+1 |
2014-01-14 | Change to_xfer_partial 'len' type to ULONGEST. | Yao Qi | 1 | -4/+4 |
2014-01-07 | Remove an empty-body 'if' statement | Yao Qi | 1 | -3/+2 |
2014-01-07 | Add qualifier 'const' to argument args | Yao Qi | 1 | -1/+1 |
2014-01-07 | Use void for empty argument list in trace_me | Yao Qi | 1 | -1/+1 |
2014-01-07 | Make functions static. | Yao Qi | 1 | -5/+5 |
2014-01-07 | Remove declaration of inf_tid_to_proc | Yao Qi | 1 | -1/+0 |
2014-01-07 | Fix no previous prototype for '_initialize_gnu_nat' [-Werror=missing-prototypes] | Yao Qi | 1 | -0/+4 |
2014-01-01 | Update Copyright year range in all files maintained by GDB. | Joel Brobecker | 1 | -1/+1 |
2013-11-18 | remove gdb_string.h | Tom Tromey | 1 | -1/+1 |
2013-11-08 | constify to_detach | Tom Tromey | 1 | -1/+1 |
2013-09-30 | * aarch64-linux-nat.c: Replace PIDGET with ptid_get_pid. | Luis Machado | 1 | -1/+2 |
2013-09-19 | gnu-nat.c: Don't install a deprecated_xfer_memory method. | Thomas Schwinge | 1 | -20/+46 |
2013-09-18 | Subject: [PATCH] [Hurd/gnu-nat.c] Use ptid_t.lwpid to store thread ids | Pedro Alves | 1 | -12/+12 |
2013-09-18 | [Hurd/gnu-nat] Fix old "signal-thread" command regression. | Pedro Alves | 1 | -3/+3 |
2013-06-07 | Fix formating in copyright headers. | Pedro Alves | 1 | -2/+1 |
2013-01-01 | Update years in copyright notice for the GDB files. | Joel Brobecker | 1 | -2/+1 |
2012-11-20 | ARI fixes: sprintf rule. | Pierre Muller | 1 | -4/+4 |
2012-11-09 | * gdbarch.sh (target_gdbarch): Remove macro. | Tom Tromey | 1 | -1/+1 |
2012-11-07 | 2012-11-07 Pedro Alves <palves@redhat.com> | Pedro Alves | 1 | -1/+2 |
2012-08-09 | gdb/ | Yao Qi | 1 | -2/+2 |
2012-08-07 | gdb/ | Jan Kratochvil | 1 | -0/+2 |
2012-05-24 | gdb/ | Pedro Alves | 1 | -7/+7 |
2012-05-24 | gdb/ | Pedro Alves | 1 | -7/+7 |
2012-01-04 | Copyright year update in most files of the GDB Project. | Joel Brobecker | 1 | -2/+2 |
2011-09-22 | 2011-09-22 Tristan Gingold <gingold@adacore.com> | Tristan Gingold | 1 | -1/+2 |
2011-01-07 | 2011-01-07 Michael Snyder <msnyder@vmware.com> | Michael Snyder | 1 | -73/+97 |
2011-01-01 | run copyright.sh for 2011. | Joel Brobecker | 1 | -1/+1 |
2010-08-31 | gdb/ | Jan Kratochvil | 1 | -5/+1 |
2010-05-14 | 2010-05-14 Michael Snyder <msnyder@vmware.com> | Michael Snyder | 1 | -10/+46 |
2010-02-15 | gdb/ | Jan Kratochvil | 1 | -5/+2 |
2010-01-01 | Update copyright year in most headers. | Joel Brobecker | 1 | -1/+1 |
2009-10-19 | 2009-10-19 Pedro Alves <pedro@codesourcery.com> | Pedro Alves | 1 | -1/+2 |
2009-07-30 | 2009-07-30 Thomas Schwinge <tschwinge@gnu.org> | Thomas Schwinge | 1 | -1/+1 |
2009-07-20 | * gnu-nat.c: Include "inf-child.h". | Pedro Alves | 1 | -97/+49 |