mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-24 12:23:31 +08:00
* gdb.base/source.exp: Use correct line number.
This commit is contained in:
@ -1,3 +1,7 @@
|
||||
2010-01-07 Tom Tromey <tromey@redhat.com>
|
||||
|
||||
* gdb.base/source.exp: Use correct line number.
|
||||
|
||||
2010-01-05 Stan Shebs <stan@codesourcery.com>
|
||||
|
||||
* gdb.trace/tracecmd.exp: Test ftrace.
|
||||
|
@ -32,7 +32,7 @@ set binfile ${objdir}/${subdir}/${testfile}
|
||||
gdb_start
|
||||
|
||||
gdb_test "source ${srcdir}/${subdir}/source-error.gdb" \
|
||||
"source-error.gdb:22: Error in sourced command file:\[\r\n\]*Cannot access memory at address 0x0.*" \
|
||||
"source-error.gdb:21: Error in sourced command file:\[\r\n\]*Cannot access memory at address 0x0.*" \
|
||||
"script contains error"
|
||||
|
||||
gdb_exit
|
||||
|
Reference in New Issue
Block a user