Extend FunctionSourceCodeRequested().
Now takes an optional boolean parameter to indicate that disassembly is explicitly being requested. Adjust TeamDebugger and LoadSourceCodeJob's implementations accordingly.
This commit is contained in:
@@ -59,7 +59,8 @@ public:
|
||||
private:
|
||||
// UserInterfaceListener
|
||||
virtual void FunctionSourceCodeRequested(
|
||||
FunctionInstance* function);
|
||||
FunctionInstance* function,
|
||||
bool forceDisassembly = false);
|
||||
virtual void SourceEntryLocateRequested(
|
||||
const char* sourcePath,
|
||||
const char* locatedPath);
|
||||
|
||||
Reference in New Issue
Block a user