mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-10 04:22:20 +02:00
Extensive runtime refactor to reduce generated executable sizes
This commit is contained in:
parent
4e750a7e1a
commit
ddd9b1b218
74 changed files with 2514 additions and 717 deletions
|
@ -343,6 +343,7 @@ public:
|
|||
virtual String FindLineCallAddresses(intptr address) = 0;
|
||||
virtual String GetCurrentException() = 0;
|
||||
virtual String GetModulesInfo() = 0;
|
||||
virtual String GetModuleInfo(const StringImpl& moduleName) { return ""; }
|
||||
virtual void SetAliasPath(const StringImpl& origPath, const StringImpl& localPath) = 0;
|
||||
virtual void CancelSymSrv() = 0;
|
||||
virtual bool HasPendingDebugLoads() = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue