Fix parsing of the thread list.
commit449e95b9b2bbcf51e4bed13db6eff0ebf4aa4596
authorJohannes Sixt <j6t@kdbg.org>
Thu, 6 Oct 2011 20:44:03 +0000 (6 22:44 +0200)
committerJohannes Sixt <j6t@kdbg.org>
Thu, 6 Oct 2011 20:44:03 +0000 (6 22:44 +0200)
tree46a545fa1c800afada232fef86f6bac471fc8cf2
parent28c830aa366ff1f648de04b69b001bebc829f1e7
Fix parsing of the thread list.

Newer GDBs format the thread list in a different manner. Unfortunately,
the format is not the same on all configurations, therefore, some
heuristics is applied to distinguish the thread ID from the stack frame
information.
kdbg/gdbdriver.cpp