Thorbjørn Lindeijer
581dca0ad9
Rewrote PrettyPrinter to output the document exactly as it was before
...
This means at the moment the PrettyPrinter isn't doing anything useful,
but the idea is that from here we can improve it to adapt the code to
a certain style.
Reviewed-by: Roberto Raggi
2009-05-11 17:03:51 +02:00
hjk
6200d188da
debugger: fix start of remote server
2009-05-07 14:01:35 +02:00
hjk
3d84da2b4d
debugger: initial work to start a remote gdbserver
2009-05-06 16:12:22 +02:00
Oswald Buddenhagen
f0c1244cbe
fix MI parser & dumper
2009-05-05 21:00:24 +02:00
hjk
ed853ee42b
fakevim: fix typo
2009-05-05 08:46:45 +02:00
hjk
b2598d0030
debugger: initial work on remote debugging
2009-05-04 14:48:06 +02:00
hjk
7c8735b771
Make QStringBuilder work with plain 'char' "chunks".
2009-04-30 10:29:48 +02:00
hjk
feb34c0e6f
Introduce a new QStringBuilder helper class to speed up building strings
...
from smaller chunks using expression templates.
Simple test and benchmark included, the class is not yet complete.
2009-04-30 10:01:54 +02:00
hjk
14321e675d
debugger: add dumper for QWeakPointer
2009-04-29 17:48:04 +02:00
hjk
df2c805c73
fakevim: fix 'dd' when cursor is not in the first column
...
Was seemingly broken by the target columns changes. Autotest is added
now, too.
2009-04-29 15:29:03 +02:00
hjk
462a20461a
debugger: add a dumper for QSharedPointer
2009-04-28 10:59:32 +02:00
hjk
193af69a38
debugger: add a manual test for QSharedDataPointer
2009-04-17 15:35:28 +02:00
con
412a4b027d
Merge commit 'origin/1.1'
...
Conflicts:
src/plugins/debugger/debuggeractions.cpp
src/plugins/debugger/gdboptionpage.ui
2009-04-17 15:17:31 +02:00
hjk
d0a97d0bf7
tests: add a script that runs elflint on all binaries
2009-04-17 09:03:41 +02:00
hjk
40700c9dd7
debugger: add an autotest for the regexp used for paring 'info break' output
2009-04-16 12:52:29 +02:00
hjk
1f458da6bb
debugger: add a destructor in the manual test
2009-04-16 12:17:01 +02:00
hjk
5076be59e3
fakevim: fix cursor position for <n>j or <n>k and end or begin of document
2009-04-16 11:52:58 +02:00
hjk
c172e9b1a4
fakevim: autotests for 'e', 'dd', 'w', 'cc'
2009-04-16 11:26:12 +02:00
hjk
883a7ffdbc
fakevim: fix the "Quit FakeVim" handler
2009-04-14 14:42:46 +02:00
hjk
163705b879
debugger: less debug output in cases we know what's missing
2009-04-14 12:20:23 +02:00
hjk
3e6285358d
fakevim: fix positioning after 'w'
...
was broken during the changes to the "target column" logic
2009-04-14 09:38:16 +02:00
hjk
e76ba64f68
fakevim: work on autotests
2009-04-14 09:38:16 +02:00
hjk
04e2fc1217
fakevim: work on tests
2009-04-14 09:38:16 +02:00
hjk
57aad47460
fakevim: work on autotests
2009-04-09 13:49:22 +02:00
hjk
a03ad5ae91
debugger: start work on new stand-alone test for debugging helpers
2009-04-08 17:05:58 +02:00
hjk
48dcc26d36
fakevim: work on autotests
2009-04-08 16:05:49 +02:00
hjk
bb3e6b720c
debugger: rename data dumpers into "debugging helpers"
2009-04-07 16:39:47 +02:00
hjk
8d41168672
debugger: make assignment in watch window look nicer, also make it work in
...
script debugger
2009-04-07 14:15:02 +02:00
Marco Bubke
088a4bd3a4
ask for dumper for QSharedPointer
2009-04-07 13:50:41 +02:00
hjk
de8922839b
debugger: work on test suite
2009-04-07 10:41:01 +02:00
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