mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-07-04 12:31:38 +08:00
* gdb.trace/backtrace.exp: Fix a typo.
* gdb.trace/circ.exp: Likewise. * gdb.trace/collection.exp: Likewise. * gdb.trace/limits.exp: Likewise. * gdb.trace/report.exp: Likewise. * gdb.trace/tfind.exp: Likewise. * gdb.trace/while-dyn.exp: Likewise.
This commit is contained in:
@ -1,3 +1,13 @@
|
|||||||
|
2007-11-22 Maciej W. Rozycki <macro@mips.com>
|
||||||
|
|
||||||
|
* gdb.trace/backtrace.exp: Fix a typo.
|
||||||
|
* gdb.trace/circ.exp: Likewise.
|
||||||
|
* gdb.trace/collection.exp: Likewise.
|
||||||
|
* gdb.trace/limits.exp: Likewise.
|
||||||
|
* gdb.trace/report.exp: Likewise.
|
||||||
|
* gdb.trace/tfind.exp: Likewise.
|
||||||
|
* gdb.trace/while-dyn.exp: Likewise.
|
||||||
|
|
||||||
2007-11-21 Nick Roberts <nickrob@snap.net.nz>
|
2007-11-21 Nick Roberts <nickrob@snap.net.nz>
|
||||||
|
|
||||||
* gdb.mi/mi2-var-child.exp, gdb.mi/mi-var-child.exp: Variables
|
* gdb.mi/mi2-var-child.exp, gdb.mi/mi-var-child.exp: Variables
|
||||||
|
@ -68,7 +68,7 @@ gdb_reinitialize_dir $srcdir/$subdir
|
|||||||
# We generously give ourselves one "pass" if we successfully
|
# We generously give ourselves one "pass" if we successfully
|
||||||
# detect that this test cannot be run on this target!
|
# detect that this test cannot be run on this target!
|
||||||
if { ![gdb_target_supports_trace] } then {
|
if { ![gdb_target_supports_trace] } then {
|
||||||
pass "Current target does not supporst trace"
|
pass "Current target does not support trace"
|
||||||
return 1;
|
return 1;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
@ -121,7 +121,7 @@ proc gdb_trace_circular_tests { } {
|
|||||||
# We generously give ourselves one "pass" if we successfully
|
# We generously give ourselves one "pass" if we successfully
|
||||||
# detect that this test cannot be run on this target!
|
# detect that this test cannot be run on this target!
|
||||||
if { ![gdb_target_supports_trace] } then {
|
if { ![gdb_target_supports_trace] } then {
|
||||||
pass "Current target does not supporst trace"
|
pass "Current target does not support trace"
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -502,7 +502,7 @@ proc gdb_trace_collection_test { } {
|
|||||||
# We generously give ourselves one "pass" if we successfully
|
# We generously give ourselves one "pass" if we successfully
|
||||||
# detect that this test cannot be run on this target!
|
# detect that this test cannot be run on this target!
|
||||||
if { ![gdb_target_supports_trace] } then {
|
if { ![gdb_target_supports_trace] } then {
|
||||||
pass "Current target does not supporst trace"
|
pass "Current target does not support trace"
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -275,7 +275,7 @@ proc gdb_trace_limits_tests { } {
|
|||||||
# detect that this test cannot be run on this target!
|
# detect that this test cannot be run on this target!
|
||||||
|
|
||||||
if { ![gdb_target_supports_trace] } then {
|
if { ![gdb_target_supports_trace] } then {
|
||||||
pass "Current target does not supporst trace"
|
pass "Current target does not support trace"
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -68,7 +68,7 @@ gdb_reinitialize_dir $srcdir/$subdir
|
|||||||
# We generously give ourselves one "pass" if we successfully
|
# We generously give ourselves one "pass" if we successfully
|
||||||
# detect that this test cannot be run on this target!
|
# detect that this test cannot be run on this target!
|
||||||
if { ![gdb_target_supports_trace] } then {
|
if { ![gdb_target_supports_trace] } then {
|
||||||
pass "Current target does not supporst trace"
|
pass "Current target does not support trace"
|
||||||
return 1;
|
return 1;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
@ -69,7 +69,7 @@ gdb_reinitialize_dir $srcdir/$subdir
|
|||||||
# We generously give ourselves one "pass" if we successfully
|
# We generously give ourselves one "pass" if we successfully
|
||||||
# detect that this test cannot be run on this target!
|
# detect that this test cannot be run on this target!
|
||||||
if { ![gdb_target_supports_trace] } then {
|
if { ![gdb_target_supports_trace] } then {
|
||||||
pass "Current target does not supporst trace"
|
pass "Current target does not support trace"
|
||||||
return 1;
|
return 1;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
@ -69,7 +69,7 @@ gdb_reinitialize_dir $srcdir/$subdir
|
|||||||
# We generously give ourselves one "pass" if we successfully
|
# We generously give ourselves one "pass" if we successfully
|
||||||
# detect that this test cannot be run on this target!
|
# detect that this test cannot be run on this target!
|
||||||
if { ![gdb_target_supports_trace] } then {
|
if { ![gdb_target_supports_trace] } then {
|
||||||
pass "Current target does not supporst trace"
|
pass "Current target does not support trace"
|
||||||
return 1;
|
return 1;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user