1// input lines 3
2// output till ^BFD     : address
3((WARNING : core size is limited.*
4)*(BFD     : Loading debug .*
5)*)
6BFD     : address 0x[0-9a-f]+ corresponds to location\.cc:112
7// input lines 2
8// output till ^NOTICE
9(WARNING :     Object file (/usr/lib/debug)*/lib/(x86_64-linux-gnu/)*libc-2.[.0-9]*.so does not have debug info.*
10)*
11NOTICE  : called from tst_location_shared:_Z16libcwd_bfd_test2v:location\.cc:112
12BFD     : address 0x[0-9a-f]+ corresponds to location\.cc:120
13NOTICE  : called from tst_location_shared:_Z16libcwd_bfd_test1v:location\.cc:120
14BFD     : address 0x[0-9a-f]+ corresponds to location\.cc:128
15NOTICE  : called from tst_location_shared:_Z15libcwd_bfd_testv:location\.cc:128
16BFD     : address 0x[0-9a-f]+ corresponds to location\.cc:164
17NOTICE  : called from tst_location_shared:main:location\.cc:164
18// input lines 2
19// output till ^BFD     : address
20(BFD     : Loading debug info from /usr/lib/debug/lib/(x86_64-linux-gnu/)*libc-2\.[.0-9]*\.so\.\.\. done
21)*
22// input lines 3
23// output till ^(WARNING|NOTICE  : Program end)
24(BFD     : address 0x[0-9a-f]+ corresponds to .*
25NOTICE  : called from .*
26)*
27// input lines 3
28// output till ^(BFD|NOTICE  : Program end)
29((WARNING : Object file .*/libc-2.[.0-9]*.so does not have debug info.*
30)*NOTICE  : called from libc\.so\.6:__libc_start_main
31)*
32// input lines 5
33// output till ^NOTICE  : Program end
34(BFD     : Warning: Address 0x[0-9a-f]+ in section \.text of object file "[^"]*"
35          does not have a line number, perhaps the unit containing the function
36          `(_*start|__libc_start_main)' wasn't compiled with flag -(g|ggdb)\?
37NOTICE  : called from libc\.so\.6:__libc_start_main
38)*
39NOTICE  : Program end
40