mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-27 06:17:47 +08:00
* gdb.base/break.exp: Do not assume a breakpoint on
main will actually be in $srcfile when optimizing.
This commit is contained in:
@ -1,3 +1,8 @@
|
|||||||
|
2006-05-05 David S. Miller <davem@sunset.davemloft.net>
|
||||||
|
|
||||||
|
* gdb.base/break.exp: Do not assume a breakpoint on
|
||||||
|
main will actually be in $srcfile when optimizing.
|
||||||
|
|
||||||
2006-05-05 Christophe Lyon <christophe.lyon@st.com>
|
2006-05-05 Christophe Lyon <christophe.lyon@st.com>
|
||||||
|
|
||||||
* gdb.cp/m-static.h (class gnu_obj_4): Add dummy member.
|
* gdb.cp/m-static.h (class gnu_obj_4): Add dummy member.
|
||||||
|
@ -887,7 +887,7 @@ if [target_info exists gdb_stub] {
|
|||||||
# test break at function
|
# test break at function
|
||||||
#
|
#
|
||||||
gdb_test "break main" \
|
gdb_test "break main" \
|
||||||
"Breakpoint.*at.* file .*$srcfile, line.*" \
|
"Breakpoint.*at.* file .*, line.*" \
|
||||||
"breakpoint function, optimized file"
|
"breakpoint function, optimized file"
|
||||||
|
|
||||||
#
|
#
|
||||||
|
Reference in New Issue
Block a user