aboutsummaryrefslogtreecommitdiff
path: root/gdb/tm-29k.h
diff options
context:
space:
mode:
authorStu Grossman <grossman@cygnus>1992-04-24 06:32:59 +0000
committerStu Grossman <grossman@cygnus>1992-04-24 06:32:59 +0000
commit66a8a9b4d20eb764077fb7d2666b7bb2239fe868 (patch)
tree130d5d9672222e715e83ed20d15f759a07d0bb62 /gdb/tm-29k.h
parent9f756cd8d2ef0bbf4cdc1aa2f46ed6dc13806ca1 (diff)
downloadgdb-66a8a9b4d20eb764077fb7d2666b7bb2239fe868.zip
gdb-66a8a9b4d20eb764077fb7d2666b7bb2239fe868.tar.gz
gdb-66a8a9b4d20eb764077fb7d2666b7bb2239fe868.tar.bz2
* tm-29k.h: Set DECR_PC_AFTER_BREAK to 0, as 29ks have nice
breakpoint instructions that leave PC pointing at the right place.
Diffstat (limited to 'gdb/tm-29k.h')
-rw-r--r--gdb/tm-29k.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/tm-29k.h b/gdb/tm-29k.h
index 73d9638..2718061 100644
--- a/gdb/tm-29k.h
+++ b/gdb/tm-29k.h
@@ -91,7 +91,7 @@ CORE_ADDR skip_prologue ();
This is often the number of bytes in BREAKPOINT
but not always. */
-#define DECR_PC_AFTER_BREAK 4
+#define DECR_PC_AFTER_BREAK 0
/* Nonzero if instruction at PC is a return instruction.
On the 29k, this is a "jmpi l0" instruction. */