EvaluationException
} catch (const EvaluationException& exception) {
} catch (const EvaluationException& exception) {
} catch (const EvaluationException& exception) {
} catch (const EvaluationException& exception) {
throw EvaluationException("bra/skip: invalid offset");
throw EvaluationException("failed to get object address");
throw EvaluationException("failed to get frame address");
throw EvaluationException(
throw EvaluationException("failed to get tls address");
throw EvaluationException(
throw EvaluationException("unexpected end of expression");
throw EvaluationException(
throw EvaluationException(
throw EvaluationException("invalid dereference size");
throw EvaluationException("failed to read memory");
throw EvaluationException("invalid dereference size");
throw EvaluationException("failed to read memory");
throw EvaluationException("pop from empty stack");
throw EvaluationException("failed to get register");
throw EvaluationException("unexpected end of expression");
throw EvaluationException("failed to get call target");
throw EvaluationException("call failed");
throw EvaluationException("stack overflow");
struct EvaluationException;