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

/haiku/src/kits/debugger/dwarf/
H A DDwarfExpressionEvaluator.cpp56 // #pragma mark - EvaluationException
59 struct DwarfExpressionEvaluator::EvaluationException { struct in class:DwarfExpressionEvaluator
62 EvaluationException(const char* message) function in struct:DwarfExpressionEvaluator::EvaluationException
77 throw EvaluationException("pop from empty stack");
87 throw EvaluationException("stack overflow");
134 } catch (const EvaluationException& exception) {
154 } catch (const EvaluationException& exception) {
214 } catch (const EvaluationException& exception) {
255 } catch (const EvaluationException& exception) {
498 throw EvaluationException("br
[all...]
H A DDwarfExpressionEvaluator.h75 struct EvaluationException;

Completed in 182 milliseconds