summaryrefslogtreecommitdiff
path: root/gdb/remote-sim.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year range in header of all files managed by GDBJoel Brobecker2023-01-011-1/+1
* gdb: some int to bool conversion in remote-sim.cAndrew Burgess2022-12-151-10/+10
* internal_error: remove need to pass __FILE__/__LINE__Pedro Alves2022-10-191-4/+2
* Rewrite registry.hTom Tromey2022-07-281-1/+1
* Unify gdb printf functionsTom Tromey2022-03-291-42/+42
* Unify gdb puts functionsTom Tromey2022-03-291-2/+2
* Unify vprintf functionsTom Tromey2022-03-291-4/+4
* Fix the remote-sim.c buildTom Tromey2022-01-181-0/+1
* Use filtered output in files_info implementationsTom Tromey2022-01-051-2/+2
* Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker2022-01-011-1/+1
* gdb: fix remote-sim.c buildSimon Marchi2021-10-221-6/+3
* gdb, gdbserver: make target_waitstatus safeSimon Marchi2021-10-211-2/+2
* Fix remote-sim.c compilationTom Tromey2021-10-041-3/+3
* gdb: make string-like set show commands use std::string variableSimon Marchi2021-10-031-4/+3
* sim: create header namespaceMike Frysinger2021-05-141-2/+2
* gdb: move all "current target" wrapper implementations to target.cSimon Marchi2021-03-241-2/+2
* gdb: remove push_target free functionsSimon Marchi2021-03-231-1/+1
* gdb: remove unpush_target free functionSimon Marchi2021-03-231-2/+2
* gdb: move remote_debug to remote.{h,c}Simon Marchi2021-01-221-0/+1
* gdb/sim: add support for exporting memory mapMike Frysinger2021-01-071-0/+18
* Update copyright year range in all GDB filesJoel Brobecker2021-01-011-1/+1
* Remove the exec_bfd macroTom Tromey2020-10-291-7/+10
* Make target_wait options use enum flagsTom Tromey2020-09-181-2/+3
* Don't write to inferior_ptid in remote-sim.cPedro Alves2020-06-181-5/+5
* Remove some ui_file_* functionsTom Tromey2020-02-111-4/+4
* Make fputs_unfiltered use fputs_maybe_filteredIain Buclaw2020-02-071-1/+1
* Make gdb_flush also flush the wrap bufferIain Buclaw2020-02-071-2/+2
* gdb/sim: Assert that the simulator ptid is not null_ptidAndrew Burgess2020-02-041-0/+1
* gdb: remove uses of iterate_over_inferiors in remote-sim.cSimon Marchi2020-01-211-50/+28
* sim: don't rely on inferior_ptid in gdbsim_target::waitSimon Marchi2020-01-191-1/+1
* gdb: add back declarations for _initialize functionsSimon Marchi2020-01-131-1/+2
* gdb: adjust remote-sim.c to multi-targetSimon Marchi2020-01-131-78/+71
* Update copyright year range in all GDB files.Joel Brobecker2020-01-011-1/+1
* Remove simulator_command declaration, make staticSimon Marchi2019-11-261-3/+1
* Change remote-sim.c to use type-safe registryTom Tromey2019-07-101-50/+29
* Rename common to gdbsupportTom Tromey2019-07-091-1/+1
* Change pid_to_str to return std::stringTom Tromey2019-03-131-4/+3
* Fix remote-sim.c build after warn-unused-result changeTom Tromey2019-03-061-3/+2
* 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