Age | Commit message (Expand) | Author | Files | Lines |
2018-05-03 | target factories, target open and multiple instances of targets | Pedro Alves | 1 | -12/+11 |
2018-05-03 | target_ops: Use bool throughout | Pedro Alves | 1 | -16/+16 |
2018-05-03 | Convert struct target_ops to C++ | Pedro Alves | 1 | -109/+111 |
2018-02-20 | remote-sim: Add missing ATTRIBUTE_PRINTF | Simon Marchi | 1 | -5/+5 |
2018-01-31 | gdb: Fix remote-sim/MinGW/Darwin builds | Pedro Alves | 1 | -19/+4 |
2018-01-19 | Pass inferior down to target_detach and to_detach | Simon Marchi | 1 | -2/+2 |
2018-01-19 | Remove args from target detach | Simon Marchi | 1 | -7/+5 |
2018-01-02 | Update copyright year range in all GDB files | Joel Brobecker | 1 | -1/+1 |
2017-11-07 | Constify add_com | Tom Tromey | 1 | -1/+1 |
2017-10-25 | s/get_regcache_arch (regcache)/regcache->arch ()/g | Yao Qi | 1 | -2/+2 |
2017-09-09 | Remove unnecessary function prototypes. | John Baldwin | 1 | -2/+0 |
2017-08-07 | remote-sim.c: Fix arg variables conflicts | Simon Marchi | 1 | -4/+3 |
2017-08-03 | Introduce gdb_argv, a class wrapper for buildargv | Tom Tromey | 1 | -10/+11 |
2017-07-18 | Fix GDB builds that include the simulator | Pedro Alves | 1 | -15/+33 |
2017-06-27 | Remove MAX_REGISTER_SIZE from remote-sim.c | Alan Hayward | 1 | -21/+17 |
2017-04-12 | C++-fy and prepare for sharing fork_inferior | Sergio Durigan Junior | 1 | -3/+4 |
2017-04-05 | -Wwrite-strings: Constify target_pid_to_str and target_thread_extra_thread_info | Pedro Alves | 1 | -1/+1 |
2017-03-20 | Use ptid from regcache in almost all remaining nat files | Simon Marchi | 1 | -2/+4 |
2017-01-01 | update copyright year range in GDB files | Joel Brobecker | 1 | -1/+1 |
2016-09-19 | Consolidate target_mourn_inferior between GDB and gdbserver | Sergio Durigan Junior | 1 | -1/+1 |
2016-04-12 | Don't call clear_quit_flag after check_quit_flag | Pedro Alves | 1 | -4/+1 |
2016-01-01 | GDB copyright headers update after running GDB's copyright.py script. | Joel Brobecker | 1 | -1/+1 |
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 |