Fix parsing of disassembly produced by gdb 7.1.
commit5c5f34852d30337ef7c23ef4e88d50ecee1c0703
authorJohannes Sixt <j6t@kdbg.org>
Mon, 27 Dec 2010 19:58:39 +0000 (27 20:58 +0100)
committerJohannes Sixt <j6t@kdbg.org>
Mon, 27 Dec 2010 19:58:39 +0000 (27 20:58 +0100)
tree530982a0b36712ec41bb3fd47192617089ec3707
parent03da8a5ec97c8c7b125b2bd453d2f1c3a018d477
Fix parsing of disassembly produced by gdb 7.1.

Since gdb 7.1, the address does not start at the beginning of a line, and
it can be prefixed by a pointer => that indicates the current instruction.
kdbg/gdbdriver.cpp