Detect end of memory dump.
commitdaf9b3dd8eaf6c4c40152287000bc98ba3284f06
authorJohannes Sixt <j6t@kdbg.org>
Sun, 7 May 2017 12:56:07 +0000 (7 14:56 +0200)
committerJohannes Sixt <j6t@kdbg.org>
Sun, 7 May 2017 12:56:07 +0000 (7 14:56 +0200)
tree733c29ff841eb1b4949e71ce23ace19b43429ac7
parent263bf3731dd70071998a1da3f76078618825aa9b
Detect end of memory dump.

When the memory dump cannot be completed because the end of a virtual
memory segment is reached, GDB writes "Cannot access memory at address...".
This text is written literally into a cell of the memory dump window. This
is ugly because it makes one column wider than the others. Instead, detect
the case and just end the memory dump.
kdbg/gdbdriver.cpp