Age | Commit message (Expand) | Author | Files | Lines |
2014-02-19 | Add target_ops argument to to_stop | Tom Tromey | 1 | -3/+3 |
2014-02-19 | Add target_ops argument to to_load | Tom Tromey | 1 | -2/+2 |
2014-02-19 | Add target_ops argument to to_close | Tom Tromey | 1 | -2/+2 |
2014-02-11 | Return target_xfer_status in to_xfer_partial | Yao Qi | 1 | -7/+17 |
2014-02-07 | Replace -1 with TARGET_XFER_E_IO | Yao Qi | 1 | -1/+1 |
2014-01-16 | Add target_ops argument to to_prepare_to_store | Markus Metzger | 1 | -2/+3 |
2014-01-14 | Change to_xfer_partial 'len' type to ULONGEST. | Yao Qi | 1 | -6/+7 |
2014-01-13 | replace XZALLOC with XCNEW | Tom Tromey | 1 | -1/+1 |
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-11 | Minor reformatting in remote-sim.c (gdbsim_detach declaration). | Joel Brobecker | 1 | -1/+2 |
2013-11-11 | Fix argument type on gdbsim_detach prototype. | Edjunior Barbosa Machado | 1 | -1/+1 |
2013-11-08 | constify to_detach | Tom Tromey | 1 | -1/+1 |
2013-09-06 | remote-sim.c: Send debug output to gdb_stdlog. | Pedro Alves | 1 | -22/+26 |
2013-09-06 | remote-sim.c: Don't install a deprecated_xfer_memory method. | Pedro Alves | 1 | -22/+35 |
2013-09-06 | remote-sim.c: cleanup debug output code. | Pedro Alves | 1 | -9/+8 |
2013-07-25 | remove pop_target | Tom Tromey | 1 | -1/+1 |
2013-04-22 | 2013-04-22 Edjunior Machado <emachado@linux.vnet.ibm.com> | Edjunior Barbosa Machado | 1 | -3/+3 |
2013-03-20 | gdb/ | Jan Kratochvil | 1 | -10/+3 |
2013-03-15 | gdb: | Steve Ellcey | 1 | -1/+2 |
2013-03-01 | Use gdb_byte for bytes from the program being debugged. | Pedro Alves | 1 | -2/+2 |
2013-01-01 | Update years in copyright notice for the GDB files. | Joel Brobecker | 1 | -1/+1 |
2012-11-09 | * gdbarch.sh (target_gdbarch): Remove macro. | Tom Tromey | 1 | -1/+1 |
2012-10-11 | http://sourceware.org/ml/gdb-patches/2012-10/msg00032.html | Andrew Burgess | 1 | -0/+3 |
2012-10-02 | http://sourceware.org/ml/gdb-patches/2012-10/msg00027.html | Andrew Burgess | 1 | -18/+16 |
2012-08-22 | 2012-08-22 Sergio Durigan Junior <sergiodj@redhat.com> | Sergio Durigan Junior | 1 | -1/+1 |
2012-08-22 | * defs.h (quit_flag): Don't declare. | Tom Tromey | 1 | -2/+2 |
2012-07-30 | * remote-sim.c (gdb_os_poll_quit): Don't check immediate_quit. | Tom Tromey | 1 | -4/+0 |
2012-06-18 | 2012-06-18 Greta Yorsh <Greta.Yorsh@arm.com> | Tom Tromey | 1 | -1/+1 |
2012-06-14 | Fix invalid profile for command-completer in remote-sim.c | Joel Brobecker | 1 | -2/+14 |
2012-05-24 | gdb/ | Pedro Alves | 1 | -4/+4 |
2012-05-24 | gdb/ | Pedro Alves | 1 | -3/+3 |
2012-03-02 | Fix -Wmissing-prototypes build. | Ulrich Weigand | 1 | -2/+2 |
2012-02-16 | gdb: sim: check return value of sim_create_inferior | Mike Frysinger | 1 | -1/+4 |
2012-01-04 | Copyright year update in most files of the GDB Project. | Joel Brobecker | 1 | -3/+1 |
2011-06-01 | gdb: sim: automatically pass down sysroot | Mike Frysinger | 1 | -0/+4 |
2011-04-15 | gdb: sim: add command line completion | Mike Frysinger | 1 | -2/+17 |
2011-01-11 | http://sourceware.org/ml/gdb-patches/2010-11/msg00112.html | Andrew Burgess | 1 | -3/+7 |
2011-01-10 | 2011-01-10 Michael Snyder <msnyder@vmware.com> | Michael Snyder | 1 | -21/+26 |
2011-01-01 | run copyright.sh for 2011. | Joel Brobecker | 1 | -1/+2 |
2010-08-10 | * remote-sim.c (gdbsim_xfer_inferior_memory): Replace | Kevin Buettner | 1 | -6/+32 |
2010-08-10 | * remote-sim.c (program_loaded, gdbsim_desc, remote_sim_ptid) | Kevin Buettner | 1 | -76/+398 |
2010-05-16 | 2010-05-16 Michael Snyder <msnyder@vmware.com> | Michael Snyder | 1 | -2/+8 |
2010-05-02 | gdb/ | Jan Kratochvil | 1 | -1/+2 |
2010-04-12 | gdb: constify remote files_info | Mike Frysinger | 1 | -1/+1 |
2010-01-01 | Update copyright year in most headers. | Joel Brobecker | 1 | -1/+1 |
2009-10-20 | * go32-nat.c (go32_create_inferior): Use inferior_appeared, not | Pedro Alves | 1 | -1/+1 |
2009-10-19 | 2009-10-19 Pedro Alves <pedro@codesourcery.com> | Pedro Alves | 1 | -1/+1 |
2009-07-02 | * defs.h (strlen_paddr, paddr, paddr_nz): Remove. | Ulrich Weigand | 1 | -2/+2 |
2009-06-07 | * target.h (struct target_ops): Make to_has_all_memory, | Pedro Alves | 1 | -8/+5 |