Use QByteArray to manage gdb output.
commit6850592afb0c021212a61de375409457948eb807
authorJohannes Sixt <j6t@kdbg.org>
Tue, 5 Oct 2010 20:13:26 +0000 (5 22:13 +0200)
committerJohannes Sixt <j6t@kdbg.org>
Wed, 6 Oct 2010 20:36:26 +0000 (6 22:36 +0200)
tree93347cdf0bc4a2861e4229007c51f2c1497afa7f
parentdfe1899bceab7f3a936dcf562f85935518d5a984
Use QByteArray to manage gdb output.

The manual buffer management was intended to avoid repeated reallocations.
But it was no proved that this was a worthwhile optimization. Delegate
buffer management to QByteArray.
kdbg/dbgdriver.cpp
kdbg/dbgdriver.h
kdbg/gdbdriver.cpp
kdbg/gdbdriver.h
kdbg/xsldbgdriver.cpp
kdbg/xsldbgdriver.h