Commit Graph

72811 Commits

Author SHA1 Message Date
hjk
dd09a4a16d debugger: work on trk memory access 2009-10-05 08:26:56 +02:00
hjk
ebccd4c02a debugger: fix manual reload of registers 2009-10-05 08:26:56 +02:00
Robert Loehning
bbe3bab2e8 Trk: Fixed installing without running. 2009-10-02 18:35:57 +02:00
Oswald Buddenhagen
8b9f29f923 implement eval() 2009-10-02 17:37:20 +02:00
con
b19d76d903 Version bump. 2009-10-02 16:27:03 +02:00
con
bf0a0af44f Merge branch '1.3' 2009-10-02 16:23:52 +02:00
con
1de6a6e716 Version bump. 2009-10-02 16:21:39 +02:00
Friedemann Kleint
04d2bfa8f8 Trk: Load symbol file correctly on Windows 2009-10-02 16:13:46 +02:00
Friedemann Kleint
1fad39c923 CDB: Fix dumper regression
- Do not deref d-ptr when checking on QVariants of PODS
- Make type/value fixing of dumper results more fine-grained
- Allow children in expandPtrToDumpage (QWidget-Pointers)
- Fix broken size cache (queuePrefix was empty)
- Compile
2009-10-02 15:17:50 +02:00
Christian Kamm
0cc5f14f29 Make [ start a block and trigger indentation in the qml editor.
Reviewed-by: erikv
2009-10-02 15:10:03 +02:00
hjk
5a73440b18 debugger: fix gotoLocation() on Mac
Mac's "stopped" message does not come with location data.
2009-10-02 14:32:44 +02:00
hjk
7e005752a7 debugger: code cosmetics 2009-10-02 14:32:43 +02:00
Daniel Molkentin
4fdbca83d3 QmlEditor: Fix compilation on Windows.
(cherry picked from commit b4e376d4e8)
2009-10-02 14:13:15 +02:00
Daniel Molkentin
d110b43786 Designer: Fix accelerator.
(cherry picked from commit 649214c4db)
2009-10-02 14:13:09 +02:00
Daniel Molkentin
b4e376d4e8 QmlEditor: Fix compilation on Windows. 2009-10-02 12:56:07 +02:00
Daniel Molkentin
649214c4db Designer: Fix accelerator. 2009-10-02 12:55:47 +02:00
hjk
99bdc54199 debugger: small tweaks to gotoLocation() 2009-10-02 12:31:59 +02:00
hjk
a8430f3382 debugger: fix chain of fallbacks for disassembler view.
Use non-mixed mode if source is not available.
2009-10-02 12:31:59 +02:00
hjk
3407aab9a5 debugger: keep track of library loads as reported by trk 2009-10-02 12:31:59 +02:00
Erik Verbruggen
762165c2c5 Removed a couple of qDebug()s. 2009-10-02 11:29:54 +02:00
Erik Verbruggen
c3d1019deb Improved the navigation and code completion in the QML editor. 2009-10-02 10:49:33 +02:00
Erik Verbruggen
efe336b605 Fixed type checking for type definitions inside an @implementation 2009-10-02 10:28:05 +02:00
Friedemann Kleint
9dd0a108e3 Fix the Creator widgets Designer plugin, add DetailsWidgets.
Polish the DetailsWidget for that purpose, add properties,
make it survive without widgets, add a container extension.
2009-10-02 10:12:32 +02:00
mae
9bef75f8f9 fixed repaint issue with collapse-popups 2009-10-01 20:13:55 +02:00
dt
d50cc220f5 Also switch the cmake run configuration to using the detailswidget 2009-10-01 19:04:53 +02:00
dt
8a8551655f No longer necessary 2009-10-01 19:00:00 +02:00
dt
2b613d6f89 Fix id creation 2009-10-01 18:59:54 +02:00
dt
2160436d67 Remove debugging output. 2009-10-01 18:59:44 +02:00
mae
0de78aa69c tune the project pane's detail widget
Done with dt
2009-10-01 18:42:56 +02:00
hjk
aff42fec75 debugger: re-enable "data drill down on mouse hover" 2009-10-01 18:01:53 +02:00
Friedemann Kleint
9d4aafebac VCS/git: Make blame go to current editor line
using queued slot/variant cookie magic in command
2009-10-01 17:50:24 +02:00
Friedemann Kleint
01877b2c86 VCS: perforce, cvs, subversion: Goto current line in blame. 2009-10-01 17:32:26 +02:00
hjk
9ed075c60c debugger: fix trk argument-passing hack 2009-10-01 17:09:32 +02:00
hjk
cd0d0be2b5 compile fix with namespaces 2009-10-01 17:09:10 +02:00
hjk
21f0f2c900 debugger: work on location marker setting. 2009-10-01 17:03:56 +02:00
hjk
828b1f9616 debugger: better updating of the stack and debugger view location marker 2009-10-01 17:03:56 +02:00
hjk
59739162ad debugger: debugger view: make output pane wider than input pane 2009-10-01 17:03:56 +02:00
con
f006183b3d Support include completion for frameworks on Mac.
Which is 'quite' important, since Qt builds by default generate
frameworks.
2009-10-01 17:02:18 +02:00
dt
742740634e Remove another margin 2009-10-01 16:46:59 +02:00
dt
79b10b2bcd Add some painting to the details widget. 2009-10-01 16:46:59 +02:00
Friedemann Kleint
74a3828f19 Purge out include files in exported headers 2009-10-01 16:38:08 +02:00
hjk
df22ae6c53 debugger: replace hack to select trk adapter and pass parameters by a new one
Now .pro files can be used as project description as usual. To make the
debugger pick up the "on device" part a magic commandline is needed:
"@sym@ c:\sys\bin\your.exe  /path/to/your.sym"

If the project is not compilable, remove the Make and QMake buildsteps
and add a new Custom step that's only calling /bin/true.
2009-10-01 14:57:04 +02:00
hjk
cbf0b6f2d5 debugger: add some status line indication that trk needs to be connected
manually
2009-10-01 14:57:04 +02:00
Friedemann Kleint
c5633d0840 Warning/Compile 2009-10-01 14:56:29 +02:00
Friedemann Kleint
504f75c4ed Compile 2009-10-01 14:50:29 +02:00
Friedemann Kleint
6f0ffeddfe Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline 2009-10-01 14:44:27 +02:00
Friedemann Kleint
0f486fd532 CDB: Fix stepping and a crash on dumping expanded pointer items.
Simplify & Generalize stepping code, introduce stubs for reverse
debugging. When user switches to another thread than the
event-triggering one in a stopped inferior, explicitly tell
the engine to continue that one.

Improve fixDumperResult to fix missing types (out of scope items)
and call it from expandPointerDumpable.
2009-10-01 14:41:30 +02:00
dt
0d8628a228 Missing return value. 2009-10-01 14:41:28 +02:00
dt
e78d049b94 Add missing files 2009-10-01 14:39:31 +02:00
dt
a97dcb53d1 Tweaks to the project page. 2009-10-01 14:25:27 +02:00