aboutsummaryrefslogtreecommitdiff
path: root/gdb/remote-sim.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-23gdb: move a bunch of quit-related things to event-top.{c,h}Simon Marchi1-0/+1
2024-03-26gdb, gdbserver, gdbsupport: remove includes of early headersSimon Marchi1-1/+0
2024-01-12Update copyright year range in header of all files managed by GDBAndrew Burgess1-1/+1
2023-10-10gdb: remove target_gdbarchSimon Marchi1-1/+1
2023-01-01Update copyright year range in header of all files managed by GDBJoel Brobecker1-1/+1
2022-12-15gdb: some int to bool conversion in remote-sim.cAndrew Burgess1-10/+10
2022-10-19internal_error: remove need to pass __FILE__/__LINE__Pedro Alves1-4/+2
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