aboutsummaryrefslogtreecommitdiff
path: root/gdb/remote-sim.c
AgeCommit message (Expand)AuthorFilesLines
2022-07-28Rewrite registry.hTom Tromey1-1/+1
2022-03-29Unify gdb printf functionsTom Tromey1-42/+42
2022-03-29Unify gdb puts functionsTom Tromey1-2/+2
2022-03-29Unify vprintf functionsTom Tromey1-4/+4
2022-01-18Fix the remote-sim.c buildTom Tromey1-0/+1
2022-01-05Use filtered output in files_info implementationsTom Tromey1-2/+2
2022-01-01Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker1-1/+1
2021-10-22gdb: fix remote-sim.c buildSimon Marchi1-6/+3
2021-10-21gdb, gdbserver: make target_waitstatus safeSimon Marchi1-2/+2
2021-10-04Fix remote-sim.c compilationTom Tromey1-3/+3
2021-10-03gdb: make string-like set show commands use std::string variableSimon Marchi1-4/+3
2021-05-14sim: create header namespaceMike Frysinger1-2/+2
2021-03-24gdb: move all "current target" wrapper implementations to target.cSimon Marchi1-2/+2
2021-03-23gdb: remove push_target free functionsSimon Marchi1-1/+1
2021-03-23gdb: remove unpush_target free functionSimon Marchi1-2/+2
2021-01-22gdb: move remote_debug to remote.{h,c}Simon Marchi1-0/+1
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