Ignore more patterns of text that GDB throws at us after a 'file' command.
commit8f49a9d3916dc31a0a929da2af77bc622155909f
authorWolfgang Bauer <wbauer@tmo.at>
Wed, 17 Apr 2013 18:24:42 +0000 (17 20:24 +0200)
committerJohannes Sixt <j6t@kdbg.org>
Wed, 17 Apr 2013 18:24:42 +0000 (17 20:24 +0200)
treea517d6da337075325e6a50f8bca811e2935be215
parentae0350f7911222de792258ea1eeaef1ece2f6c3d
Ignore more patterns of text that GDB throws at us after a 'file' command.

Different vintages of GDB reply with different text to a 'file' command.
Add a few patterns discovered with OpenSUSE's GDB.
kdbg/gdbdriver.cpp