Restructure wchar_t support.
commitf82c4efea54dc7f57073b582860637a565288bdc
authorJohannes Sixt <johannes.sixt@telecom.at>
Tue, 21 Nov 2006 20:19:33 +0000 (21 21:19 +0100)
committerJohannes Sixt <johannes.sixt@telecom.at>
Tue, 21 Nov 2006 20:19:33 +0000 (21 21:19 +0100)
treef68fdd3a3bb4ff5896194404a6b1b61579ca036a
parente307e6d6083fcc8815a6899c87a2ac564b2a5e45
Restructure wchar_t support.

Stefan's original work submitted a DCprintWChar command from the parse
routines. This modification removes this at the expense of special-casing
the value replacements that happen in ExprWnd.

At the same time, we also reuse the framework that prints structure members
to decode the wchar_t strings.
kdbg/debugger.cpp
kdbg/debugger.h
kdbg/exprwnd.cpp
kdbg/exprwnd.h
kdbg/gdbdriver.cpp
kdbg/typetable.cpp
kdbg/typetable.h