Searched refs:parse_exception (Results 1 - 1 of 1) sorted by relevance

/haiku/src/system/kernel/debug/
H A Ddebug_parser.cpp129 parse_exception(const char* message, int32 position) function
132 kprintf_unfiltered("parse_exception(): No jump buffer!\n");
150 parse_exception("out of memory for command execution", -1);
249 parse_exception("invalid hex number", begin - fString);
370 parse_exception("quoted string too long", begin - fString);
377 parse_exception("unexpected end of line while "
510 parse_exception("parse error", token.position);
550 parse_exception("expected command or assignment", token.position);
561 parse_exception("parse error", token.position);
617 parse_exception(sTempBuffe
[all...]

Completed in 37 milliseconds