Age | Commit message (Expand) | Author | Files | Lines |
2020-06-18 | Don't write to inferior_ptid in remote-sim.c | Pedro Alves | 1 | -5/+5 |
2020-02-11 | Remove some ui_file_* functions | Tom Tromey | 1 | -4/+4 |
2020-02-07 | Make fputs_unfiltered use fputs_maybe_filtered | Iain Buclaw | 1 | -1/+1 |
2020-02-07 | Make gdb_flush also flush the wrap buffer | Iain Buclaw | 1 | -2/+2 |
2020-02-04 | gdb/sim: Assert that the simulator ptid is not null_ptid | Andrew Burgess | 1 | -0/+1 |
2020-01-21 | gdb: remove uses of iterate_over_inferiors in remote-sim.c | Simon Marchi | 1 | -50/+28 |
2020-01-19 | sim: don't rely on inferior_ptid in gdbsim_target::wait | Simon Marchi | 1 | -1/+1 |
2020-01-13 | gdb: add back declarations for _initialize functions | Simon Marchi | 1 | -1/+2 |
2020-01-13 | gdb: adjust remote-sim.c to multi-target | Simon Marchi | 1 | -78/+71 |
2020-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+1 |
2019-11-26 | Remove simulator_command declaration, make static | Simon Marchi | 1 | -3/+1 |
2019-07-10 | Change remote-sim.c to use type-safe registry | Tom Tromey | 1 | -50/+29 |
2019-07-09 | Rename common to gdbsupport | Tom Tromey | 1 | -1/+1 |
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 |