- Apr 14, 2011
-
-
Christiaan Janssen authored
Reviewed-by: Kai Koehne
-
- Apr 13, 2011
-
-
Tobias Hunger authored
Set up UI elements before they are used. No crash since the elements are guarded by QTC_ASSERTs, but annoying output.
-
Tobias Hunger authored
Update the projects mode on tool chain changes. Task-number: QTCREATORBUG-4431
-
Friedemann Kleint authored
Also add function lines as comment. Fix offset display.
-
Friedemann Kleint authored
Parse CDB's ASM output, set it up with source line. Move convenience to add source lines into DisassemblerLines (cached).
-
Jarek Kobus authored
Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com> Task-number: QTCREATORBUG-4127
-
Friedemann Kleint authored
-
hjk authored
-
- Apr 12, 2011
-
-
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
-
- Apr 11, 2011
-
-
Tobias Hunger authored
Fix update of Qt debugging helper display (yet again;-) Task-number: QTCREATORBUG-2810
-
Christian Kandeler authored
-
- Apr 08, 2011
-
-
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
-