Home
last modified time | relevance | path

Searched refs:getDebugChar (Results 1 – 1 of 1) sorted by relevance

/device/linaro/hikey/hifi/xaf/hifi-dpf/core/util/gdbstub/
Dgdbstub.c210 static int getDebugChar(void) in getDebugChar() function
274 while ((ch = getDebugChar ()) != '$') in getpacket()
284 ch = getDebugChar (); in getpacket()
296 ch = getDebugChar (); in getpacket()
298 ch = getDebugChar (); in getpacket()
344 } while (getDebugChar() != '+'); in putpacket()