mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-23 03:29:47 +08:00
2008-12-16 Christophe Lyon <christophe.lyon@st.com>
* gdb.base/expand-psymtabs.c: Insert code in foo so that the compiler actually generate code at the expected line number.
This commit is contained in:
@ -1,3 +1,8 @@
|
|||||||
|
2008-12-16 Christophe Lyon <christophe.lyon@st.com>
|
||||||
|
|
||||||
|
* gdb.base/expand-psymtabs.c: Insert code in foo so that the
|
||||||
|
compiler actually generate code at the expected line number.
|
||||||
|
|
||||||
2008-12-15 Jie Zhang <jie.zhang@analog.com>
|
2008-12-15 Jie Zhang <jie.zhang@analog.com>
|
||||||
|
|
||||||
* gdb.base/consecutive.exp: Don't use global in gdb_expect.
|
* gdb.base/consecutive.exp: Don't use global in gdb_expect.
|
||||||
|
@ -26,10 +26,15 @@ main (void)
|
|||||||
}
|
}
|
||||||
|
|
||||||
#else
|
#else
|
||||||
|
void
|
||||||
|
bar (void)
|
||||||
|
{
|
||||||
|
}
|
||||||
|
|
||||||
void
|
void
|
||||||
foo (void)
|
foo (void)
|
||||||
{
|
{
|
||||||
/* Break here */
|
bar(); /* Break here */
|
||||||
}
|
}
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user