Avoid using hardcoded line number to break on.  Use the line_number() utility
function to get the line numbers for breakpoints 1-5 during setUp().

Use a pattern to match the output from both gcc-compiled and clang-compiled binary.

This finishes the conversion of the test suite to avoid hardcoded line numbers
when setting breakpoints with either the lldb command:

    breakpoint set -f filename -l lineno

or the Python API:

    target.BreakpointCreateByLocation(filename, lineno)


git-svn-id: https://llvm.org/svn/llvm-project/llvdb/trunk@116378 91177308-0d34-0410-b5e6-96231b3b80d8
2 files changed