aboutsummaryrefslogtreecommitdiff
path: root/sim/m68hc11
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2015-03-24 02:41:51 -0400
committerMike Frysinger <vapier@gentoo.org>2015-03-24 02:43:42 -0400
commit05f53ed611f0f7442f2b3a12b2829a18db6c2b59 (patch)
treea3e98a71c3528211ab703b7dfc43232423cdeab6 /sim/m68hc11
parent282c9750306eb544f65cfed5665eee2b84c7c770 (diff)
downloadgdb-05f53ed611f0f7442f2b3a12b2829a18db6c2b59.zip
gdb-05f53ed611f0f7442f2b3a12b2829a18db6c2b59.tar.gz
gdb-05f53ed611f0f7442f2b3a12b2829a18db6c2b59.tar.bz2
sim: m68hc11/mips/mn10300/v850: add basic sim_pc_get
The previous profile change broke these sims that use sim-profile but not sim-cpu (due to missing model support). Add simple funcs until we can convert these over properly.
Diffstat (limited to 'sim/m68hc11')
-rw-r--r--sim/m68hc11/ChangeLog4
-rw-r--r--sim/m68hc11/interp.c6
2 files changed, 10 insertions, 0 deletions
diff --git a/sim/m68hc11/ChangeLog b/sim/m68hc11/ChangeLog
index e311bc9..db46251 100644
--- a/sim/m68hc11/ChangeLog
+++ b/sim/m68hc11/ChangeLog
@@ -1,5 +1,9 @@
2015-03-24 Mike Frysinger <vapier@gentoo.org>
+ * interp.c (sim_pc_get): New function.
+
+2015-03-24 Mike Frysinger <vapier@gentoo.org>
+
* compile.c (sim_set_profile, sim_set_profile_size, sim_set_callbacks,
sim_size, sim_trace): Delete.
* sim-main.h (sim_set_profile, sim_set_profile_size): Delete.
diff --git a/sim/m68hc11/interp.c b/sim/m68hc11/interp.c
index 77aebcb..3100659 100644
--- a/sim/m68hc11/interp.c
+++ b/sim/m68hc11/interp.c
@@ -679,6 +679,12 @@ sim_store_register (SIM_DESC sd, int rn, unsigned char *memory, int length)
return 2;
}
+sim_cia
+sim_pc_get (sim_cpu *cpu)
+{
+ return CIA_GET (cpu);
+}
+
/* Halt the simulator after just one instruction */
static void