reloadSourceFiles() may be called while the inferior is running

This commit is contained in:
Oswald Buddenhagen
2009-10-22 14:18:07 +02:00
parent 89bc599075
commit 920ed11296

View File

@@ -2221,7 +2221,7 @@ void GdbEngine::handleModulesList(const GdbResponse &response)
void GdbEngine::reloadSourceFiles()
{
postCommand(_("-file-list-exec-source-files"), CB(handleQuerySources));
postCommand(_("-file-list-exec-source-files"), NeedsStop, CB(handleQuerySources));
}