debuginfo: Make limited-debuginfo test case more robust against GDB output variations.

Fixes issue #12787.
This commit is contained in:
Michael Woerister 2014-03-14 18:23:45 +01:00
parent 2585803ec1
commit de03900464

View File

@ -14,10 +14,10 @@
// Make sure functions have proper names
// debugger:info functions
// check:static void [...]main();
// check:static void [...]some_function();
// check:static void [...]some_other_function();
// check:static void [...]zzz();
// check:[...]void[...]main([...]);
// check:[...]void[...]some_function([...]);
// check:[...]void[...]some_other_function([...]);
// check:[...]void[...]zzz([...]);
// debugger:rbreak zzz
// debugger:run