Fix test step-and-next-inline.cc
authorCarl Love <cel@us.ibm.com>
Wed, 13 Oct 2021 22:32:06 +0000 (22:32 +0000)
committerCarl Love <cel@us.ibm.com>
Thu, 21 Oct 2021 15:16:52 +0000 (10:16 -0500)
commite3e4224e79906a518a1446049de9924a60d05e7c
tree78d511517c0e978d40b9da6bfe0d571e7a64c4f8
parent4d1795ac4dda0f824eae9fd3f810aeb80a993245
Fix test step-and-next-inline.cc

The test expect the runto_main to stop at the first line of the function.
Depending on the optimization level, gdb may stop in the prolog or after
the prolog at the first line.  To ensure the test stops at the first line
of main, have it explicitly stop at a break point on the first line of the
function.

On PowerPC, the test passes when compiled with no optimization but fails
with all levels of optimization due to gdb stopping in the prolog.
gdb/testsuite/gdb.cp/step-and-next-inline.cc
gdb/testsuite/gdb.cp/step-and-next-inline.exp