Code cleanup: parsePrintExpr() need not return whether there was an error.
commit83e7bc592c4fb8c0b0c92bd65a5d39dfa7081d15
authorJohannes Sixt <johannes.sixt@telecom.at>
Sat, 25 Nov 2006 22:01:47 +0000 (25 23:01 +0100)
committerJohannes Sixt <johannes.sixt@telecom.at>
Sat, 25 Nov 2006 22:34:53 +0000 (25 23:34 +0100)
tree892863b1dadf9a55734d0d3ae9adbdb53216ddc4
parent26feb52b57f3957c95f7f7fa65fa34f6173f8c77
Code cleanup: parsePrintExpr() need not return whether there was an error.

This indication was only used to avoid a call to inferTypesOfChildren(),
but this method is harmless if it is invoked for an error message. So we
just call it always if we get some parse result back.

Now that we don't need the return value for this indicator, we can use it for
the parse result.
kdbg/dbgdriver.h
kdbg/debugger.cpp
kdbg/debugger.h
kdbg/gdbdriver.cpp
kdbg/gdbdriver.h
kdbg/xsldbgdriver.cpp
kdbg/xsldbgdriver.h