mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-24 12:23:31 +08:00
i386-biarch-core.exp: Fix comment typo
gdb/testsuite/ChangeLog 2015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com> * gdb.arch/i386-biarch-core.exp: Fix comment typo.
This commit is contained in:
@ -1,3 +1,7 @@
|
|||||||
|
2015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
|
||||||
|
|
||||||
|
* gdb.arch/i386-biarch-core.exp: Fix comment typo.
|
||||||
|
|
||||||
2015-07-14 Pedro Alves <palves@redhat.com>
|
2015-07-14 Pedro Alves <palves@redhat.com>
|
||||||
|
|
||||||
* gdb.base/killed-outside.exp: New file.
|
* gdb.base/killed-outside.exp: New file.
|
||||||
|
@ -50,7 +50,7 @@ gdb_reinitialize_dir $srcdir/$subdir
|
|||||||
# Wrongly built GDB complains by:
|
# Wrongly built GDB complains by:
|
||||||
# "..." is not a core dump: File format not recognized
|
# "..." is not a core dump: File format not recognized
|
||||||
# As the provided test core has 64bit PRSTATUS i386 built GDB cannot parse it.
|
# As the provided test core has 64bit PRSTATUS i386 built GDB cannot parse it.
|
||||||
# This is just a problem of the test care, real-world elf64-i386 file will have
|
# This is just a problem of the test case, real-world elf64-i386 file will have
|
||||||
# 32bit PRSTATUS. One cannot prepare elf64-i386 core file from elf32-i386 by
|
# 32bit PRSTATUS. One cannot prepare elf64-i386 core file from elf32-i386 by
|
||||||
# objcopy as it corrupts the core file beyond all recognition.
|
# objcopy as it corrupts the core file beyond all recognition.
|
||||||
gdb_test "core-file ${corefile}" "\r\nwarning: Unexpected size of section `\\.reg/6901' in core file\\.\r\n.*Core was generated by `\[^\r\n\]*'\\.\r\nProgram terminated with signal SIGSEGV, Segmentation fault\\.\r\n.*" "core-file"
|
gdb_test "core-file ${corefile}" "\r\nwarning: Unexpected size of section `\\.reg/6901' in core file\\.\r\n.*Core was generated by `\[^\r\n\]*'\\.\r\nProgram terminated with signal SIGSEGV, Segmentation fault\\.\r\n.*" "core-file"
|
||||||
|
Reference in New Issue
Block a user