Blame SOURCES/gdb-6.8-bz457187-largefile-test.patch

2c2fa1
--- /dev/null	2009-04-19 14:49:00.974648389 +0200
2c2fa1
+++ gdb-6.8/gdb/testsuite/gdb.arch/i386-biarch-core.exp	2009-04-19 16:30:12.000000000 +0200
2c2fa1
@@ -0,0 +1,61 @@
2c2fa1
+# This testcase is part of GDB, the GNU debugger.
2c2fa1
+
2c2fa1
+# Copyright 2009 Free Software Foundation, Inc.
2c2fa1
+
2c2fa1
+# This program is free software; you can redistribute it and/or modify
2c2fa1
+# it under the terms of the GNU General Public License as published by
2c2fa1
+# the Free Software Foundation; either version 2 of the License, or
2c2fa1
+# (at your option) any later version.
2c2fa1
+#
2c2fa1
+# This program is distributed in the hope that it will be useful,
2c2fa1
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
2c2fa1
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
2c2fa1
+# GNU General Public License for more details.
2c2fa1
+#
2c2fa1
+# You should have received a copy of the GNU General Public License
2c2fa1
+# along with this program; if not, write to the Free Software
2c2fa1
+# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  
2c2fa1
+
2c2fa1
+# Test ability to load an elf64-i386 core file.  The provided core file was
2c2fa1
+# elf64-x8664 one but it got binary patched to i386:
2c2fa1
+# Elf32_Ehdr.e_machine @0x12..0x13
2c2fa1
+# Elf64_Ehdr.e_machine @0x12..0x13
2c2fa1
+# #define EM_386           3              /* Intel 80386 */
2c2fa1
+# #define EM_X86_64       62              /* AMD x86-64 architecture */
2c2fa1
+# patch @0x12: 0x3E -> 0x03
2c2fa1
+
2c2fa1
+if { ![istarget "i?86-*-*"] && ![istarget "x86_64-*-*"] } then {
2c2fa1
+    verbose "Skipping i386-biarch-core test."
2c2fa1
+    return
2c2fa1
+}
2c2fa1
+
2c2fa1
+set testfile "i386-biarch-core"
2c2fa1
+set corebz2uufile ${srcdir}/${subdir}/${testfile}.core.bz2.uu
2c2fa1
+set corefile ${objdir}/${subdir}/${testfile}.core
2c2fa1
+# Entry point of the original executable.
2c2fa1
+set address 0x400078
2c2fa1
+
2c2fa1
+if {[catch "system \"uudecode -o - ${corebz2uufile} | bzip2 -dc >${corefile}\""] != 0} {
2c2fa1
+    untested "failed uudecode or bzip2"
2c2fa1
+    return -1
2c2fa1
+}
2c2fa1
+file stat ${corefile} corestat
2c2fa1
+if {$corestat(size) != 102400} {
2c2fa1
+    untested "uudecode or bzip2 produce invalid result"
2c2fa1
+    return -1
2c2fa1
+}
2c2fa1
+
2c2fa1
+gdb_exit
2c2fa1
+gdb_start
2c2fa1
+gdb_reinitialize_dir $srcdir/$subdir
2c2fa1
+
2c2fa1
+# Wrongly built GDB complains by:
2c2fa1
+# "..." is not a core dump: File format not recognized
2c2fa1
+# As the provided test core has 64bit PRSTATUS i386 built GDB cannot parse it.
2c2fa1
+# This is just a problem of the test care, real-world elf64-i386 file will have
2c2fa1
+# 32bit PRSTATUS.  One cannot prepare elf64-i386 core file from elf32-i386 by
2c2fa1
+# objcopy as it corrupts the core file beyond all recognition.
2c2fa1
+# "\r\nCore was generated by `\[^\r\n\]*'\\.\r\nProgram terminated with signal 11, Segmentation fault\\.\r\n.*"
2c2fa1
+gdb_test "core-file ${corefile}"
2c2fa1
+
2c2fa1
+gdb_test "x/i $address" "\r\n\[ \t\]*$address:\[ \t\]*hlt\[ \t\]*" ".text is readable"
2c2fa1
--- /dev/null	2009-04-19 14:49:00.974648389 +0200
2c2fa1
+++ gdb-6.8/gdb/testsuite/gdb.arch/i386-biarch-core.S	2009-04-19 14:52:28.000000000 +0200
2c2fa1
@@ -0,0 +1,22 @@
2c2fa1
+/* This testcase is part of GDB, the GNU debugger.
2c2fa1
+
2c2fa1
+   Copyright 2009 Free Software Foundation, Inc.
2c2fa1
+  
2c2fa1
+   This program is free software; you can redistribute it and/or modify
2c2fa1
+   it under the terms of the GNU General Public License as published by
2c2fa1
+   the Free Software Foundation; either version 2 of the License, or
2c2fa1
+   (at your option) any later version.
2c2fa1
+  
2c2fa1
+   This program is distributed in the hope that it will be useful,
2c2fa1
+   but WITHOUT ANY WARRANTY; without even the implied warranty of
2c2fa1
+   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
2c2fa1
+   GNU General Public License for more details.
2c2fa1
+  
2c2fa1
+   You should have received a copy of the GNU General Public License
2c2fa1
+   along with this program; if not, write to the Free Software
2c2fa1
+   Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
2c2fa1
+ */
2c2fa1
+
2c2fa1
+	.globl _start
2c2fa1
+_start:
2c2fa1
+	hlt
2c2fa1
--- /dev/null	2009-04-19 14:49:00.974648389 +0200
2c2fa1
+++ gdb-6.8/gdb/testsuite/gdb.arch/i386-biarch-core.core.bz2.uu	2009-04-19 15:02:12.000000000 +0200
2c2fa1
@@ -0,0 +1,13 @@
2c2fa1
+begin 600 i386-biarch-core.core.bz2
2c2fa1
+M0EIH.3%!629361`P1\P`!)?_____\9'@"8Q)6P380'9@'&#`0D@``"``%(``
2c2fa1
+M@`#`"!<(L`%F"(:$GH13::F-)M&D&U,AD:`--#)M0&FT0XR9--,)D9`P(Q-&
2c2fa1
+M",(-&F``02)%38HT]0T`&AH```'H@``T^>9T*(,("&)SE`>`9@+GP=[,N)KB
2c2fa1
+M'I8BL(L]N5TCY\%V]/?DB.BN*UZ'U@]TN7-]UJ5\_%0QTT<*086#%MHT7XVJ
2c2fa1
+M9D"+C!"2*L:8D1XPD!`--M@*XT1H5RFYN&)(!0P0#:`I:;2;$5M&\*9"0@%:
2c2fa1
+MK@X[T()M)9N7`D$VA!^63)%,;@8LT`(7\K&[7G;U:"B6'!GG+46ALOZF.2F-
2c2fa1
+M!@>C*%86X$-]C2`KE;HG)UL(913VR2G]0BD:J=Z_`G@S,`W%.8RMS-#5P:J0
2c2fa1
+MAJ2\8&X?@DE;UF68QHM<,D`('::J65/S:PAG*R-09["8DBI)'V]Y.[(/AM*L
2c2fa1
+M"X_O^V;%FY.S6Q]FM=D37>5F,%4-F1ZF#,CFJVU;H*^IT<(%
2c2fa1
+/G`68?\7
2c2fa1
+`
2c2fa1
+end