summaryrefslogtreecommitdiff
path: root/gdb/remote-sim.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* gdb: sim: merge the sysroot update logic togetherMike Frysinger2015-06-241-3/+5
* gdb: sim: handle target sysroot prefixMike Frysinger2015-06-241-2/+6
* Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker2015-01-011-1/+1
* Introduce utility function find_inferior_ptidSimon Marchi2014-12-151-3/+3
* Move errno.h to common-defs.hGary Benson2014-08-071-1/+0
* Include string.h in common-defs.hGary Benson2014-08-071-1/+0
* Include gdb_assert.h in common-defs.hGary Benson2014-08-071-1/+0
* Fix incomplete constification in remote-sim.cRoland McGrath2014-07-301-21/+21
* constify to_openTom Tromey2014-07-301-1/+1
* fix build: update clear_proceed_status callersPedro Alves2014-07-251-1/+1
* constify to_loadTom Tromey2014-06-261-2/+3
* Add new infrun.h header.Pedro Alves2014-05-221-0/+1
* sim: constify prog_nameMike Frysinger2014-03-051-1/+1
* Add target_ops argument to to_stopTom Tromey2014-02-191-3/+3