forked from qt-creator/qt-creator
debugger: add an option to load "missing" symbols for current stack
This commit is contained in:
@@ -1182,6 +1182,10 @@ void DebuggerEngine::loadAllSymbols()
|
||||
{
|
||||
}
|
||||
|
||||
void DebuggerEngine::loadSymbolsForStack()
|
||||
{
|
||||
}
|
||||
|
||||
void DebuggerEngine::requestModuleSymbols(const QString &)
|
||||
{
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user