Factor out skipDecimal().
commit496a50ea5b2f6503649ba8f8da25719eb8645e17
authorJohannes Sixt <j6t@kdbg.org>
Fri, 16 Sep 2016 22:02:54 +0000 (17 00:02 +0200)
committerJohannes Sixt <j6t@kdbg.org>
Fri, 16 Sep 2016 22:02:54 +0000 (17 00:02 +0200)
treee659bc16afdc0bb7acbe41e8540267497147b0e6
parent2f2bb489e0d0980a6802bc36cf1040adb6ba0915
Factor out skipDecimal().

Convert instances of

   while (isdigit(*p))
       p++;

into a function call to reduce code duplication.
kdbg/gdbdriver.cpp