summaryrefslogtreecommitdiff
path: root/sim/rx/gdb-if.c
AgeCommit message (Expand)Author
2022-01-01Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker
2021-05-16sim: switch config.h usage to defs.hMike Frysinger
2021-05-14sim: create header namespaceMike Frysinger
2021-05-05sim: m32c/rl78/rx: fix command parsingMike Frysinger
2021-02-08sim/rx: mark some functions as staticAndrew Burgess
2021-02-08sim/rx: fix an issue where we try to modify a const stringAndrew Burgess
2021-02-08sim/rx: define sim_memory_mapAndrew Burgess
2021-01-01Update copyright year range in all GDB filesJoel Brobecker
2020-01-01Update copyright year range in all GDB files.Joel Brobecker
2019-09-19bfd_section_* macrosAlan Modra
2019-01-01Update copyright year range in all GDB files.Joel Brobecker
2018-01-02Update copyright year range in all GDB filesJoel Brobecker
2017-01-01update copyright year range in GDB filesJoel Brobecker
2016-01-06sim: sim_{create_inferior,open,parse_args}: constify argv/env slightlyMike Frysinger
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker
2015-01-15Build failure in sim/rx/gdb-if.c on windowsJoel Brobecker
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker
2014-03-10sim: constify arg to sim_do_commandMike Frysinger
2014-03-05sim: constify prog_nameMike Frysinger
2014-02-17 Revise signal mapping function in GDB interface for RX sim.Kevin Buettner
2014-01-01Update Copyright year range in all files maintained by GDB.Joel Brobecker
2013-03-15gdb:Steve Ellcey
2013-01-01Update years in copyright notice for the GDB files.Joel Brobecker
2012-05-24gdb/Pedro Alves
2012-03-03Update rx sim so that it'll print load statistics.Kevin Buettner
2012-01-04Copyright year update in most files of the GDB Project.Joel Brobecker
2011-04-16sim: add sim_complete_command stubs for non-common-using portsMike Frysinger
2011-01-11http://sourceware.org/ml/gdb-patches/2010-11/msg00112.htmlAndrew Burgess
2011-01-01run copyright.sh for 2011.Joel Brobecker
2010-09-23 * fpu.c, gdb-if.c, load.c, misc.c, syscalls.c (config.h): Include.Kevin Buettner
2010-07-29[include/opcode]DJ Delorie
2010-07-07 * gdb-if.c (sim_store_register): Add case for sim_rx_acc_regnum.Kevin Buettner
2010-06-24Add "acc" register. Revise register order and names.Kevin Buettner
2010-05-28Revert accidentally committed changes that aren't ready yet.Kevin Buettner
2010-05-28 * gdb-if.c (sim_do_command): Add a "sim verbose noisy" command.Kevin Buettner
2010-04-14sim: constify sim_write source buffer (part 2)Mike Frysinger
2010-01-01Update copyright notices to add year 2010.Joel Brobecker
2009-11-24[sim]DJ Delorie