SymbolDB: Blank stripped symbol name fixed

This commit is contained in:
Sepalani
2017-08-16 02:40:24 +01:00
parent 9b79e0ac72
commit 93b5a5369b
9 changed files with 29 additions and 24 deletions

View File

@ -30,6 +30,8 @@ struct Symbol
Data,
};
void Rename(const std::string& symbol_name);
std::string name;
std::string function_name; // stripped function name
std::vector<SCall> callers; // addresses of functions that call this function