Commit Graph

72811 Commits

Author SHA1 Message Date
Roberto Raggi
5f04a48f6b Removed unused member _node in QuickFixOperation 2009-10-21 17:05:36 +02:00
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
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
dt
fd0fbddebb Fix a bug with selecting copying the right text to the Find dialog.
To reproduce:
Split editors.
Select text in first editor.
Select text in second editor.
Invoke the find dialog.
Notice that the text from the first editor was used.

Reviewed-By: mae
2009-10-21 15:11:46 +02:00
dt
6e4cd919a6 Fix unused variable. 2009-10-21 14:21:22 +02:00
dt
0a83e4a37b Compile with gcc 2009-10-21 13:50:32 +02:00
dt
7035699384 Remove function that was only declared but not used from BuildStep
Even private
2009-10-21 13:50:31 +02:00
dt
20767b79a4 This variable is only used on mac, so move it into the #ifdef block 2009-10-21 13:50:31 +02:00
dt
98b4a16cd0 Add a todo for a future change. 2009-10-21 13:50:31 +02:00
dt
e57bcafc0d Fix startExternal, attachExternal &more to not use a RunConfiguration
Removes around 50 lines of code, one completly unecessary class and
makes the code paths easier to understand.
2009-10-21 13:50:31 +02:00
dt
64c23b271c Add a startRunControl() method.
For plugins that create runcontrols in unsual ways
2009-10-21 13:50:31 +02:00
dt
1253c55d56 Fix a race in CMakeProjectManager::createXml 2009-10-21 13:45:49 +02:00
Maurice Kalinowski
6c5cf1c32a check the collection file for updates
- In case documentation has been added to the collection,
  creator registers the documentation on startup.

Reviewed-By: ck
2009-10-21 12:38:35 +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
c9f9310bb1 Merge remote branch 'origin/1.3'
Conflicts:
	src/plugins/cpptools/cppcodecompletion.cpp
	src/plugins/debugger/gdb/remotegdbadapter.cpp
2009-10-20 20:09:00 +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
Roberto Raggi
41139ef630 Don't acticate completion inside C++-like comments. 2009-10-20 16:37:23 +02:00
hjk
902bb6baa0 debugger: small changes for synchroneous mode 2009-10-20 16:02:54 +02:00
Robert Loehning
bf74d9aed9 Compile fix in Parser.cpp 2009-10-20 15:55:40 +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