hjk
eb701fc7a8
debugger: start on integrated combined c++/qml debugging
2011-01-12 12:17:25 +01:00
con
f46a87a6f5
Merge remote branch 'origin/2.1'
...
Conflicts:
src/plugins/qt4projectmanager/qt-maemo/maemotemplatesmanager.cpp
2011-01-12 10:20:46 +01:00
con
d1023c7614
It's 2011 now.
...
Reviewed-by: hjk
2011-01-12 09:46:24 +01:00
hjk
346080c2ae
debugger: disable "threadnames"
...
This works around the problem that the threadnames deduction switches
the current thread and thereby invalidates the assumption that the
thread mentioned in the *stopped response is the "current" thread.
There's already a proper fix in master including some performance
enhancements.
Reviewed-by: con
2011-01-06 14:09:11 +01:00
hjk
31f18491ce
debugger: fix thread switching in ThreadNamesCommand
2010-12-20 16:57:17 +01:00
hjk
bbba0f58a9
debugger: cache results of finding out the current Qt namespace
2010-12-20 14:47:52 +01:00
hjk
a23a45da88
debugger: fix previous commit
2010-12-17 18:02:02 +01:00
hjk
d55499f58a
debugger: use to_string attribute to gdb.execute if available
2010-12-17 17:42:16 +01:00
con
b1bcf081d8
Merge branch '2.1'
...
Conflicts:
src/plugins/coreplugin/basemode.cpp
src/plugins/coreplugin/basemode.h
src/plugins/coreplugin/scriptmanager/qworkbench_wrapper.cpp
src/plugins/coreplugin/scriptmanager/qworkbench_wrapper.h
src/plugins/debugger/cdb/cdbsymbolpathlisteditor.cpp
src/plugins/debugger/debuggeragents.cpp
src/plugins/debugger/debuggeruiswitcher.cpp
src/plugins/debugger/debuggeruiswitcher.h
src/plugins/projectexplorer/buildconfigdialog.cpp
src/plugins/qmldesigner/components/propertyeditor/colorwidget.cpp
src/plugins/qmldesigner/components/propertyeditor/colorwidget.h
src/plugins/qmldesigner/designercore/include/enumeratormetainfo.h
src/plugins/qmldesigner/designercore/include/modelutilities.h
src/plugins/qmldesigner/designercore/include/nodeinstance.h
src/plugins/qmldesigner/designercore/include/propertymetainfo.h
src/plugins/qmldesigner/designercore/instances/graphicsscenenodeinstance.cpp
src/plugins/qmldesigner/designercore/instances/graphicsscenenodeinstance.h
src/plugins/qmldesigner/designercore/instances/graphicsviewnodeinstance.cpp
src/plugins/qmldesigner/designercore/instances/graphicswidgetnodeinstance.cpp
src/plugins/qmldesigner/designercore/instances/graphicswidgetnodeinstance.h
src/plugins/qmldesigner/designercore/instances/nodeinstance.cpp
src/plugins/qmldesigner/designercore/instances/qmlviewnodeinstance.cpp
src/plugins/qmldesigner/designercore/instances/widgetnodeinstance.cpp
src/plugins/qmldesigner/designercore/instances/widgetnodeinstance.h
src/plugins/qmldesigner/designercore/metainfo/enumeratormetainfo.cpp
src/plugins/qmldesigner/designercore/metainfo/propertymetainfo.cpp
src/plugins/qmldesigner/designercore/model/modelutilities.cpp
src/plugins/snippets/inputwidget.cpp
src/plugins/snippets/snippetscompletion.cpp
src/plugins/snippets/snippetscompletion.h
src/plugins/snippets/snippetspec.cpp
src/plugins/snippets/snippetsplugin.cpp
src/plugins/snippets/snippetswindow.cpp
src/plugins/snippets/snippetswindow.h
src/plugins/texteditor/snippetsparser.cpp
src/tools/qml/qmldom/main.cpp
tests/manual/trk/runner.cpp
tests/manual/trk/trkolddevice.cpp
tests/manual/trk/trkolddevice.h
tests/manual/trk/trkserver.cpp
2010-12-17 17:00:53 +01:00
con
04e32b0049
License headers.
2010-12-17 16:03:42 +01:00
hjk
8062222e0f
debugger: fix display of C style 'typedef struct X { ... } X;' types.
2010-12-16 13:35:41 +01:00
hjk
0277bab017
debugger: make connection list count formally correct
...
Task-number: QTCREATORBUG-2785
2010-12-16 12:32:55 +01:00
Roberto Raggi
b4e421062f
Removed stray tokens and fixed warnings/errors when compiling with pedantic C++ compilers.
2010-12-16 12:05:48 +01:00
Robert Loehning
fbc005706c
debugger: Checking size of array in qDumpQByteArray
2010-12-14 15:51:23 +01:00
hjk
e3886aaf4e
debugger: display array base address as default value
2010-12-14 15:12:14 +01:00
hjk
6222ba81a0
debugger: make QObject dumper more robust for symbian
2010-12-06 13:24:34 +01:00
hjk
fa2ae04ba3
debugger: fix QMultiMap dumper
...
Task-number: QTCREATORBUG-3122
2010-12-01 14:54:27 +01:00
hjk
bb654838cf
debugger: fix gdb 7.2's template argument hickup also for more then one arg
2010-12-01 10:12:18 +01:00
hjk
5f5dbc62fd
debugger: remove unneeded argument from templateArgument()
2010-11-30 17:30:06 +01:00
hjk
d3290c3231
debugger: replace a few 'template_argument(0)' by the templateArgument wrapper
...
Makes QSharedPointer & Co. work with gdb 7.2
2010-11-30 17:14:44 +01:00
hjk
f03138aa53
debugger: work around gdb 7.2 bug
...
python print gdb.parse_and_eval("ob.d_ptr.d.children\").type.template_argument(0)
creates consistent "RuntimeError: No type named myns::QObject." with stock 7.2
2010-11-30 16:52:46 +01:00
hjk
6a6840c404
debugger: fix QVariant dumper corner case
2010-11-30 13:50:50 +01:00
hjk
365f81eb03
debugger: even more hacks to display QVariant with custom type and template
2010-11-19 15:11:19 +01:00
hjk
e13794d0dc
debugger: make gdbmacros.py more generic
...
Mostly move parts of the gdb related quoting to dumper.py, also split
function calls in strings into separate arguments.
2010-11-19 15:02:47 +01:00
hjk
0d54cab7b0
debugger: improve python dumper profiling support
2010-11-19 15:02:47 +01:00
hjk
4a08c9a302
debugger: adjust format of item count after f9eea7e1
2010-11-19 11:50:22 +01:00
hjk
718c08a009
debugger: make more python dumpers more robust when debug info is missing
2010-11-19 11:50:22 +01:00
hjk
c2f5300798
debugger: fix QRegion dumper for builds without debug info
2010-11-19 08:37:43 +01:00
hjk
bffeae9b42
debugger: better handling of dynamic arrays
2010-11-18 20:45:00 +01:00
hjk
de3bf34e85
debugger: show len/ptr pair encoded strings for sources ending in .d
2010-11-18 19:17:55 +01:00
Friedemann Kleint
f9eea7e1ec
Debugger: Fix broken display of containers with truncated item count.
...
Introduce convention '<>10 items>' meaning <more than 10 items>.
Task-number: QTCREATORBUG-3132
2010-11-18 15:42:01 +01:00
hjk
f9c585281e
debugger: fix display of '"' chars
...
Task-number: QTCREATORBUG-3084
2010-11-16 17:09:56 +01:00
hjk
a66c8d35d6
debugger: fix display of shadowed variables again
2010-11-15 12:12:24 +01:00
Oswald Buddenhagen
dd45277a19
Merge remote branch 'origin/2.1'
...
Conflicts:
share/qtcreator/templates/qmlapp/app.pro
src/plugins/plugins.pro
src/plugins/qt4projectmanager/qt4project.h
src/plugins/qt4projectmanager/qt4projectmanager_dependencies.pri
2010-11-04 19:18:45 +01:00
hjk
3388e88ae4
debugger: catch python exception
...
Iterating through gdb.Frame.blocks() also yields function-local struct
definitions that cause later errors when attempting to use them as
local variable. This is arguably a gdb issue as it is inconsistent with
the result of plain old "info locals" output.
Reviewed-by: Friedemann Kleint
2010-11-04 10:50:13 +01:00
con
dbb1c5ef77
Merge remote branch 'origin/2.1'
2010-11-02 11:14:03 +01:00
hjk
afef6dd071
debugger: work around gdb 7.2 quirk in QFlag dumper
...
Reviewed-By: Friedemann Kleint
2010-11-02 11:07:45 +01:00
hjk
7b6022bea2
debugger: make QFile and QFileInfo visible without top-level inferior call
...
Reviewed-by: Oswald Buddenhagen
2010-11-02 11:00:31 +01:00
hjk
8df0f12eca
debugger: fix dumping of reference targets
...
Reviewed-by: Alessandro Portale
2010-11-02 11:00:31 +01:00
hjk
bc09afb5cf
debugger: avoid one inferior call in QDir dumper
...
Reviewed-by: Friedemann Kleint
2010-11-01 11:54:15 +01:00
hjk
c5f8623b41
debugger: rename Dumper.putItem -> putSubItem, putItemHelper -> putItem
2010-10-26 15:14:06 +02:00
hjk
26339061e3
debugger: add python dumpers for __m128
2010-10-26 10:41:11 +02:00
Friedemann Kleint
4456f02d07
Debugger: Suppress Auto-Dereferencing of pointers for char* types.
...
Sequence of processing changed since 2.0.1.
Reviewed-by: hjk
Task-number: QTCREATORBUG-2664
2010-10-22 12:06:30 +02:00
Friedemann Kleint
35fe835d02
Debugger: Catch exception if thread name cannot be determined.
...
As reported on mailing list.
Reviewed-by: hjk
Reviewed-by: Arvid Ephraim Picciani <arvid.picciani@nokia.com >
2010-10-21 16:31:04 +02:00
Friedemann Kleint
213f2930ee
Debugger: Fix expanding objects for Symbian (gdb 6.8).
...
Handle older Python bindings as well.
Reviewed-by: hjk
Task-number: QTCREATORBUG-2801
2010-10-20 11:03:20 +02:00
Friedemann Kleint
cb390587fa
Debugger: Fix Python-based dumping of std::string.
...
Sometimes, std::string is seen instead of std::basic_string<>.
Reviewed-by: hjk
Reviewed-by: Arvid Ephraim Picciani <arvid.picciani@nokia.com >
Task-number: QTCREATORBUG-2662
2010-10-18 15:04:49 +02:00
hjk
b2ab466fa0
debugger: fix python dumping of QObject connections
2010-10-13 17:44:23 +02:00
hjk
6c788a1093
debugger: fix QTextCursor python dumper for default-constructed objects
...
Reviewed-by: Friedemann Kleint
2010-10-13 10:14:19 +02:00
hjk
403364018a
debugger: fix typos in complex watcher handling
...
Reviewed-by: Friedemann Kleint
2010-10-12 10:57:13 +02:00
hjk
6d0f0c7cd3
debugger: fix auto tests
...
Reviewed-by: Friedemann Kleint
2010-10-11 12:35:30 +02:00