Introduce a new object type that represents value trees of the parse results.
commit4a7e48f5932e4f82ea61dd414ed9fd135c7348a1
authorJohannes Sixt <johannes.sixt@telecom.at>
Sun, 26 Nov 2006 20:47:44 +0000 (26 21:47 +0100)
committerJohannes Sixt <johannes.sixt@telecom.at>
Sun, 26 Nov 2006 21:16:54 +0000 (26 22:16 +0100)
treeb0a70801ffd5f2524116d237c6c1ecb86aae5425
parent9b475d8cdeebc4c293644d2680b10075f963fce8
Introduce a new object type that represents value trees of the parse results.

The debugger driver output parsers construct value trees, but used the
display item VarTree to represent the result. Now we use a new object type,
ExprValue, that is used to represent value trees. The purpose of this change
is to allow that the display items can be changed to a different type later.
kdbg/dbgdriver.h
kdbg/debugger.cpp
kdbg/debugger.h
kdbg/exprwnd.cpp
kdbg/exprwnd.h
kdbg/gdbdriver.cpp
kdbg/gdbdriver.h
kdbg/xsldbgdriver.cpp
kdbg/xsldbgdriver.h