mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Adding source location support to AssemblyStack and thus debugging Yul sources
This commit is contained in:
committed by
chriseth
parent
44bcff42f5
commit
ec083c4878
@@ -48,6 +48,7 @@ struct MachineAssemblyObject
|
||||
{
|
||||
std::shared_ptr<evmasm::LinkerObject> bytecode;
|
||||
std::string assembly;
|
||||
std::unique_ptr<std::string> sourceMappings;
|
||||
};
|
||||
|
||||
/*
|
||||
@@ -114,6 +115,8 @@ private:
|
||||
std::shared_ptr<yul::Object> m_parserResult;
|
||||
langutil::ErrorList m_errors;
|
||||
langutil::ErrorReporter m_errorReporter;
|
||||
|
||||
std::unique_ptr<std::string> m_sourceMappings;
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user