Roberto Raggi
e9a97ea6a4
Initialize m_line and m_column
2009-10-21 17:05:36 +02:00
Roberto Raggi
c97427431f
Removed obsoleted code.
2009-10-21 17:05:35 +02:00
Friedemann Kleint
fc7219248b
S60: Swap spacers in device run config widget.
2009-10-21 17:03:52 +02:00
Oswald Buddenhagen
8123552726
add a FIXME
2009-10-21 16:52:48 +02:00
Oswald Buddenhagen
8d3ca6424c
if 0 unused code
2009-10-21 16:52:48 +02:00
Oswald Buddenhagen
94226ceb5e
don't attempt to sync breakpoints at inopportune times
...
e.g., when the engine is not ready
2009-10-21 16:52:48 +02:00
Friedemann Kleint
20edb02093
S60: Use a DetailsWidget for the run configuration widgets, add info
...
- Move the s60devicerunconfigurationwidget into a separate file,
add an info button that connects to the device and displays
CPU/Trk version for testing the connection.
- give TrkLauncher a parent object and an acessor for the device
description in formatted form.
- Break deadlock when trying to terminate the Windows Trk writer
thread with bytes pending by using a wait with timeout and
termination flag.
2009-10-21 16:48:46 +02:00
hjk
338f945ca1
debugger: more autotests
2009-10-21 16:41:29 +02:00
hjk
a06b3c15c8
debugger: remove two unused variables
2009-10-21 16:41:28 +02:00
hjk
8bea428020
debugger: work on debugger autotests
2009-10-21 16:41:28 +02:00
Roberto Raggi
146ec6248d
Renamed Preprocessor::_true_test
2009-10-21 16:20:45 +02:00
Roberto Raggi
5b7a19425b
Use bit vectors to store the preprocessor's state.
2009-10-21 16:19:23 +02:00
Thorbjørn Lindeijer
5e00b7695c
Fixed Ui_PasteBinComSettingsWidget memory leak
2009-10-21 16:00:45 +02:00
Roberto Raggi
671a1874ba
Fixed the output generated by CloneCG and VisitCG.
...
Removed CPLUSPLUS_BEGIN/END_NAMESPACE and replace CPLUSPLUS_USE_NAMESPACE with `using namespace CPlusPlus;'
2009-10-21 15:00:10 +02:00
Roberto Raggi
f4b95586c5
Removed obsoleted code.
2009-10-21 14:56:42 +02:00
dt
1253c55d56
Fix a race in CMakeProjectManager::createXml
2009-10-21 13:45:49 +02:00
Oswald Buddenhagen
7d50aa29b8
work around -exec-until breakage on S60 gdb 6.4
2009-10-21 11:13:29 +02:00
Daniel Molkentin
09b1706482
cdb.pri: isEmpty() takes a variable, not a string
2009-10-21 10:46:15 +02:00
Oswald Buddenhagen
97e7b7bbf9
two more commands which are RunRequests
...
these missed the handleExecContinue() callback, so they got missed last
time. added both callback and flag, and some more glue to the gross
isBogus hack.
2009-10-20 20:47:47 +02:00
Oswald Buddenhagen
b8daa7d5a7
collapse #ifdef branches
2009-10-20 19:26:31 +02:00
Robert Loehning
8c4c5f2ebf
Reporting failed Trk-connect.
2009-10-20 18:31:30 +02:00
Oswald Buddenhagen
8060479483
find executable relative to core location
2009-10-20 18:16:25 +02:00
Oswald Buddenhagen
3dfe96ebb8
refactor attachAdapter
2009-10-20 18:16:25 +02:00
Oswald Buddenhagen
3a84440e91
clean up includes
2009-10-20 18:16:25 +02:00
Oswald Buddenhagen
c936e29931
remove useless methods (base class has identical implementations)
2009-10-20 18:16:25 +02:00
Oswald Buddenhagen
d34ad30b55
fix error message
...
these are a mess anyway
2009-10-20 18:16:25 +02:00
Oswald Buddenhagen
a4760b716e
centralize message box handling in adapters
2009-10-20 18:16:25 +02:00
Robert Loehning
30745d049f
Trk: Added preventive disconnects.
...
Reviewed-by: hjk
2009-10-20 17:51:20 +02:00
Roberto Raggi
1006be240d
Fixed possible crash when completing top-level declarations.
2009-10-20 17:17:11 +02:00
Roberto Raggi
7c68acbd3f
Regenerated the AST cloner.
2009-10-20 16:54:51 +02:00
Friedemann Kleint
a02f8cb496
Debugger: Resize columns correctly in Threads Window.
2009-10-20 16:44:42 +02:00
Friedemann Kleint
29475a0d27
Merge branch '1.3' of scm.dev.nokia.troll.no:creator/mainline into 1.3
2009-10-20 16:37:42 +02:00
Roberto Raggi
41139ef630
Don't acticate completion inside C++-like comments.
2009-10-20 16:37:23 +02:00
Friedemann Kleint
82f47372c3
CDB: Add consistency checks to dumpers that avoid iterator asserts.
...
_HAS_ITERATOR_DEBUGGING asserts can cause the debugger to be in an
inconsistent state and should thus be avoided. Add checks on the
underlying red/black tree structures using friend helper classes.
2009-10-20 16:34:37 +02:00
hjk
902bb6baa0
debugger: small changes for synchroneous mode
2009-10-20 16:02:54 +02:00
hjk
7961e885af
debugger: work on autotests
2009-10-20 16:02:53 +02:00
Robert Loehning
bf74d9aed9
Compile fix in Parser.cpp
2009-10-20 15:55:40 +02:00
Roberto Raggi
1dd6c64246
More tests for template-ids.
2009-10-20 15:29:58 +02:00
Roberto Raggi
18ef2f2615
Reduce backtracking when parsing ambiguous name ids.
2009-10-20 15:29:00 +02:00
Roberto Raggi
3ed4a743c0
Check the lookahead token before to start the parse of core-postfix expressions.
2009-10-20 15:01:45 +02:00
Roberto Raggi
bd7c7e0e55
Added debug helpers
2009-10-20 14:56:36 +02:00
Oswald Buddenhagen
86d49de750
silence & fix debug messages
2009-10-20 14:17:26 +02:00
Oswald Buddenhagen
b2ae433a58
centralize exec-continue calling and error handling
2009-10-20 14:08:59 +02:00
Oswald Buddenhagen
a8b39c54d7
legalize InferiorRunningRequested => InferiorStopped transition
...
it is alread used for the error cases anyway.
one could introduce an intermediate state InferiorRunningFailed, but
this doesn't seem to bring any advantages.
2009-10-20 14:05:42 +02:00
Erik Verbruggen
5586a6daff
Fixed use of uninitialized Control.
2009-10-20 13:50:55 +02:00
Christian Kamm
cadaec24aa
Fix function signature completion for cv-qualified functions.
...
Reviewed-by: Roberto Raggi <roberto.raggi@nokia.com >
2009-10-20 12:55:14 +02:00
Christian Kamm
e3479d9942
Add completion for function signatures.
...
You now get the function parameters as a completion suggestion when
declaring or defining a function. The tooltip for function calls
is unchanged.
Reviewed-by: Roberto Raggi <roberto.raggi@nokia.com >
(cherry picked from commit 202fef42ca )
2009-10-20 12:55:14 +02:00
Erik Verbruggen
56f755efe8
Changed ObjC context keyword comparison to use identifiers.
2009-10-20 12:48:23 +02:00
Roberto Raggi
c5cf70c6b8
Check for valid decl_specifier_seq when parsing declaration statements.
2009-10-20 11:42:18 +02:00
Oswald Buddenhagen
63c2ceae3b
fix compile :}
2009-10-20 11:38:42 +02:00