Age | Commit message (Expand) | Author | Files | Lines |
2015-11-03 | remote-sim.c: Add casts | Simon Marchi | 1 | -11/+14 |
2015-08-27 | gdb: Use sighandler_t everywhere | Pedro Alves | 1 | -1/+1 |
2015-08-07 | Fix interrupt-noterm.exp on targets always in non-stop | Pedro Alves | 1 | -10/+10 |
2015-06-24 | gdb: sim: merge the sysroot update logic together | Mike Frysinger | 1 | -3/+5 |
2015-06-24 | gdb: sim: handle target sysroot prefix | Mike Frysinger | 1 | -2/+6 |
2015-01-01 | Update year range in copyright notice of all files owned by the GDB project. | Joel Brobecker | 1 | -1/+1 |
2014-12-15 | Introduce utility function find_inferior_ptid | Simon Marchi | 1 | -3/+3 |
2014-08-07 | Move errno.h to common-defs.h | Gary Benson | 1 | -1/+0 |
2014-08-07 | Include string.h in common-defs.h | Gary Benson | 1 | -1/+0 |
2014-08-07 | Include gdb_assert.h in common-defs.h | Gary Benson | 1 | -1/+0 |
2014-07-30 | Fix incomplete constification in remote-sim.c | Roland McGrath | 1 | -21/+21 |
2014-07-30 | constify to_open | Tom Tromey | 1 | -1/+1 |
2014-07-25 | fix build: update clear_proceed_status callers | Pedro Alves | 1 | -1/+1 |
2014-06-26 | constify to_load | Tom Tromey | 1 | -2/+3 |
2014-05-22 | Add new infrun.h header. | Pedro Alves | 1 | -0/+1 |
2014-03-05 | sim: constify prog_name | Mike Frysinger | 1 | -1/+1 |
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 |