This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[commit/ob] arm wince longjmp target broken


Original value came from a blind copy/paste from arm-linux-tdep.c.
Fixes stepping through longjmp.

Committed as obvious, after a clean testsuite run.

Cheers,
Pedro Alves
Index: ChangeLog
===================================================================
RCS file: /cvs/src/src/gdb/ChangeLog,v
retrieving revision 1.8650
diff -u -p -r1.8650 ChangeLog
--- ChangeLog	23 Aug 2007 20:33:48 -0000	1.8650
+++ ChangeLog	26 Aug 2007 13:41:19 -0000
@@ -1,3 +1,7 @@
+2007-08-26  Pedro Alves  <pedro_alves@portugalmail.pt>
+
+	* arm-wince-tdep.c (ARM_WINCE_JB_PC): Change to 10.
+
 2007-08-23  Joel Brobecker  <brobecker@adacore.com>
 
 	* Makefile.in (copying.c): Use the top-level COPYING3 as the file
Index: arm-wince-tdep.c
===================================================================
RCS file: /cvs/src/src/gdb/arm-wince-tdep.c,v
retrieving revision 1.4
diff -u -p -r1.4 arm-wince-tdep.c
--- arm-wince-tdep.c	23 Aug 2007 18:08:26 -0000	1.4
+++ arm-wince-tdep.c	26 Aug 2007 13:41:19 -0000
@@ -32,7 +32,7 @@ static const char arm_wince_thumb_le_bre
 
 /* Description of the longjmp buffer.  */
 #define ARM_WINCE_JB_ELEMENT_SIZE	INT_REGISTER_SIZE
-#define ARM_WINCE_JB_PC			21
+#define ARM_WINCE_JB_PC			10
 
 static void
 arm_wince_init_abi (struct gdbarch_info info, struct gdbarch *gdbarch)

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]