aboutsummaryrefslogtreecommitdiff
path: root/sim/mips/sky-pke.h
diff options
context:
space:
mode:
authorRon Unrau <runrau@cygnus>1998-06-16 20:30:20 +0000
committerRon Unrau <runrau@cygnus>1998-06-16 20:30:20 +0000
commit2905d173c50c7371d7158fda09fbb6ede04acfb0 (patch)
treed65da397c772d1349496df63c37b0c87369231ec /sim/mips/sky-pke.h
parentd80e0c96ef6be8349b9adbd7fe4e18874eb70d7c (diff)
downloadgdb-2905d173c50c7371d7158fda09fbb6ede04acfb0.zip
gdb-2905d173c50c7371d7158fda09fbb6ede04acfb0.tar.gz
gdb-2905d173c50c7371d7158fda09fbb6ede04acfb0.tar.bz2
* sky-pke.c(read_pke_pc): return source address of current pc
* sky-pke.c(read_pke_pcx): return index of current pc * sky-pke.h: export read_pke_pcx * interp.c(sim_fetch_registers): read pke pc/pcx * sky-libvpe.c: track name change from GDB * sim-main.h: add vif memory based pc - extend gdb comm area for fifo breakpoints - define SIM_ENGINE_RESTART_HOOK * sky-gdb.c: add support for VIF breakpoints
Diffstat (limited to 'sim/mips/sky-pke.h')
-rw-r--r--sim/mips/sky-pke.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sim/mips/sky-pke.h b/sim/mips/sky-pke.h
index a24e772..9be4f2f 100644
--- a/sim/mips/sky-pke.h
+++ b/sim/mips/sky-pke.h
@@ -421,6 +421,7 @@ extern struct pke_device pke1_device;
int read_pke_reg (struct pke_device *device, int regno, void *buf);
int write_pke_reg (struct pke_device *device, int regno, const void *buf);
int read_pke_pc (struct pke_device *device, void *buf);
+int read_pke_pcx (struct pke_device *device, void *buf);
/* Flags for PKE.flags */