mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-21 09:49:01 +00:00
Qt/debugger: restore previous symbols and signature features
They were mysteriously lost after the Qt migration.
This commit is contained in:
parent
4b75876ba1
commit
3921d8a8be
2 changed files with 112 additions and 6 deletions
|
@ -147,12 +147,16 @@ private:
|
|||
void GenerateSymbolsFromRSO();
|
||||
void LoadSymbolMap();
|
||||
void LoadOtherSymbolMap();
|
||||
void LoadBadSymbolMap();
|
||||
void SaveSymbolMap();
|
||||
void SaveSymbolMapAs();
|
||||
void SaveCode();
|
||||
bool TryLoadMapFile(const QString& path);
|
||||
bool TryLoadMapFile(const QString& path, const bool bad = false);
|
||||
void TrySaveSymbolMap(const QString& path);
|
||||
void CreateSignatureFile();
|
||||
void AppendSignatureFile();
|
||||
void ApplySignatureFile();
|
||||
void CombineSignatureFiles();
|
||||
void PatchHLEFunctions();
|
||||
void ClearCache();
|
||||
void LogInstructions();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue