PROLEAD
A Probing-Based Leakage Detection Tool for Hardware and Software
Loading...
Searching...
No Matches
Namespaces | Enumerations | Functions
return_codes.h File Reference
#include <string>
#include <ostream>

Go to the source code of this file.

Namespaces

namespace  mulator
 

Enumerations

enum class  mulator::ReturnCode {
  mulator::OK , mulator::INCOMPLETE_DATA , mulator::UNDEFINED , mulator::UNPREDICTABLE ,
  mulator::UNSUPPORTED , mulator::UNEXPECTED_ENCODING , mulator::NOT_IMPLEMENTED , mulator::UNKNOWN_INSTRUCTION ,
  mulator::INVALID_IMMEDIATE , mulator::INVALID_REGISTER , mulator::INVALID_ALIGNMENT , mulator::INVALID_MEMORY_ACCESS ,
  mulator::INVALID_SHIFT_ARGUMENT , mulator::HARD_FAULT , mulator::UNINITIALIZED , mulator::MAX_INSTRUCTIONS_REACHED ,
  mulator::END_ADDRESS_REACHED , mulator::STOP_EMULATION_CALLED
}
 

Functions

std::string mulator::to_string (const ReturnCode &x)
 
std::ostream & mulator::operator<< (std::ostream &os, const ReturnCode &x)