Override only makeCmdString(), not queueCmd() and executeCmd() overloads.
commit42ed12cd6f35b9dab5754ed007cdd5f0f1613ebd
authorJohannes Sixt <j6t@kdbg.org>
Mon, 30 Jan 2017 19:31:27 +0000 (30 20:31 +0100)
committerJohannes Sixt <j6t@kdbg.org>
Mon, 30 Jan 2017 19:33:03 +0000 (30 20:33 +0100)
treeaf2e559fb1a183a32ca12fa989deb31099427f40
parentd345a7db7a2647efee0e130a31ab5be76006e1bd
Override only makeCmdString(), not queueCmd() and executeCmd() overloads.

Implement executeCmd*() and queueCmd*() functions as variadic templates to
reduce boilerplate code.
kdbg/dbgdriver.h
kdbg/gdbdriver.cpp
kdbg/gdbdriver.h
kdbg/xsldbgdriver.cpp
kdbg/xsldbgdriver.h