aboutsummaryrefslogtreecommitdiff
path: root/gdb/config/sh/tm-sh.h
diff options
context:
space:
mode:
authorSteve Chamberlain <sac@cygnus>1994-08-04 23:59:24 +0000
committerSteve Chamberlain <sac@cygnus>1994-08-04 23:59:24 +0000
commit7f4b5f94dd2327919ff79bf5d81db9132d63ecf7 (patch)
tree831bf505e6e5d26fd5d9051b6bb19acdf95cbae1 /gdb/config/sh/tm-sh.h
parent7e01f50c14b83a136c8fc28ef9786b2bc4ded492 (diff)
downloadgdb-7f4b5f94dd2327919ff79bf5d81db9132d63ecf7.zip
gdb-7f4b5f94dd2327919ff79bf5d81db9132d63ecf7.tar.gz
gdb-7f4b5f94dd2327919ff79bf5d81db9132d63ecf7.tar.bz2
New file. (stan said I could put it here)
Diffstat (limited to 'gdb/config/sh/tm-sh.h')
-rw-r--r--gdb/config/sh/tm-sh.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gdb/config/sh/tm-sh.h b/gdb/config/sh/tm-sh.h
index 1be1762..d530449 100644
--- a/gdb/config/sh/tm-sh.h
+++ b/gdb/config/sh/tm-sh.h
@@ -61,6 +61,7 @@ extern CORE_ADDR sh_skip_prologue ();
#define BREAKPOINT {0xc3, 0xff} /* 0xc3ff is trapa #ff */
#undef BREAKPOINT
#define BREAKPOINT {0x00, 0x1b} /* SLEEP */
+#define REMOTE_BREAKPOINT { 0xc3, 0x20}
/* If your kernel resets the pc after the trap happens you may need to
define this before including this file. */
@@ -222,3 +223,4 @@ typedef unsigned short INSN_WORD;
#define NOP {0x20, 0x0b}
#define REGISTER_SIZE 4
+