summaryrefslogtreecommitdiff
path: root/gdb/remote-sim.c
Commit message (Expand)AuthorAgeFilesLines
* Remove some ui_file_* functionsTom Tromey2020-02-111-4/+4
* Make fputs_unfiltered use fputs_maybe_filteredIain Buclaw2020-02-071-1/+1
* Make gdb_flush also flush the wrap bufferIain Buclaw2020-02-071-2/+2
* gdb/sim: Assert that the simulator ptid is not null_ptidAndrew Burgess2020-02-041-0/+1
* gdb: remove uses of iterate_over_inferiors in remote-sim.cSimon Marchi2020-01-211-50/+28
* sim: don't rely on inferior_ptid in gdbsim_target::waitSimon Marchi2020-01-191-1/+1
* gdb: add back declarations for _initialize functionsSimon Marchi2020-01-131-1/+2
* gdb: adjust remote-sim.c to multi-targetSimon Marchi2020-01-131-78/+71
* Update copyright year range in all GDB files.Joel Brobecker2020-01-011-1/+1
* Remove simulator_command declaration, make staticSimon Marchi2019-11-261-3/+1
* Change remote-sim.c to use type-safe registryTom Tromey2019-07-101-50/+29
* Rename common to gdbsupportTom Tromey2019-07-091-1/+1
* Change pid_to_str to return std::stringTom Tromey2019-03-131-4/+3
* Fix remote-sim.c build after warn-unused-result changeTom Tromey2019-03-061-3/+2
* Update copyright year range in all GDB files.Joel Brobecker2019-01-011-1/+1
* Convert default_child_has_foo functions to process_stratum_target methodsPedro Alves2018-11-301-9/+0
* Introduce process_stratum_targetPedro Alves2018-11-301-3/+3
* Per-inferior thread list, thread ranges/iterators, down with ALL_THREADS, etc.Pedro Alves2018-11-221-3/+0
* Remove some unused variablesSimon Marchi2018-07-221-3/+0
* remote-sim.c: Remove unused variablesSimon Marchi2018-07-161-6/+0
* Remove ptid_equalTom Tromey2018-07-031-4/+4
* Remove ptid_get_pidTom Tromey2018-07-031-3/+3
* Remove ptid_buildTom Tromey2018-07-031-1/+1
* gdb: Fix build on several hosts/portsPedro Alves2018-06-251-1/+0
* Remove regcache_get_ptidSimon Marchi2018-05-301-2/+2
* target factories, target open and multiple instances of targetsPedro Alves2018-05-031-12/+11
* target_ops: Use bool throughoutPedro Alves2018-05-031-16/+16
* Convert struct target_ops to C++Pedro Alves2018-05-031-109/+111
* remote-sim: Add missing ATTRIBUTE_PRINTFSimon Marchi2018-02-201-5/+5
* gdb: Fix remote-sim/MinGW/Darwin buildsPedro Alves2018-01-311-19/+4
* Pass inferior down to target_detach and to_detachSimon Marchi2018-01-191-2/+2
* Remove args from target detachSimon Marchi2018-01-191-7/+5
* Update copyright year range in all GDB filesJoel Brobecker2018-01-021-1/+1
* Constify add_comTom Tromey2017-11-071-1/+1
* s/get_regcache_arch (regcache)/regcache->arch ()/gYao Qi2017-10-251-2/+2
* Remove unnecessary function prototypes.John Baldwin2017-09-091-2/+0
* remote-sim.c: Fix arg variables conflictsSimon Marchi2017-08-071-4/+3
* Introduce gdb_argv, a class wrapper for buildargvTom Tromey2017-08-031-10/+11
* Fix GDB builds that include the simulatorPedro Alves2017-07-181-15/+33
* Remove MAX_REGISTER_SIZE from remote-sim.cAlan Hayward2017-06-271-21/+17
* C++-fy and prepare for sharing fork_inferiorSergio Durigan Junior2017-04-121-3/+4
* -Wwrite-strings: Constify target_pid_to_str and target_thread_extra_thread_infoPedro Alves2017-04-051-1/+1
* Use ptid from regcache in almost all remaining nat filesSimon Marchi2017-03-201-2/+4
* update copyright year range in GDB filesJoel Brobecker2017-01-011-1/+1
* Consolidate target_mourn_inferior between GDB and gdbserverSergio Durigan Junior2016-09-191-1/+1
* Don't call clear_quit_flag after check_quit_flagPedro Alves2016-04-121-4/+1
* GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker2016-01-011-1/+1
* remote-sim.c: Add castsSimon Marchi2015-11-031-11/+14
* gdb: Use sighandler_t everywherePedro Alves2015-08-271-1/+1
* Fix interrupt-noterm.exp on targets always in non-stopPedro Alves2015-08-071-10/+10