aboutsummaryrefslogtreecommitdiff
path: root/gdb/remote-sim.c
AgeCommit message (Expand)AuthorFilesLines
2021-01-07gdb/sim: add support for exporting memory mapMike Frysinger1-0/+18
2021-01-01Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2020-10-29Remove the exec_bfd macroTom Tromey1-7/+10
2020-09-18Make target_wait options use enum flagsTom Tromey1-2/+3
2020-06-18Don't write to inferior_ptid in remote-sim.cPedro Alves1-5/+5
2020-02-11Remove some ui_file_* functionsTom Tromey1-4/+4
2020-02-07Make fputs_unfiltered use fputs_maybe_filteredIain Buclaw1-1/+1
2020-02-07Make gdb_flush also flush the wrap bufferIain Buclaw1-2/+2
2020-02-04gdb/sim: Assert that the simulator ptid is not null_ptidAndrew Burgess1-0/+1
2020-01-21gdb: remove uses of iterate_over_inferiors in remote-sim.cSimon Marchi1-50/+28
2020-01-19sim: don't rely on inferior_ptid in gdbsim_target::waitSimon Marchi1-1/+1
2020-01-13gdb: add back declarations for _initialize functionsSimon Marchi1-1/+2
2020-01-13gdb: adjust remote-sim.c to multi-targetSimon Marchi1-78/+71
2020-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2019-11-26Remove simulator_command declaration, make staticSimon Marchi1-3/+1
2019-07-10Change remote-sim.c to use type-safe registryTom Tromey1-50/+29
2019-07-09Rename common to gdbsupportTom Tromey1-1/+1
2019-03-13Change pid_to_str to return std::stringTom Tromey1-4/+3
2019-03-06Fix remote-sim.c build after warn-unused-result changeTom Tromey1-3/+2
2019-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2018-11-30Convert default_child_has_foo functions to process_stratum_target methodsPedro Alves1-9/+0
2018-11-30Introduce process_stratum_targetPedro Alves1-3/+3
2018-11-22Per-inferior thread list, thread ranges/iterators, down with ALL_THREADS, etc.Pedro Alves1-3/+0
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