hjk
|
a7e677421d
|
debugger: work on autotests
Qt creator starts up now, no debugging yet.
|
2009-04-07 10:41:01 +02:00 |
|
hjk
|
9318459b47
|
debugger: allow short stack to be expanded by a context menu item or
double click on the "<...>" line
|
2009-04-07 10:41:01 +02:00 |
|
hjk
|
898179f8fe
|
debugger: work on auto test
|
2009-04-06 16:30:27 +02:00 |
|
hjk
|
c1124a4f8a
|
debugger: work on gdbmi test cases
|
2009-04-06 16:30:26 +02:00 |
|
hjk
|
733fb8fb62
|
debugger: move mi parser test case to a proper autotest
|
2009-04-06 14:08:02 +02:00 |
|
hjk
|
7d48b523d5
|
fakevim: work on auto tests
|
2009-04-06 14:08:01 +02:00 |
|
hjk
|
094e60f103
|
fakevim: make empty auto test compile
|
2009-04-06 14:08:01 +02:00 |
|
hjk
|
5266f16cc6
|
debugger: new test case for char arrays
|
2009-04-03 13:40:18 +02:00 |
|
hjk
|
b4b23ea981
|
fakevim: fix some autoindent issues
|
2009-04-03 13:40:17 +02:00 |
|
hjk
|
47995286b5
|
debugger: show non-ASCII in QString, too
|
2009-04-02 10:58:52 +02:00 |
|
hjk
|
a700c1f0c4
|
fakevim: re-use the undo/redo capability of QTextDocument instead of
rolling our own
This is reverting a previous decision and boils down to replacing one can of worms by another...
|
2009-04-01 16:50:21 +02:00 |
|
hjk
|
e7d2c4dd35
|
fakevim: make standalone version compile after the settings changes
|
2009-03-31 15:53:51 +02:00 |
|
hjk
|
3fe66ea628
|
fakevim: make Alt-V Alt-V a global toggle
|
2009-03-30 16:54:25 +02:00 |
|
hjk
|
95c0b1c130
|
debugger: cosmetical improvements of QVariant dumper output
|
2009-03-26 12:36:04 +01:00 |
|
hjk
|
263cda8210
|
debugger: dumper status message cosmetics
|
2009-03-26 12:36:04 +01:00 |
|
hjk
|
6c15d33cdc
|
debugger: use dumpers build alongside Qt
|
2009-03-26 12:36:04 +01:00 |
|
hjk
|
0807ca53c9
|
fakevim: fine-tune autocompletion
|
2009-03-25 14:52:45 +01:00 |
|
hjk
|
1c110388ec
|
debugger: work on using prebuilt dumpers
|
2009-03-23 13:02:50 +01:00 |
|
hjk
|
00be68701e
|
allow in-line editing of watcher expressions
|
2009-03-19 15:33:37 +01:00 |
|
hjk
|
0b58f1f527
|
debugger: reorganizing settings and actions in progress
|
2009-03-19 09:32:47 +01:00 |
|
hjk
|
8958a079b5
|
Fixes: debugger: also show the original address in a tooltip when
auto-dereferencing contents
|
2009-03-11 15:09:33 +01:00 |
|
hjk
|
d3f8d16f88
|
Fixes: debugger: implement custom dumpers for std::set
Task: 246286
|
2009-03-11 13:31:38 +01:00 |
|
Roberto Raggi
|
6b9444e150
|
Simple manual test for the preprocessor.
|
2009-03-09 15:49:51 +01:00 |
|
Oswald Buddenhagen
|
220907b238
|
fix compile
|
2009-03-05 15:26:23 +01:00 |
|
hjk
|
640d1a9294
|
Fixes: fakevim: make 'Passing mode' sticky as a (hopefully temporary)
workaround for getting the ShortcutOverride twice
|
2009-03-05 11:06:25 +01:00 |
|
hjk
|
e49ef33a99
|
Fixes: fakevim: let Ctrl-K pass to creator core
|
2009-03-04 16:32:33 +01:00 |
|
hjk
|
bd96ebf749
|
Fixes: debugger: provide gdb macro based dumpers for QString and QStringList
Details: That works with a core file, too. The "real" dumpers require a
live process as they use gdb's "call"
|
2009-03-03 17:27:25 +01:00 |
|
Roberto Raggi
|
55d0e4f860
|
Improved the way we expand function-like macros when we can't collect all the arguments.
|
2009-03-03 16:32:08 +01:00 |
|
Roberto Raggi
|
6670cf1fc4
|
Compile.
|
2009-03-03 14:54:31 +01:00 |
|
Roberto Raggi
|
f4e875b9bb
|
Initial testing of the preprocessor.
|
2009-03-02 11:30:43 +01:00 |
|
hjk
|
8ca887aae2
|
Fixes: change file license headers to include LGPL
|
2009-02-25 09:15:00 +01:00 |
|
Oswald Buddenhagen
|
3fcb20d6bb
|
Merge branch '1.0.0' into master-master
Conflicts:
src/plugins/debugger/debugger.pro
src/plugins/debugger/gdbengine.cpp
|
2009-02-24 15:15:39 +01:00 |
|
hjk
|
d1c7fdeecc
|
Fixes: add a list of things to check in the manual debugger test
|
2009-02-24 13:48:01 +01:00 |
|
Oswald Buddenhagen
|
cf66237c13
|
Merge branch '1.0.0' into master
Conflicts:
src/plugins/coreplugin/manhattanstyle.cpp
|
2009-02-24 12:25:28 +01:00 |
|
Oswald Buddenhagen
|
e55e1a596c
|
make the testcase output some html to check for overquoting
|
2009-02-23 21:16:21 +01:00 |
|
Roberto Raggi
|
c8bdd0bee4
|
Skip __complex__, __imag__ and __real__
|
2009-02-23 11:48:26 +01:00 |
|
Roberto Raggi
|
4a259547fc
|
Oops! check the symbol's name :-)
|
2009-02-19 18:36:52 +01:00 |
|
Roberto Raggi
|
47f27ee7f5
|
We need to look at the symbol's location to implement the qualified name lookup.
|
2009-02-19 18:27:34 +01:00 |
|
Roberto Raggi
|
349e2d68bf
|
Initial work on unqualified and qualified name lookup.
|
2009-02-19 17:50:11 +01:00 |
|
Roberto Raggi
|
764379deb7
|
Initial work on the binder.
|
2009-02-19 12:21:11 +01:00 |
|
Roberto Raggi
|
01faad4228
|
updated the pro file
|
2009-02-19 10:09:52 +01:00 |
|
Roberto Raggi
|
8209b35814
|
Fun with the binding pass.
|
2009-02-19 10:09:52 +01:00 |
|
Roberto Raggi
|
68e856488b
|
More testing.
|
2009-02-12 10:46:26 +01:00 |
|
Roberto Raggi
|
3170057843
|
Added test case for declarations of "pointer to const T".
|
2009-02-11 16:21:17 +01:00 |
|
Roberto Raggi
|
2d80acbe76
|
Improved the implementation of new-expressions.
|
2009-02-10 14:44:03 +01:00 |
|
Roberto Raggi
|
9d52a72534
|
Made it possible to compile libCPlusPlus without `gui'.
|
2009-02-10 10:48:19 +01:00 |
|
Roberto Raggi
|
d5c9141c50
|
Compile.
|
2009-02-09 17:56:17 +01:00 |
|
Roberto Raggi
|
ea981d5025
|
More annotations.
|
2009-02-09 12:19:17 +01:00 |
|
Roberto Raggi
|
34efcf3194
|
More testing.
|
2009-02-09 11:56:21 +01:00 |
|
Banana Joe
|
d0865ed2a2
|
Initial revision of the cdbdebugger playground.
|
2009-02-09 11:37:19 +01:00 |
|