Roberto Raggi
4bd8b4772b
Show the token only in leaf nodes.
2010-03-08 12:22:17 +01:00
Roberto Raggi
0e1632567c
Initial work on an AST dumper.
...
That will be pretty helpful to understand what's going wrong with
templates.
2010-03-08 12:14:51 +01:00
hjk
89c39ab886
debugger: namespace new manual test
2010-03-05 16:44:49 +01:00
hjk
9595504bda
Long live the king!
2010-03-05 11:28:13 +01:00
Friedemann Kleint
d0a1983ed6
Added gui example for debugger testing
2010-03-05 09:16:05 +01:00
Kai Koehne
a673fb7120
QmlDesigner: Fix crash when root item of .qml file not QDeclarativeItem based
...
Task-number: BAUHAUS-424
Reviewed-by: Lasse Holmstedt
2010-03-03 12:03:34 +01:00
Friedemann Kleint
8951d66168
VCS[git]: Timeout, add missing test script.
...
Task-number: QTCREATORBUG-777
2010-03-01 12:30:17 +01:00
Friedemann Kleint
196d7b0cf4
VCS[git]: Handle stderr in SynchronousProcess::readDataFromProcess
...
Timeout handling cannot rely on bytesAvailable(), which applies to
stdout only in the normal case. For 'git pull', which output its
progress on stderr, stderr needs to be checked separately.
Task-number: QTCREATORBUG-777
2010-03-01 12:29:10 +01:00
hjk
73ef5e33ea
debugger: properly display function pointers with python
2010-03-01 10:28:34 +01:00
Roberto Raggi
ca34e0c043
Compile with gcc -pedantic.
2010-02-25 12:39:39 +01:00
Kai Koehne
7856b196db
QmlDesigner: Fix states.qml example file
2010-02-25 09:48:19 +01:00
Kai Koehne
fc57893921
QmlDesigner: Add a couple of example .qml files for manual testing
2010-02-24 16:50:21 +01:00
Friedemann Kleint
eb05d2ac0b
CDB CoreEngine: Support break by address for testing purposes.
2010-02-19 11:58:54 +01:00
Friedemann Kleint
be6fd06e95
CDB: Set symbol options at initalization phase.
2010-02-17 10:21:25 +01:00
hjk
e3e6797fe5
debugger: fix display and editing of nested anonymous structures
2010-02-15 17:02:08 +01:00
hjk
47fa65be6c
debugger: some basic support for 'catch catch' and 'catch throw'
...
Hidden in the Breakpoints context menu.
2010-02-11 17:46:05 +01:00
Friedemann Kleint
3efdb87682
S60/Trk: Make the port a property of TrkDevice.
...
Associate the port with the device instead of passing it to open
for better handling.
2010-02-08 14:10:51 +01:00
Kai Koehne
6c4b9ba227
Reapply unconnected changes from reverted commit
...
Only revert stuff that is linked to fast string concat.
2010-02-08 11:13:55 +01:00
Kai Koehne
999c73ad9d
Revert "compile everything with QT_USE_FAST_CONCATENATION"
...
This reverts commit e70530c5ad . It
did break builds on older gcc versions (gcc 4.1.2 64 bit Linux,
gcc 4.0.1 on Mac OS X):
parser/qmljsgrammar_p.h: In static member function ???static int
QmlJSGrammar::nt_action(int, int)???:
parser/qmljsgrammar_p.h:188: error: ???QmlJSGrammar::<anonymous enum>???
is/uses anonymous type
parser/qmljsgrammar_p.h:188: error: trying to instantiate
???template<class T> struct QConcatenable???
...
2010-02-08 10:56:50 +01:00
Oswald Buddenhagen
e70530c5ad
compile everything with QT_USE_FAST_CONCATENATION
2010-02-05 15:20:25 +01:00
Oswald Buddenhagen
a2dbeecdec
remove visitor pattern
...
it's overengineered for our purpose and would just get in the way of
planned optimizations.
2010-02-05 15:20:25 +01:00
Oswald Buddenhagen
699af2f46a
fix typo
2010-02-05 15:20:25 +01:00
Friedemann Kleint
9c2676167a
src/shared: Rename trk to symbianutils
2010-02-05 12:32:32 +01:00
Friedemann Kleint
f2b3e9f2df
S60/Trk: Change trkutils to be a library of its own.
...
To be able to share TrkDevices between Debugger and Qt4ProjectManager.
2010-02-05 12:26:02 +01:00
Friedemann Kleint
fc972e44ef
CDB: Extract SymbolGroupContext class into Core library.
...
Split for testing/scripting purposes.
2010-02-04 13:20:37 +01:00
Erik Verbruggen
a46a23835c
Fix to reflect previous/older API change.
2010-02-02 15:39:42 +01:00
Oswald Buddenhagen
75b42f18d8
Merge remote branch 'origin/1.3'
...
Trailing whitespace removal re-applied manually.
2010-01-29 22:50:23 +01:00
Oswald Buddenhagen
a6ca348636
remove trailing whitespace
...
doing it in 1.3 as well to avoid possible later conflicts
2010-01-29 21:33:57 +01:00
Oswald Buddenhagen
567d7ed397
add minimal test program for profileevaluator
2010-01-25 16:53:56 +01:00
Oswald Buddenhagen
aaf296ca21
remove forgotten proxmlreader test
2010-01-25 16:53:55 +01:00
Friedemann Kleint
d348e5099b
Debugger/CDB: Split engine for testing/scripting purposes.
2010-01-22 17:15:33 +01:00
hjk
4030706c04
debugger: add a manual test for namespace aliases
2010-01-21 17:19:07 +01:00
Friedemann Kleint
713be02ab7
S60: Handle TrkNotifyStopped (crash) when running.
...
Extract error message string from Trk, print proper message
when application crashes in run mode and terminate launcher.
Use same message in Debugger for consistency.
Reviewed-by: Robert Loehning <robert.loehning@nokia.com >Reviewed-by: John Doe
Conflicts:
src/plugins/qt4projectmanager/qt-s60/s60devicerunconfiguration.cpp
2010-01-21 15:51:33 +01:00
Friedemann Kleint
c516f350b2
S60: Handle TrkNotifyStopped (crash) when running.
...
Extract error message string from Trk, print proper message
when application crashes in run mode and terminate launcher.
Use same message in Debugger for consistency.
Reviewed-by: Robert Loehning <robert.loehning@nokia.com >Reviewed-by: John Doe
2010-01-21 15:46:33 +01:00
Friedemann Kleint
7d24517097
Revert "S60: Handle TrkNotifyStopped (crash) when running."
...
This reverts commit 607e545218 .
2010-01-21 15:43:47 +01:00
Friedemann Kleint
607e545218
S60: Handle TrkNotifyStopped (crash) when running.
...
Extract error message string from Trk, print proper message
when application crashes in run mode and terminate launcher.
Use same message in Debugger for consistency.
Reviewed-by: Robert Loehning <robert.loehning@nokia.com >
2010-01-21 15:27:05 +01:00
Friedemann Kleint
1044af5f82
S60: Support command line arguments when running on devices.
...
Add command line arguments to trklauncher. Add input field
to S60DeviceRunConfiguration and pass on to RunControl and debugger.
2010-01-21 12:36:39 +01:00
Robert Loehning
830b563ceb
Added library name for Q_OS_SYMBIAN.
2010-01-11 15:50:58 +01:00
hjk
7d5ef1fbf0
debugger: add a manual test with a object reference
2010-01-04 13:16:46 +01:00
Roberto Raggi
986559d297
Test the new preprocessor.
2009-12-15 16:49:59 +01:00
Roberto Raggi
d0abb5daf0
Run the semantic passes.
2009-12-15 16:38:33 +01:00
Roberto Raggi
c09a8e4fc3
Some work on the new preprocessor.
2009-12-15 12:34:31 +01:00
hjk
ecf7517352
debugger: add a slightly more complex QObject manual test
2009-11-27 14:47:22 +01:00
Roberto Raggi
bc96850ded
Introduced ASTPatternBuilder
2009-11-16 14:54:45 +01:00
Roberto Raggi
bef4ed8917
Introduced destructive pattern matching.
2009-11-16 14:15:12 +01:00
Roberto Raggi
baffd97efb
Fixed parsing of ctor-initializers and added a manual test for the AST matchers
2009-11-13 12:38:18 +01:00
Roberto Raggi
28ab85b137
Removed obsolete code.
2009-11-13 12:13:49 +01:00
Roberto Raggi
e5eb88a31f
Ported the accept methods.
2009-11-10 16:20:13 +01:00
hjk
7dea6766ed
debugger: add manual test case for two-dimensional C array
2009-11-04 14:39:48 +01:00
Robert Loehning
64e2519915
TRK: Changed strings.
...
Using "TRK" when referring to the protocol, "App TRK" when referring to the program on the device.
Reviewed-by: Oswald Buddenhagen
2009-10-29 14:18:49 +01:00