aboutsummaryrefslogtreecommitdiff
path: root/gdb/remote-sim.c
AgeCommit message (Expand)AuthorFilesLines
2018-07-22Remove some unused variablesSimon Marchi1-3/+0
2018-07-16remote-sim.c: Remove unused variablesSimon Marchi1-6/+0
2018-07-03Remove ptid_equalTom Tromey1-4/+4
2018-07-03Remove ptid_get_pidTom Tromey1-3/+3
2018-07-03Remove ptid_buildTom Tromey1-1/+1
2018-06-25gdb: Fix build on several hosts/portsPedro Alves1-1/+0
2018-05-30Remove regcache_get_ptidSimon Marchi1-2/+2
2018-05-03target factories, target open and multiple instances of targetsPedro Alves1-12/+11
2018-05-03target_ops: Use bool throughoutPedro Alves1-16/+16
2018-05-03Convert struct target_ops to C++Pedro Alves1-109/+111
2018-02-20remote-sim: Add missing ATTRIBUTE_PRINTFSimon Marchi1-5/+5
2018-01-31gdb: Fix remote-sim/MinGW/Darwin buildsPedro Alves1-19/+4
2018-01-19Pass inferior down to target_detach and to_detachSimon Marchi1-2/+2
2018-01-19Remove args from target detachSimon Marchi1-7/+5
2018-01-02Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2017-11-07Constify add_comTom Tromey1-1/+1
2017-10-25s/get_regcache_arch (regcache)/regcache->arch ()/gYao Qi1-2/+2
2017-09-09Remove unnecessary function prototypes.John Baldwin1-2/+0
2017-08-07remote-sim.c: Fix arg variables conflictsSimon Marchi1-4/+3
2017-08-03Introduce gdb_argv, a class wrapper for buildargvTom Tromey1-10/+11
2017-07-18Fix GDB builds that include the simulatorPedro Alves1-15/+33
2017-06-27Remove MAX_REGISTER_SIZE from remote-sim.cAlan Hayward1-21/+17
2017-04-12C++-fy and prepare for sharing fork_inferiorSergio Durigan Junior1-3/+4
2017-04-05-Wwrite-strings: Constify target_pid_to_str and target_thread_extra_thread_infoPedro Alves1-1/+1
2017-03-20Use ptid from regcache in almost all remaining nat filesSimon Marchi1-2/+4
2017-01-01update copyright year range in GDB filesJoel Brobecker1-1/+1
2016-09-19Consolidate target_mourn_inferior between GDB and gdbserverSergio Durigan Junior1-1/+1
2016-04-12Don't call clear_quit_flag after check_quit_flagPedro Alves1-4/+1
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker1-1/+1
2015-11-03remote-sim.c: Add castsSimon Marchi1-11/+14
2015-08-27gdb: Use sighandler_t everywherePedro Alves1-1/+1
2015-08-07Fix interrupt-noterm.exp on targets always in non-stopPedro Alves1-10/+10
2015-06-24gdb: sim: merge the sysroot update logic togetherMike Frysinger1-3/+5
2015-06-24gdb: sim: handle target sysroot prefixMike Frysinger1-2/+6
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker1-1/+1
2014-12-15Introduce utility function find_inferior_ptidSimon Marchi1-3/+3
2014-08-07Move errno.h to common-defs.hGary Benson1-1/+0
2014-08-07Include string.h in common-defs.hGary Benson1-1/+0
2014-08-07Include gdb_assert.h in common-defs.hGary Benson1-1/+0
2014-07-30Fix incomplete constification in remote-sim.cRoland McGrath1-21/+21
2014-07-30constify to_openTom Tromey1-1/+1
2014-07-25fix build: update clear_proceed_status callersPedro Alves1-1/+1
2014-06-26constify to_loadTom Tromey1-2/+3
2014-05-22Add new infrun.h header.Pedro Alves1-0/+1
2014-03-05sim: constify prog_nameMike Frysinger1-1/+1
2014-02-19Add target_ops argument to to_stopTom Tromey1-3/+3
2014-02-19Add target_ops argument to to_loadTom Tromey1-2/+2
2014-02-19Add target_ops argument to to_closeTom Tromey1-2/+2
2014-02-11Return target_xfer_status in to_xfer_partialYao Qi1-7/+17
2014-02-07Replace -1 with TARGET_XFER_E_IOYao Qi1-1/+1