Commit Graph

1038 Commits

Author SHA1 Message Date
hjk
aaffe03e48 debugger: squash compiler warnings in manual test 2010-09-01 13:37:07 +02:00
hjk
5d133e248e debugger: add a manual test for typedefed simple types 2010-08-30 10:38:38 +02:00
Roberto Raggi
05f2fd6669 Renamed Symbol::scope() to Symbol::enclosingScope(). 2010-08-26 16:16:22 +02:00
Roberto Raggi
688d382ad9 Some cleanup in the C++ AST. 2010-08-26 16:07:14 +02:00
hjk
5f13608c61 debugger: replace \n by \\n in locals & watchers
http://bugreports.qt.nokia.com/browse/QTCREATORBUG-2144
2010-08-26 13:21:47 +02:00
Roberto Raggi
d0f794b65e Reduced the number of ambiguous ExpressionOrDeclarationStatementAST nodes. 2010-08-26 10:31:15 +02:00
hjk
3ef657cc03 debugger: make boost::optional dumper work for references 2010-08-25 14:57:15 +02:00
hjk
80dc54acff debugger: add dumper for boost::optional 2010-08-25 14:20:46 +02:00
hjk
9e8f6cf860 debugger: don't test the gcc RVO bug too often 2010-08-25 07:45:01 +02:00
Erik Verbruggen
24f3b2cf7f Re-generated the AST dump visitor methods. 2010-08-24 12:25:09 +02:00
Erik Verbruggen
7b3f80e6eb Added function specifier info to dumper. 2010-08-24 12:25:09 +02:00
hjk
fb56c37b85 debugger: manual test, make testStruct() not run into the gcc RVO bug. 2010-08-23 15:17:23 +02:00
Bill King
02afdfc83c Fixes: gets ssh manual test qmaking again 2010-08-20 15:19:57 +10:00
hjk
59aee04ca4 debugger: add a comment to manual test regarding special char * support with python 2010-08-18 11:18:29 +02:00
Kai Koehne
172288b593 Amend gdbdebugger tests (Mac blackteam testing) 2010-08-18 10:57:22 +02:00
Roberto Raggi
08eb3a93cb Get rid of TemplateParameters. 2010-08-16 11:28:21 +02:00
Roberto Raggi
6723e276e5 Include CPlusPlus.h 2010-08-13 17:37:49 +02:00
Roberto Raggi
bc28e5d993 Compile 2010-08-13 17:05:20 +02:00
Roberto Raggi
5de57ddad3 Test the new binder. 2010-08-13 14:00:27 +02:00
hjk
5d645bfdfe debugger: fix display of QObject properties 2010-08-13 09:31:07 +02:00
hjk
9a515bd2ad debugger: add manual test for custom property dumper
Currently failing.
2010-08-12 15:27:31 +02:00
hjk
67f7caa116 debugger: add manual test for QLocale dumper 2010-08-12 15:27:31 +02:00
Roberto Raggi
e8a7d6c03a Define __restrict and __extensions__. 2010-08-12 14:48:19 +02:00
Roberto Raggi
efb600665d Remember the T_TEMPLATE token we use to force the parser to recognize a template-id. 2010-08-12 12:29:12 +02:00
Roberto Raggi
449347173d Updated the plain-c++ manual test. 2010-08-11 16:12:50 +02:00
Roberto Raggi
f74ba9daef Introduced CPlusPlus::Template and process the template declarations. 2010-08-11 15:25:19 +02:00
hjk
91aa9f6c0c debugger: add some test code to the manual test 2010-08-11 15:15:19 +02:00
Bill King
58f1b05937 Fix compile. 2010-08-04 16:54:55 +10:00
Roberto Raggi
6324bf4460 Introduced IdExpressionAST. 2010-08-02 12:52:12 +02:00
Erik Verbruggen
d980e37e24 Reworked the QuickFix infrastructure. 2010-07-26 13:07:19 +02:00
hjk
3cee7dad0a debugger: make parts of python debugger work again with the new states 2010-07-23 16:09:05 +02:00
hjk
104751241d debugger: implement python dumper for std::vector<bool> 2010-07-22 19:47:50 +02:00
hjk
dfd44a0ceb debugger: fix display of correct thread in the thread combobox 2010-07-21 13:11:35 +02:00
hjk
40bb503219 debugger: re-adjust 'moved' breakpoints after debugging finished 2010-07-20 14:02:58 +02:00
con
5b989680ff Fixes: Completing switch statements with enums in namespaces or classes.
We need to add the fully qualified name to the case statements.

Reviewed-by: Roberto Raggi
2010-07-19 16:46:19 +02:00
Erik Verbruggen
3879122a53 Added more visitor methods. 2010-07-15 14:06:35 +02:00
Erik Verbruggen
0cfcb27ac9 Removed old test. 2010-07-15 13:05:26 +02:00
Erik Verbruggen
65d061218f Added ast-to-.dot "dump" utility for QML ASTs. 2010-07-15 09:55:28 +02:00
Friedemann Kleint
f945366198 Compile Windows. 2010-07-14 17:49:17 +02:00
hjk
e760700f0f debugger: overhaul "state machine"
This mainly allows for more precise shutdown and tightens the set
of allowed transitions.
2010-07-14 17:49:16 +02:00
Friedemann Kleint
6b44b30285 Manual tests: Rename profiles to avoid conflicts. 2010-07-14 09:56:58 +02:00
Friedemann Kleint
e9300b39d9 Manual tests: Get win scope right. 2010-07-13 11:27:36 +02:00
Friedemann Kleint
ebc8e66abd Re-enable plain-c++ test. 2010-07-13 11:24:26 +02:00
Friedemann Kleint
ced7e3a0fc Added profiles for manual tests, cleaned up. 2010-07-13 11:16:17 +02:00
Friedemann Kleint
f0f9635d5a Compile CCDB manual test. 2010-07-13 11:13:36 +02:00
ck
65eb1d5515 Replace SSH library. 2010-07-12 09:33:22 +02:00
con
009ea5cdfa Add some manual test files for two quick fixes. 2010-07-09 16:02:20 +02:00
hjk
008d8cb114 debugger: extend python manual test a bit 2010-07-07 18:16:30 +02:00
hjk
d532180b3c debugger: add manual test to handle console input 2010-07-07 17:51:42 +02:00
hjk
bb3a6f05d0 debugger: add test code for signal/slot debugging 2010-07-07 17:32:50 +02:00