- 13 Apr, 2011 3 commits
-
-
Kai Koehne authored
Makes debugging the QMLJS lib a pain :)
-
Friedemann Kleint authored
-
hjk authored
-
- 12 Apr, 2011 20 commits
-
-
dt authored
Master fixed a bug where a newline was almost always prepended to any output. As a side effect of that a lot of messages which outputed no newline broke. This commit fixes the obvious ones, probably missing a few.
-
hjk authored
-
Pawel Polanski authored
-
Tom Sutcliffe authored
-
Tom Sutcliffe authored
Not fully working over USB yet, there are some handshaking issues that need to be addressed. WLAN might be improved due to the -qmljsdebugger fixes, but not tested.
-
Kai Koehne authored
Make sure it's before the "-after" section, and therefore available in the .pro file.
-
Kai Koehne authored
-
Friedemann Kleint authored
-
Friedemann Kleint authored
For memory views. In the dumper, create a cache of TypeInfo structs to contain type information and print the new entries in each call of bb(). Collect the information in the gdb engine. Replace WatchData::origAddress by WatchData::ReferencingAddress to be able to correctly handle automatically dereferenced pointers of the gdb engine. Whereas 'address' of a automatically dereferenced used to be that of the pointer, it is now that of the dereferenced item matching the size reported, enabling memory views. Referencing address is now the address of the pointer. Reviewed-by: hjk
-
Friedemann Kleint authored
Color all available children if available instead of just first order children. Remove member variable struct and pass range vector representing area directly to recursion.
-
Friedemann Kleint authored
-
Jarek Kobus authored
Reviewed-by: Tobias Hunger
-
hjk authored
Reviewed-by: dt
-
hjk authored
-
hjk authored
-
Christian Kandeler authored
Not used yet.
-
hjk authored
-
hjk authored
-
hjk authored
-
hjk authored
-
- 11 Apr, 2011 3 commits
-
-
Pawel Polanski authored
-
Tobias Hunger authored
Fix update of Qt debugging helper display (yet again;-) Task-number: QTCREATORBUG-2810
-
Christian Kandeler authored
-
- 08 Apr, 2011 14 commits
-
-
Tobias Hunger authored
-
Christiaan Janssen authored
Reviewed-by: Kai Koehne
-
Christiaan Janssen authored
Reviewed-by: Kai Koehne
-
Tobias Hunger authored
-
Tobias Hunger authored
... and add a unit test.
-
Friedemann Kleint authored
Add a separate memory view tool window available from the context menus of: Locals view: If the debugger provides size information, colors the areas of member variables for inspecting class layouts. Registers view: Tracks the area pointed to by a register. The view has a context menu allowing to open subviews referenced by the pointer at the location using the toolchain abi's word with/endianness. Rubber-stamped-by: hjk
-
Tobias Hunger authored
... and clean up the whitespaces.
-
cerf authored
This allows to have more detailed infos about a revision, pretty much similar to 'git show'. Merge-request: 288 Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com>
-
Tobias Hunger authored
Are more intelligent at guessing nested VCS. This should improve git submodule support. Task-number: QTCREATORBUG-4044
-
Tobias Hunger authored
Remove unnecessary virtuals and whitespaces
-
Friedemann Kleint authored
-
hjk authored
-
Christiaan Janssen authored
Reviewed-by: Kai Koehne
-
Christiaan Janssen authored
Reviewed-by: Kai Koehne
-