mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-19 00:20:25 +02:00
Changes to improve IDE Module Panel, allowing loading image and pdb
This commit is contained in:
parent
d41a8c5683
commit
bac46ef6e9
10 changed files with 124 additions and 41 deletions
|
@ -304,6 +304,7 @@ public:
|
|||
virtual void SetAliasPath(const StringImpl& origPath, const StringImpl& localPath) = 0;
|
||||
virtual void CancelSymSrv() = 0;
|
||||
virtual bool HasPendingDebugLoads() = 0;
|
||||
virtual int LoadImageForModule(const StringImpl& moduleName, const StringImpl& debugFileName) = 0;
|
||||
virtual int LoadDebugInfoForModule(const StringImpl& moduleName) = 0;
|
||||
virtual int LoadDebugInfoForModule(const StringImpl& moduleName, const StringImpl& debugFileName) = 0;
|
||||
virtual void StopDebugging() = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue