Fix stack trace of local functions.
commit752aae9855f0b63c1b3f551b5d5c8ef945b56937
authorCharles Samuels <charles@kde.org>
Thu, 25 Jan 2007 20:23:04 +0000 (25 12:23 -0800)
committerJohannes Sixt <johannes.sixt@telecom.at>
Fri, 2 Feb 2007 22:25:02 +0000 (2 23:25 +0100)
tree004d28a7b09a7c1323a30dadd8465221552bbd36
parentbd679381f23c066929fc31d22794458d86547337
Fix stack trace of local functions.

kdbg doesn't seem to give you stack traces for when you have a class in a
function.

[J6t: Added an excessive test case and some comment fixups.]
kdbg/gdbdriver.cpp
kdbg/testprogs/Makefile.am
kdbg/testprogs/nestedclass.cpp [new file with mode: 0644]