forked from qt-creator/qt-creator
Debugger: Populate parts of Modules view with LLDB backend
Shared objects seem to get reported twice by LLDB. Ignore that for now. Change-Id: I1d49200a54f10ea8a2768e4dd623541a3d4f80e7 Reviewed-by: hjk <hjk121@nokiamail.com>
This commit is contained in:
@@ -164,7 +164,7 @@ private:
|
||||
const char *callbackName = 0,
|
||||
const QVariant &cookie = QVariant());
|
||||
void postDirectCommand(const QByteArray &command);
|
||||
GdbMi parseFromString(QByteArray out);
|
||||
GdbMi parseFromString(QByteArray out, const QByteArray &firstTopLevel);
|
||||
|
||||
QQueue<LldbCommand> m_commands;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user