decompiler
1.0.0
|
The lowest level error generated by the decompiler. More...
#include <error.hh>
Public Member Functions | |
LowlevelError (const string &s) | |
Initialize the error with an explanatory string. | |
Public Attributes | |
string | explain |
The lowest level error generated by the decompiler.
This is the base error for all exceptions thrown by the decompiler. This underived form is thrown for very low level errors that immediately abort decompilation (usually for just a single function).
string ghidra::LowlevelError::explain |
Explanatory string
Referenced by ghidra::ActionStackPtrFlow::analyzeExtraPop(), ghidra::ActionActiveParam::apply(), ghidra::FunctionTestCollection::buildProgram(), ghidra::SleighArchitecture::buildSpecFile(), ghidra::GhidraCommand::doit(), ghidra::IfcOption::execute(), ghidra::IfcParseLine::execute(), ghidra::IfcParseFile::execute(), ghidra::IfcCallFixup::execute(), ghidra::IfcStructureBlocks::execute(), ghidra::IfcExecuteTestCommand::execute(), ghidra::ScopeLocal::fakeInputSymbols(), ghidra::IfaceDecompData::followFlow(), ghidra::ConstantPoolGhidra::getRecord(), ghidra::InjectPayloadGhidra::inject(), ghidra::ExecutablePcodeGhidra::inject(), ghidra::IfcProduceC::iterationCallback(), ghidra::IfcProducePrototypes::iterationCallback(), ghidra::IfcPrintInputsAll::iterationCallback(), ghidra::IfcDuplicateHash::iterationCallback(), ghidra::IfcCallGraphBuild::iterationCallback(), ghidra::Sleigh::oneInstruction(), ghidra::SleighCompile::run_compilation(), and ghidra::Funcdata::stageJumpTable().