Age | Commit message (Expand) | Author | Files | Lines |
2019-03-13 | Change pid_to_str to return std::string | Tom Tromey | 1 | -4/+3 |
2019-03-06 | Fix remote-sim.c build after warn-unused-result change | Tom Tromey | 1 | -3/+2 |
2019-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+1 |
2018-11-30 | Convert default_child_has_foo functions to process_stratum_target methods | Pedro Alves | 1 | -9/+0 |
2018-11-30 | Introduce process_stratum_target | Pedro Alves | 1 | -3/+3 |
2018-11-22 | Per-inferior thread list, thread ranges/iterators, down with ALL_THREADS, etc. | Pedro Alves | 1 | -3/+0 |
2018-07-22 | Remove some unused variables | Simon Marchi | 1 | -3/+0 |
2018-07-16 | remote-sim.c: Remove unused variables | Simon Marchi | 1 | -6/+0 |
2018-07-03 | Remove ptid_equal | Tom Tromey | 1 | -4/+4 |
2018-07-03 | Remove ptid_get_pid | Tom Tromey | 1 | -3/+3 |
2018-07-03 | Remove ptid_build | Tom Tromey | 1 | -1/+1 |
2018-06-25 | gdb: Fix build on several hosts/ports | Pedro Alves | 1 | -1/+0 |
2018-05-30 | Remove regcache_get_ptid | Simon Marchi | 1 | -2/+2 |
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 |