| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
|
|
| |
The locals model is technically part of the debugger front-end. When it's
deleted we will have detached (or are in the process of detaching) from
the debugger target anyway, which means that the object snapshots will
be cleaned up by the back-end itself. In any case we shouldn't be sending
debugger commands from a destructor, since we're not in a stable state.
For in-process debugging, we were lucky and this magically worked, but
for out-of-process debugging it caused the debugger to crash.
|
|
|
|
| |
Preparing to make it work with remote debugging.
|
|
|
|
|
|
|
| |
Fixes compile error:
debugging\qscriptdebuggercommand.cpp(567) : error C2664: 'QScriptDebuggerCommand::setAttribute' : cannot convert parameter 2 from 'const QStringList' to 'const QVariant &'
Reason: cannot convert from 'const QStringList' to 'const QVariant'
Source or target has incomplete type
|
|
|
|
| |
Make it possible to reuse more code in remote debugger.
|
|
|
|
| |
Needed for remote debugging.
|
|
|
|
| |
Needed for remote debugging.
|
| |
|
|
|
|
| |
Needed for remote debugging.
|
|
|
|
|
| |
used character operations whenever possible
better usage of QLatin1String
|
|
|
|
|
| |
Task-number: 254333
Reviewed-by: Andy Shaw <qt-info@nokia.com>
|
|
|
|
| |
Reviewed-by: Kent Hansen
|
|
|