mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-19 00:59:15 +08:00
* gdb.base/break.exp: Revert last patch.
This commit is contained in:
@ -1,3 +1,7 @@
|
|||||||
|
2003-04-05 Stephane Carrez <stcarrez@nerim.fr>
|
||||||
|
|
||||||
|
* gdb.base/break.exp: Revert last patch.
|
||||||
|
|
||||||
2003-04-04 Stephane Carrez <stcarrez@nerim.fr>
|
2003-04-04 Stephane Carrez <stcarrez@nerim.fr>
|
||||||
|
|
||||||
* gdb.base/break.exp: marker4() is defined at line 46 when compiled
|
* gdb.base/break.exp: marker4() is defined at line 46 when compiled
|
||||||
|
@ -914,10 +914,6 @@ gdb_expect {
|
|||||||
-re "Breakpoint $decimal, $hex in marker4 \\(d=177601976\\) at .*$srcfile:51\[\r\n\]+51\[\t \]+void marker4.*" {
|
-re "Breakpoint $decimal, $hex in marker4 \\(d=177601976\\) at .*$srcfile:51\[\r\n\]+51\[\t \]+void marker4.*" {
|
||||||
pass "run until breakpoint set at small function, optimized file"
|
pass "run until breakpoint set at small function, optimized file"
|
||||||
}
|
}
|
||||||
# marker4() is defined at line 46 when compiled with -DPROTOTYPES
|
|
||||||
-re "Breakpoint $decimal, marker4 \\(d=177601976\\) at .*$srcfile:46\[\r\n\]+46\[\t \]+void marker4.*" {
|
|
||||||
pass "run until breakpoint set at small function, optimized file"
|
|
||||||
}
|
|
||||||
-re ".*$gdb_prompt " {
|
-re ".*$gdb_prompt " {
|
||||||
fail "run until breakpoint set at small function, optimized file"
|
fail "run until breakpoint set at small function, optimized file"
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user