* tm-29k.h: Set DECR_PC_AFTER_BREAK to 0, as 29ks have nice
authorStu Grossman <grossman@cygnus>
Fri, 24 Apr 1992 06:32:59 +0000 (06:32 +0000)
committerStu Grossman <grossman@cygnus>
Fri, 24 Apr 1992 06:32:59 +0000 (06:32 +0000)
breakpoint instructions that leave PC pointing at the right place.

gdb/ChangeLog
gdb/tm-29k.h

index 57796e2dde0357f9734b3359313fb3367887b568..2d814161fee48bc41dcec83ae898bd81974042ab 100644 (file)
@@ -1,5 +1,8 @@
 Thu Apr 23 18:43:17 1992  Fred Fish  (fnf@cygnus.com)
 
+       * tm-29k.h:  Set DECR_PC_AFTER_BREAK to 0, as 29ks have nice
+       breakpoint instructions that leave PC pointing at the right place.
+
        * core.c (core_open):  Call warning() to print warnings.
 
 Wed Apr 22 09:55:42 1992  Stu Grossman  (grossman at cygnus.com)
index 73d9638afece60f7d3aab55da96ffe7d7f3b0eed..2718061b8d36d46c6179f6413c100742d3df424b 100644 (file)
@@ -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.  */
This page took 0.031266 seconds and 4 git commands to generate.