aboutsummaryrefslogtreecommitdiff
path: root/sim/common/sim-core.c
AgeCommit message (Expand)AuthorFilesLines
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker1-1/+1
2014-01-01Update Copyright year range in all files maintained by GDB.Joel Brobecker1-1/+1
2013-01-01Update years in copyright notice for the GDB files.Joel Brobecker1-1/+1
2012-01-04Copyright year update in most files of the GDB Project.Joel Brobecker1-1/+1
2011-05-11sim: fix func call style (space before paren)Mike Frysinger1-23/+23
2011-03-15sim: common: trim trailing whitespaceMike Frysinger1-9/+9
2011-02-14sim: punt zfree()Mike Frysinger1-4/+4
2011-01-01run copyright.sh for 2011.Joel Brobecker1-1/+1
2010-11-23sim: cast away hw/device differencesMike Frysinger1-0/+3
2010-03-30sim: change raddr to address_wordMike Frysinger1-2/+2
2010-01-01Update copyright notices to add year 2010.Joel Brobecker1-1/+1
2009-01-14 Update the copyright notice of some of the files I missedJoel Brobecker1-1/+1
2008-01-01 Updated copyright notices for most files.Daniel Jacobowitz1-1/+1
2007-08-24 Switch the license of all files explicitly copyright the FSFJoel Brobecker1-4/+2
2007-01-09Copyright updates for 2007.Daniel Jacobowitz1-1/+1
2003-12-19Add support for m32r-linux target, including a RELA ABI and PIC.Nick Clifton1-0/+19
2002-11-232002-11-22 Andrew Cagney <ac131313@redhat.com>Andrew Cagney1-19/+22
2001-03-16* tweakFrank Ch. Eigler1-3/+3
1999-04-26import gdb-19990422 snapshotStan Shebs1-9/+6
1999-04-16Initial creation of sourceware repositorygdb-4_18-branchpointStan Shebs1-0/+839
1999-04-16Initial creation of sourceware repositoryStan Shebs1-820/+0
1998-06-11 * sim-core.h (SIM_CORE_SIGNAL_FN): New typedef.Doug Evans1-130/+155
1998-03-04 * sim-core.c (sim_core_attach): Use xmalloc instead of zalloc.Doug Evans1-6/+3
1998-03-03Good grief. Detailed function descriptions should accompany their definition.Doug Evans1-11/+1
1998-03-03(sim_core_attach): Add a comment describing its function.Doug Evans1-1/+13
1998-03-02 * sim-core.c (sim_core_attach): Revise last patch.Doug Evans1-1/+4
1998-03-02 * sim-core.c (sim_core_attach): Use xmalloc instead of zalloc.Doug Evans1-2/+3
1998-02-25 (profile_print_core): Simplify by calling sim_core_map_to_str.Doug Evans1-1/+1
1998-02-20Backout of revision 1.35. Abort may be valid operation.Andrew Cagney1-3/+14
1997-11-19 * sim-core.c (sim_core_signal): Use sim_stopped instead ofDoug Evans1-2/+2
1997-11-19 * sim-signal.c, sim-signal.h: New files.Doug Evans1-11/+2
1997-11-18 * sim-core.c (sim_core_signal): Use CIA_ADDR to fetch value.Doug Evans1-3/+1
1997-11-14(sim_core_signal): Add missing "\n" in message.Doug Evans1-4/+7
1997-11-05Rewrite the MIPS simulator's memory model so that it uses the genericAndrew Cagney1-9/+20
1997-10-31Make memory regions layered (just like existing device regions) soAndrew Cagney1-68/+61
1997-10-28Implement sim_core_{read,write}_word using sim_core_{read,write}_<N>.Andrew Cagney1-4/+0
1997-10-27Add 128 bit transfers to sim core.Andrew Cagney1-1/+5
1997-10-14Handle core regions which start at a poorly aligned address.Andrew Cagney1-25/+37
1997-09-10 * sim-core.h (sim_cpu_core): [WITH_XOR_ENDIAN + 1], to avoidFelix Lee1-1/+1
1997-09-05Redo watchpoint code so that it target can specify interrupt names.Andrew Cagney1-3/+7
1997-09-05Define SIGNED64 and UNSIGNED64 macros - handle MSC/GCC LL issue.Andrew Cagney1-1/+1
1997-09-04o Add modulo argument to sim_core_attachAndrew Cagney1-125/+224
1997-09-03Stanify error reporting memory overlaps.Andrew Cagney1-8/+23
1997-08-30Passify GCC. Convert 0x0LL to something more portable in the FP code.Andrew Cagney1-55/+199
1997-05-23Preliminary suport for xor-endian suport in core module.Andrew Cagney1-19/+58
1997-05-21Watchpoint interface.Andrew Cagney1-15/+49
1997-05-12c80 simulator fixes.Andrew Cagney1-1/+1
1997-05-05Start of implementation of a distributed (between processors)Andrew Cagney1-31/+52
1997-05-02Update devo version of m32r sim to build with recent sim/common changes.Andrew Cagney1-8/+24
1997-05-01 * Makefile.in (sim-options_h): Define.David Edelsohn1-57/+83