Remove unused clearLow parameter from the debugger driver interface.
commit789dc0fc832115da658b57fa2c9758ffbb79aed8
authorJohannes Sixt <j6t@kdbg.org>
Sun, 29 Jan 2017 15:13:56 +0000 (29 16:13 +0100)
committerJohannes Sixt <j6t@kdbg.org>
Sun, 29 Jan 2017 20:11:09 +0000 (29 21:11 +0100)
tree5e7c5f8cc2fe07ab37b02e1e5ea8e23bd647649c
parentc9646693f865b181cef3dee9ffeb30525294df31
Remove unused clearLow parameter from the debugger driver interface.

There are no callers anymore that do not use the default value for the
argument. By removing the parameter, the executeCmd() functions can now be
implemented as a template function.
kdbg/dbgdriver.h
kdbg/gdbdriver.cpp
kdbg/gdbdriver.h
kdbg/xsldbgdriver.cpp
kdbg/xsldbgdriver.h