Change v850 break-point instruction to loop. Get around lack of 16
authorAndrew Cagney <cagney@redhat.com>
Wed, 17 May 2000 06:51:28 +0000 (06:51 +0000)
committerAndrew Cagney <cagney@redhat.com>
Wed, 17 May 2000 06:51:28 +0000 (06:51 +0000)
bit breakpoint.

gdb/ChangeLog
gdb/config/v850/tm-v850.h

index df2b8fb5519093f1b64f78e4d1aa706326bfd6d6..07e67eb3936cf30af8a0edb5619beb94c13e85ec 100644 (file)
@@ -1,3 +1,10 @@
+Wed May 17 16:48:36 2000  Andrew Cagney  <cagney@b1.cygnus.com>
+
+       From 2000-04-14 Gary Thomas <gthomas@redhat.com>:
+       * config/v850/tm-v850.h: Change breakpoint sequence to be
+       'br *' since there is no 16bit "illegal" instruction on this
+       processor.
+
 Tue May 16 18:57:14 2000  Andrew Cagney  <cagney@b1.cygnus.com>
 
        * TODO: Review.  Delete anything that is no longer applicable.
index 256606a96c706912d3f1deb7e22f25b304eff6a3..05edaff5df1460952f32af20bd4ae276fc64fa3a 100644 (file)
@@ -82,7 +82,7 @@ extern char **v850_register_names;
 
 #define MAX_REGISTER_VIRTUAL_SIZE 4
 
-#define BREAKPOINT {0x40, 0xF8}        /* little-ended */
+#define BREAKPOINT {0x85, 0x05} /* little-ended */
 
 #define FUNCTION_START_OFFSET 0