Friedemann Kleint
f76da43b05
Debugger: Replace virtuals by capability flags.
...
Change-Id: If09efd21dc44e356eb575bb6170356fdbd409b39
Reviewed-on: http://codereview.qt.nokia.com/2625
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com >
Reviewed-by: hjk <qthjk@ovi.com >
2011-08-04 14:35:18 +02:00
Kai Koehne
7c31bd6604
QmlCpp Debugging: Only set C++ breakpoints after QML is connected
...
If one hits a C++ breakpoint before the QmlEngine is properly set up
the debugging actions are all disabled. Patch 58faedc4e tried to
fix this by automatically executing continue in these cases, but
this let to errors on Mac OS X. Instead just delay the setting of
C++ breakpoints.
Task-number: QTCREATORBUG-5681
Change-Id: I149dea9b453ed7abd33a1a93b5b546d7c6cda8fd
Reviewed-on: http://codereview.qt.nokia.com/2568
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com >
Reviewed-by: Christiaan Janssen <christiaan.janssen@nokia.com >
2011-08-04 10:54:59 +02:00
Kai Koehne
1757228278
New QTC_CHECK warning replacing QTC_ASSERT(x, /**/)
...
Warn if the condition fails, but otherwise don't change the execution
flow.
Change-Id: Id7b14c745109b66960add967b2a4ef8d31e1a546
Reviewed-on: http://codereview.qt.nokia.com/2389
Reviewed-by: Eike Ziller <eike.ziller@nokia.com >
2011-07-29 12:19:11 +02:00
Christiaan Janssen
619c0cc0d6
QmlCppDebugging: handling Harmattan mixed debugging
...
Change-Id: Idfc0a6d48bcc1c42aac58ea03b5a51ad6e661f25
Reviewed-on: http://codereview.qt.nokia.com/2275
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com >
Reviewed-by: Christian Kandeler <christian.kandeler@nokia.com >
2011-07-27 12:53:32 +02:00
Christiaan Janssen
cca8d1cbfa
QmlCppDebugger: improved error message for early breakpoints
...
Change-Id: I461c0f85e4972af27a929e327877d9ad6ff9dbe3
Reviewed-on: http://codereview.qt.nokia.com/1833
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@nokia.com >
2011-07-19 16:20:42 +02:00
Christiaan Janssen
58faedc4e5
QmlCppDebugger: skipping breakpoints before QML debugging is started
...
Change-Id: I461488812976284e9f3af1bcea8399f504e150e4
Reviewed-on: http://codereview.qt.nokia.com/1524
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com >
Reviewed-by: Christiaan Janssen <christiaan.janssen@nokia.com >
2011-07-12 14:53:33 +02:00
Christian Kandeler
6d61bdeafa
Debugger: Support remote debugging for mixed QML/C++ projects.
...
Change-Id: Ic60cbbc92532ee91b3aa1099cf86d9fe84d61ed2
Reviewed-on: http://codereview.qt.nokia.com/1352
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com >
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@nokia.com >
2011-07-08 10:48:03 +02:00
hjk
c041286753
debugger: split BreakpointIndex into plugin and debugger specific part
...
Change-Id: I21d10cf42eb039c74475e106537b6e107d155196
Reviewed-on: http://codereview.qt.nokia.com/745
Reviewed-by: hjk <qthjk@ovi.com >
2011-06-27 09:14:25 +02:00
Tobias Hunger
aa2acec14c
Fix/add copyright headers
...
Change-Id: I8b73d583be1ee7183f4074bce49d5390e38631a2
2011-05-06 15:17:05 +02:00
Christiaan Janssen
deb20493ae
QmlCppDebugger: avoid failed assertion when one engine fails
...
Reviewed-by: Kai Koehne
2011-04-28 16:18:57 +02:00
con
14487af86c
Merge remote branch 'origin/2.2'
...
Conflicts:
src/plugins/projectexplorer/gcctoolchain.cpp
src/plugins/projectexplorer/target.cpp
src/plugins/qt4projectmanager/qt-s60/qt4symbiantargetfactory.cpp
2011-04-27 11:27:29 +02:00
Kai Koehne
565c42a30e
QmlDebug: Fix debugging for mixed projects on MinGW
...
We've so far missed the 'QDeclarativeDebug: ' messages, because they
were arriving on an unexpected channel.
Task-number: QTCREATORBUG-4630
Reviewed-by: Friedemann Kleint
2011-04-21 13:29:57 +02:00
Christiaan Janssen
42048fa2a0
QmlDebugger: fixed shutdown combined engine
...
Task-number: QTCREATORBUG-4451
Reviewed-by: Kai Koehne
2011-04-18 17:01:37 +02:00
hjk
8397663964
Update license.
2011-04-13 11:49:28 +02:00
Christiaan Janssen
7100d29f66
QmlDebugger: user input on watches
...
Reviewed-by: hjk
2011-03-24 13:21:30 +01:00
Christiaan Janssen
a20846a052
QmlCppDebugger: breakpoint on cpp startup before qml is loaded (QTCREATORBUG-4158)
...
Reviewed-by: Kai Koehne
2011-03-21 15:15:12 +01:00
Friedemann Kleint
ad21b4859a
L10n: tr()-Fixes.
2011-03-01 17:07:37 +01:00
Friedemann Kleint
88f333267f
Fix Krazy code scanning tool warnings (QString, loops, spelling).
2011-02-25 15:28:01 +01:00
Friedemann Kleint
75f4b9cf25
Debugger: Add toolchain combos to start dialogs, refactor detection.
...
Add combo box listing toolchains with debuggers to start external,
attach and core.
Another attempt at streamlining engine detection:
Split in detection functions that first collect a list of
available engines by preference, then remove disabled and
wrongly configured engines and use the remaining best.
matching. checkconfiguration is now the central place where
engine detection and config check takes place.
Rubber-stamped-by: hjk
2011-02-24 16:50:15 +01:00
Kai Koehne
1a3ed101cb
QmlDebug: Parse application output to track debugees state
...
Setting up the debugger connection might fail for a couple of reasons.
Check the application output to show the user a more detailed error
message.
Reviewed-by: hjk
2011-02-23 17:02:34 +01:00
hjk
5f38a26c9e
debugger: fix 'Jump To/Run to' when in instruction-wise mode
2011-02-23 11:11:39 +01:00
Tobias Hunger
fe33a0984e
More copyright fixes
2011-02-18 10:37:19 +01:00
Friedemann Kleint
c74da9b7c5
Debugger: Reduce tooltip flicker.
...
Move tooltip-request handling from DebuggerPlugin into
DebuggerToolTipManager.
Request tooltip only if position changed and close
standard tooltip on success.
2011-02-17 10:11:23 +01:00
Friedemann Kleint
ef800d296f
Debugger[Tooltips]: Connect signals of QmlCppEngine.
2011-02-11 15:12:44 +01:00
Friedemann Kleint
0ac879e39f
Debugger: Make tooltips pinnable.
...
Replace old debugger tooltip by a new ToolTipManager which
has a list of AbstractDebuggerToolTipWidget with the functionality
to 'acquire' an engine (display its data) and 'release' it
(store engine data and display them as 'previous') and serialization
to XML session data.
DebuggerTreeViewToolTipWidget implements AbstractDebuggerToolTipWidget
for tree model acting as a filter on watch models.
Rubber-stamped-by: hjk
2011-02-11 15:09:02 +01:00
Christiaan Janssen
9ccd03ba01
QmlDebugger: reseting internal state on engine setup
...
reviewed-by: Friedemann Kleint
2011-02-08 16:20:30 +01:00
Christiaan Janssen
e6610124f3
QmlCppDebugger: managing breakpoints during engine start
...
reviewed-by: hjk
2011-02-02 15:14:14 +01:00
Christiaan Janssen
3a3d9c14b9
QmlCppDebugger: frame change now managed by DebuggerEngine
...
reviewed-by: hjk
2011-02-02 13:39:11 +01:00
Christiaan Janssen
2c5d94c3c9
QmlCppDebugger: adjusted state changes when one engine fails
...
reviewed-by: hjk
2011-02-02 12:31:40 +01:00
hjk
1160c3e92d
debugger: fix cpp single stepping after cross-step
2011-01-25 10:47:18 +01:00
hjk
63666f9f8b
debugger: fix the handling of two stopped slaves
2011-01-19 19:28:16 +01:00
hjk
05b77b958d
debugger: make activateFrame() dispatch properly to the qml/cpp slaves
2011-01-19 18:59:53 +01:00
hjk
77afdb42af
debugger: in the qmldebugger, draw location marker _above_ breakpoints
2011-01-19 18:53:30 +01:00
hjk
49710f3986
debugger: show combined C++/QML stack
2011-01-19 17:34:47 +01:00
hjk
fd3d7de92c
debugger: implement qml->c++ cross-stepping
2011-01-19 15:16:11 +01:00
hjk
c736cc3c8d
debugger: use 'maint print msymbols' to extract Qt's namespace
...
still racy
2011-01-19 14:07:51 +01:00
hjk
331ebd5be1
debugger: simplify combined state handling
2011-01-17 10:07:33 +01:00
hjk
13caaabaff
debugger: remove InferiorStopSpontaneous state again
2011-01-17 10:07:33 +01:00
hjk
bdfe2ed53b
debugger: remove EngineRunOk state again
2011-01-17 10:07:33 +01:00
hjk
cdee3dc6cd
debugger: some start up state consolidation
2011-01-17 10:07:33 +01:00
hjk
f245ee6fb5
debugger: finish combined shutdown properly
2011-01-17 10:07:32 +01:00
hjk
1aef962e5a
debugger: first shot at combined cpp/qml stepping
2011-01-14 17:09:18 +01:00
hjk
7195c6b5ad
debugger: re-do state transitions in combined C++/Qml engine
...
This still needs a lot of work and sanitizing.
2011-01-14 14:28:36 +01:00
hjk
6834c45651
debugger: prepare qmlcppengine state fix
2011-01-14 14:28:36 +01:00
hjk
83fa3ce320
debugger: don't display slave data
2011-01-14 14:28:36 +01:00
hjk
c77172d9ce
debugger: qmlcppengine: the model multiplexing is done by the master now
2011-01-14 14:28:36 +01:00
hjk
baab89762e
debugger: QmlEngine: rename master/slave into cpp/qml
2011-01-12 14:14:57 +01:00
hjk
6dd55aa471
debugger: introduce generic master/slaves engine
2011-01-12 12:17:47 +01:00
hjk
eb701fc7a8
debugger: start on integrated combined c++/qml debugging
2011-01-12 12:17:25 +01:00
Friedemann Kleint
46647f49d8
Debugger[New CDB]: Move from namespace Cdb to Internal.
2011-01-11 11:06:15 +01:00