Home
last modified time | relevance | path

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

/common/
A Dkgdb.c380 volatile int errnum; in handle_exception() local
392 errnum = kgdb_setjmp(error_jmp_buf); in handle_exception()
394 if (errnum == 0) switch (remcomInBuffer[0]) { in handle_exception()
510 if (errnum != 0) in handle_exception()
511 sprintf(remcomOutBuffer, "E%02d", errnum); in handle_exception()
543 kgdb_error(int errnum) in kgdb_error() argument
546 kgdb_longjmp(error_jmp_buf, errnum); in kgdb_error()

Completed in 8 milliseconds