Ghidra Decompiler Analysis Engine
|
Base class for error handling facilities. More...
#include "types.h"
#include <sstream>
#include <fstream>
#include <iomanip>
#include <map>
#include <set>
#include <list>
#include <vector>
#include <algorithm>
#include <cstring>
#include <cctype>
Go to the source code of this file.
Classes | |
struct | LowlevelError |
The lowest level error generated by the decompiler. More... | |
struct | RecovError |
A generic recoverable error. More... | |
struct | ParseError |
An error generated while parsing a command or language. More... | |
Base class for error handling facilities.
This is also doubles as a place to list the common include files