Refactoring SymbolInfo/FunctionInfo/Function into Symbol/Function.
This commit is contained in:
@@ -33,8 +33,11 @@ class TestModule : public Module {
|
||||
|
||||
bool ContainsAddress(uint32_t address) override;
|
||||
|
||||
SymbolStatus DeclareFunction(uint32_t address,
|
||||
FunctionInfo** out_symbol_info) override;
|
||||
Symbol::Status DeclareFunction(uint32_t address,
|
||||
Function** out_symbol) override;
|
||||
|
||||
protected:
|
||||
std::unique_ptr<Function> CreateFunction(uint32_t address) override;
|
||||
|
||||
private:
|
||||
std::string name_;
|
||||
|
||||
Reference in New Issue
Block a user