mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-08 03:28:20 +02:00
Allowing HTTP requests for source servers
This commit is contained in:
parent
cb84684517
commit
c2d086fe8e
7 changed files with 110 additions and 31 deletions
|
@ -86,7 +86,7 @@ public:
|
|||
DbgSrcFile* AddSrcFile(const String& srcFilePath);
|
||||
DbgSrcFile* GetSrcFile(const String& srcFilePath);
|
||||
|
||||
bool FindSymbolAt(addr_target addr, String* outSymbol, addr_target* outOffset = NULL, DbgModule** outDWARF = NULL);
|
||||
bool FindSymbolAt(addr_target addr, String* outSymbol, addr_target* outOffset = NULL, DbgModule** outDWARF = NULL, bool allowRemote = true);
|
||||
addr_target FindSymbolAddr(const StringImpl& name);
|
||||
|
||||
addr_target GetStaticAddress(DbgVariable* dwVariable);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue