summaryrefslogtreecommitdiff
path: root/sim/m32r/sim-if.c
Commit message (Expand)AuthorAgeFilesLines
* sim: cgen: move cgen_cpu_max_extra_bytes logic into the common codeMike Frysinger2021-04-121-1/+1
* Do not use old-style definitions in simTom Tromey2021-04-081-10/+4
* sim: watchpoints: use common sim_pc_getMike Frysinger2021-02-061-8/+0
* sim: watchpoints: change sizeof_pc to sizeof(sim_cia)Mike Frysinger2021-01-301-1/+0
* sim: clean up C11 header includesMike Frysinger2021-01-111-8/+0
* Update copyright year range in all GDB filesJoel Brobecker2021-01-011-1/+1
* Update copyright year range in all GDB files.Joel Brobecker2020-01-011-1/+1
* Update copyright year range in all GDB files.Joel Brobecker2019-01-011-1/+1
* Update copyright year range in all GDB filesJoel Brobecker2018-01-021-1/+1
* update copyright year range in GDB filesJoel Brobecker2017-01-011-1/+1
* sim: sim_{create_inferior,open,parse_args}: constify argv/env slightlyMike Frysinger2016-01-061-3/+3
* sim: parse_args: display getopt error ourselvesMike Frysinger2016-01-031-3/+1
* sim: iq2000/m32r/lm32/sh64: delete dead option codeMike Frysinger2016-01-021-8/+0
* sim: delete dead current_state globalsMike Frysinger2016-01-021-8/+0
* GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker2016-01-011-1/+1
* sim: standardize sim_create_inferior handling of argv a bit moreMike Frysinger2015-12-261-4/+9
* sim: m32r: migrate from WITH_DEVICES to WITH_HWMike Frysinger2015-12-251-10/+6
* sim: sim-close: unify sim_close logicMike Frysinger2015-11-151-9/+0
* sim: m32r: drop duplicate dv_sockser_install callMike Frysinger2015-03-241-8/+0
* Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker2015-01-011-1/+1
* Update Copyright year range in all files maintained by GDB.Joel Brobecker2014-01-011-1/+1
* Update years in copyright notice for the GDB files.Joel Brobecker2013-01-011-2/+1
* Copyright year update in most files of the GDB Project.Joel Brobecker2012-01-041-2/+2
* sim: start a unified sim_do_commandMike Frysinger2011-07-051-48/+0
* run copyright.sh for 2011.Joel Brobecker2011-01-011-1/+1
* Update copyright notices to add year 2010.Joel Brobecker2010-01-011-1/+1
* Update the copyright notice of some of the files I missedJoel Brobecker2009-01-141-1/+1
* Updated copyright notices for most files.Daniel Jacobowitz2008-01-011-1/+1
* Switch the license of all files explicitly copyright the FSFJoel Brobecker2007-08-241-5/+4
* Copyright updates for 2007.Daniel Jacobowitz2007-01-091-1/+2
* Add support for m32r-linux target, including a RELA ABI and PIC.Nick Clifton2003-12-191-0/+7
* Add support for the m32r2 processorNick Clifton2003-12-111-14/+21
* More reversion of incomplete m32r changes. Should be back to normal.Andrew Cagney2003-12-071-10/+0
* Revert last commit, build problems.Andrew Cagney2003-12-071-0/+5
* 2003-12-02 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>Andrew Cagney2003-12-071-0/+5
* Index: arm/ChangeLogAndrew Cagney2003-02-271-2/+2
* import gdb-1999-10-11 snapshotJason Molenda1999-10-121-0/+5
* import gdb-19990422 snapshotStan Shebs1999-04-261-2/+2
* Initial creation of sourceware repositorygdb-4_18-branchpointStan Shebs1999-04-161-0/+287
* Initial creation of sourceware repositoryStan Shebs1999-04-161-286/+0
* * Makefile.in (MAIN_INCLUDE_DEPS): Delete.Doug Evans1999-01-061-46/+21
* * sim-if.c (sim_do_command): Handle "sim info reg {bbpsw,bbpc}".Doug Evans1998-10-281-152/+61
* * Makefile.in (INCLUDE_DEPS): Add include/opcode/cgen.h.Doug Evans1998-08-031-110/+14
* * sim-if.c (do_trap): Treat traps 2-15 as hardware does.Doug Evans1998-05-191-2/+4
* * sim-if.c (sim_stop): Update call to @cpu@_engine_stop.Doug Evans1998-05-161-126/+132
* Add generic sim-info.c:sim_info() function using module mechanism.Andrew Cagney1998-02-281-14/+161
* For sim_fetch_register / sim_store_register: Add LENGTH parameter,Andrew Cagney1998-02-171-130/+182
* o Add modulo argument to sim_core_attachAndrew Cagney1997-09-041-1/+1
* Add ABFD argument to sim_create_inferior. Document.Andrew Cagney1997-08-271-24/+6
* Flush defunct sim_kill.Andrew Cagney1997-08-261-7/+0