forked from qt-creator/qt-creator
Trk/Launcher: Add infrastructure for reporting crashes.
currently used for runonphone only. Initial-patch-by: Shane Kearns <shane.kearns@accenture.com>
This commit is contained in:
@@ -200,6 +200,7 @@ void TcfTrkGdbAdapter::handleTcfTrkRunControlModuleLoadContextSuspendedEvent(con
|
||||
library.name = minfo.name;
|
||||
library.codeseg = minfo.codeAddress;
|
||||
library.dataseg = minfo.dataAddress;
|
||||
library.pid = tcftrk::RunControlContext::processIdFromTcdfId(se.id());
|
||||
m_session.libraries.push_back(library);
|
||||
} else {
|
||||
const int index = m_session.modules.indexOf(moduleName);
|
||||
|
||||
Reference in New Issue
Block a user