Parse strings in global variables.
commitdd9978dfca275bb234460c80f2d570bd67527019
authorJohannes Sixt <j6t@kdbg.org>
Sat, 14 Sep 2013 21:32:33 +0000 (14 23:32 +0200)
committerJohannes Sixt <j6t@kdbg.org>
Sat, 14 Sep 2013 21:32:33 +0000 (14 23:32 +0200)
tree8234d6776d4be6c9634639eb5a2f235dac3a5d36
parent0d541c0de83dc5a1af78705d1a8d7dbf19b99b4b
Parse strings in global variables.

When the value of a global string variable is held in a variable, GDB
inserts the name of the global variable between the address and the string
value. Recognize this condition.
kdbg/gdbdriver.cpp
kdbg/testprogs/testfile.cpp