summaryrefslogtreecommitdiff
path: root/sim/mn10300/interp.c
AgeCommit message (Expand)Author
2016-01-06sim: sim_{create_inferior,open,parse_args}: constify argv/env slightlyMike Frysinger
2016-01-03sim: parse_args: display getopt error ourselvesMike Frysinger
2015-12-30sim: arm/d10v/h8300/m68hc11/microblaze/mips/mn10300/moxie/sh/v850: convert to...Mike Frysinger
2015-11-22sim: mn10300: drop global callback handleMike Frysinger
2015-11-15sim: sim-close: unify sim_close logicMike Frysinger
2015-06-11sim: mn10300: delete unused memory codeMike Frysinger
2015-06-11sim: mn10300: add missing static markingsMike Frysinger
2015-06-11sim: mn10300: delete unused exception/exited/debug stateMike Frysinger
2015-06-11sim: m68hc11/mn10300/v850: delete redundant INLINE definesMike Frysinger
2015-04-17sim: replace CIA_{GET,SET} with CPU_PC_{GET,SET}Mike Frysinger
2015-04-13sim: mn10300: convert to sim-cpuMike Frysinger
2015-03-24sim: m68hc11/mips/mn10300/v850: add basic sim_pc_getMike Frysinger
2012-06-17 * interp.c: Include config.h first. Do not include sysdep.h.Hans-Peter Nilsson
2012-02-16Update sim_fetch_register, sim_store_register for sh and mn10300.Kevin Buettner
2011-07-05sim: start a unified sim_do_commandMike Frysinger
2011-01-11http://sourceware.org/ml/gdb-patches/2010-11/msg00112.htmlAndrew Burgess
2004-06-262000-08-07 Graham Stott <grahams@cygnus.co.uk>Alexandre Oliva
2004-06-26* interp.c, mn10300_sim.h, op_utils.c: Convert function prototypesAlexandre Oliva
2004-06-26* configure.in: Use common simulator always. Don't subst sim_genAlexandre Oliva
2003-02-27Index: arm/ChangeLogAndrew Cagney
1999-07-19import gdb-1999-07-19 snapshotJason Molenda
1999-04-26import gdb-19990422 snapshotStan Shebs
1999-04-16Initial creation of sourceware repositoryStan Shebs
1999-04-16Initial creation of sourceware repositoryStan Shebs
1998-12-30* eCos->devo merge; am30 sanitization tags removedFrank Ch. Eigler
1998-06-19Fri Jun 19 11:59:26 1998 Joyce Janczyn <janczyn@cygnus.com>Joyce Janczyn
1998-06-18Thu June 18 14:37:14 1998 Joyce Janczyn <janczyn@cygnus.com>Joyce Janczyn
1998-06-08 * interp.c: (mn10300_option_handler): New function parses argumentsJoyce Janczyn
1998-03-27Add sanitize-am30 markers. Keep details of AM30 implementation ofAndrew Cagney
1998-03-25* interp.c (sim_open): Create second 1mb memory region at 0x40000000.Andrew Cagney
1998-03-25Pacify GCC.Andrew Cagney
1998-03-24Add code to support building mn10300 simulator with the common simulatorJoyce Janczyn
1997-08-26Flush defunct sim_kill.Andrew Cagney
1997-08-25Add ABFD argument to sim_open call. Pass through to sim_config soAndrew Cagney
1997-05-22 * interp.c (sim_resume): Add missing case in big switchJeff Law
1997-05-20 * interp.c: Replace all references to load_mem and store_memJeff Law
1997-05-19 * interp.c (dispatch): Make this an inline function.Jeff Law
1997-05-18 * interp.c (load_mem_big): Remove function. It's now a macroJeff Law
1997-05-16 * interp.c (load_mem): If we get a load from an out of rangeJeff Law
1997-05-06 * interp.c: Improve hashing routine to avoid long listJeff Law
1997-04-17 * Makefile.in (SIM_OBJS): Add sim-load.o.David Edelsohn
1996-12-06 * interp.c: Delete unused global variable "OP".Jeff Law
1996-12-06 * gencode.c (write_header): Add "insn" and "extension" argumentsJeff Law
1996-11-25 * Makefile.in, config.in, configure, configure.in: New files.Jeff Law