- 03 Sep, 2013 1 commit
-
-
Friedemann Kleint authored
Enabling the hex tooltip in the watchhandler. Change-Id: I8fdca8a7e741e47ae9cff19161746051b14581d0 Reviewed-by:
hjk <hjk121@nokiamail.com>
-
- 05 Jul, 2013 2 commits
-
-
Friedemann Kleint authored
Change-Id: I2605c29ecb4417ce114702ef9d878343cc67b72d Reviewed-by:
hjk <hjk121@nokiamail.com>
-
Friedemann Kleint authored
Display value correctly, omit empty display types. Change-Id: I840a8bb1db65d721f871b9c33ca327f2ba6c8e26 Reviewed-by:
hjk <hjk121@nokiamail.com>
-
- 13 Jun, 2013 1 commit
-
-
hjk authored
Any restriction should done on the python side. Change-Id: I09523aa8a3b0256ec0468416bc823353d5b011ea Reviewed-by:
hjk <hjk121@nokiamail.com>
-
- 07 May, 2013 1 commit
-
-
hjk authored
Saves some line noise on the user side. Change-Id: I9c6d7542195fc7485ac4ee466cd42a28be95b8da Reviewed-by:
David Schulz <david.schulz@digia.com>
-
- 06 May, 2013 2 commits
-
-
hjk authored
Less noise. Change-Id: I8e533c97207ff5b9c79182c4fb99993f1992154f Reviewed-by:
David Schulz <david.schulz@digia.com>
-
Orgad Shaneh authored
Mostly 3 leading spaces converted to 4 A few other indentation issues Change-Id: Ib0db5925cac4d2999faf5699cd570884cbcd4863 Reviewed-by:
hjk <hjk121@nokiamail.com>
-
- 22 Mar, 2013 1 commit
-
-
Friedemann Kleint authored
Change-Id: Ia50e61a82101b699390b23b4f1ea9509619314bb Reviewed-by:
hjk <hjk121@nokiamail.com>
-
- 08 Mar, 2013 1 commit
-
-
hjk authored
Now 'address' always refers to the address of the object or field mentioned in a WatchItem whereas 'origaddr' is optionally used for the address of the pointer (not its value) pointing to the object/field in case of "autoderef" pointers. Change-Id: I718eb13e6147dafca016c85db6c8b31c631cc764 Reviewed-by:
hjk <hjk121@nokiamail.com>
-
- 01 Feb, 2013 1 commit
-
-
hjk authored
Change-Id: I241d37793dfde9cfe8e4895039819e91297e6cba Reviewed-by:
hjk <hjk121@nokiamail.com>
-
- 29 Jan, 2013 1 commit
-
-
Robert Loehning authored
Change-Id: Ic6a9ff0359625021ebc061d22db6811814534205 Reviewed-by:
Kai Koehne <kai.koehne@digia.com>
-
- 25 Jan, 2013 1 commit
-
-
hjk authored
This is now in sourceutils.{h,cpp} to make watchutils.{h,cpp} better acessible to the debugger auto-tests. Change-Id: Ie87e715bc7018ca190a460c37dfd19bc897059f0 Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@digia.com>
-
- 05 Oct, 2012 1 commit
-
-
hjk authored
Change-Id: Ice592c6de9951ee3b2c4cb52ed0bb3b6770e0825 Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
- 21 Sep, 2012 1 commit
-
-
hjk authored
Change-Id: I93905f8e97e2738590fecf41ac7294c2f6872335 Reviewed-by:
hjk <qthjk@ovi.com>
-
- 04 Sep, 2012 2 commits
-
-
hjk authored
Not necessarily needed, but more consistent. Task-number: QTCREATORBUG-7278 Change-Id: I6c72b90fa18514aecccee9aa2de3ee626e681b60 Reviewed-by:
hjk <qthjk@ovi.com>
-
hjk authored
No need for a copy of Qt::escape. Change-Id: Id4bf0b8d09485375a41a728f0cc6ceca91c9fb42 Reviewed-by:
Christian Kandeler <christian.kandeler@nokia.com>
-
- 22 Aug, 2012 1 commit
-
-
Friedemann Kleint authored
Pad to 4 digit groups and insert colons for readability. Change-Id: Icdda754e1d5ac26fd5bb90b5434b0cfa1f7a2f4e Reviewed-by:
hjk <qthjk@ovi.com>
-
- 30 Jul, 2012 1 commit
-
-
Robert Loehning authored
Change-Id: I620e9338087d9cdc08b440b7417a9c22497b6abc Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
-
- 19 Jul, 2012 1 commit
-
-
Eike Ziller authored
Change-Id: I7134d7de30bcf9f9dcfad42520dd45ee083a852d Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
-
- 24 May, 2012 1 commit
-
-
hjk authored
It's one model for all locals, watch, return, tooltip and inspector data. This allows more streamlined code paths and better isolation of the model data from the WatchHandler. WatchItems are now registered in a hash indexed by iname, so inames can be used as the primary handle to watch data in the WatchHandler interface. Change-Id: Idac0a808b5d785307496d1de4198a1f2e9ce3880 Reviewed-by:
Aurindam Jana <aurindam.jana@nokia.com>
-
- 08 May, 2012 1 commit
-
-
hjk authored
This breaks tradition. Change-Id: I6780f31d584021490293a1ed3a96b5c3608a8a36 Reviewed-by:
Orgad Shaneh <orgads@gmail.com> Reviewed-by:
hjk <qthjk@ovi.com>
-
- 17 Apr, 2012 1 commit
-
-
hjk authored
Task-number: QTCREATORBUG-7303 Change-Id: Ifb5645aa59f47a8fa5b1da6f8b71ae4bbbef1416 Reviewed-by:
hjk <qthjk@ovi.com>
-
- 13 Mar, 2012 1 commit
-
-
hjk authored
Task-number: QTCREATORBUG-7086 Change-Id: Ia38c27b66dcd98b84c09bb0dc50bd2cd19470400 Reviewed-by:
hjk <qthjk@ovi.com>
-
- 16 Feb, 2012 1 commit
-
-
Denis Mingulov authored
By source - latin1 is really expected as there is no any check or usage of QTextCodec::setCodecForCStrings() currently. QString::fromAscii() might break 'Latin1' input in some cases. A quote from documentation about QString::fromAscii(): "Note that, despite the name, this function actually uses the codec defined by QTextCodec::setCodecForCStrings() to convert str to Unicode. Depending on the codec, it may not accept valid US-ASCII (ANSI X3.4-1986) input. If no codec has been set, this function does the same as fromLatin1()." Change-Id: I49cf047ca674d2ec621b517c635d1927bb2e796f Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@nokia.com> Reviewed-by:
hjk <qthjk@ovi.com>
-
- 15 Feb, 2012 1 commit
-
-
Erik Verbruggen authored
Getting the #include directives ready for Qt5. This includes the new-project wizards. Change-Id: Ia9261f1e8faec06b9285b694d2b7e9a095978d2b Reviewed-by:
Eike Ziller <eike.ziller@nokia.com>
-
- 26 Jan, 2012 1 commit
-
-
hjk authored
Change-Id: I2b72b34c0cfeafc8bdbaf49b83ff723544f2b6e2 Reviewed-by:
Daniel Teske <daniel.teske@nokia.com>
-
- 21 Dec, 2011 1 commit
-
-
Friedemann Kleint authored
(except gdbmi.cpp, name_demangler.cpp). Remove some unneeded conversions, change some maps to take QByteArray keys. Change-Id: I010f1251998a441fe5c8c87901b1e0c277c0391c Reviewed-by:
hjk <qthjk@ovi.com>
-
- 11 Nov, 2011 1 commit
-
-
hjk authored
Task-number: QTCREATORBUG-6109 Change-Id: I9df2ddcd47e3551b23af20d2199b45fbee34bf9f Reviewed-by:
hjk <qthjk@ovi.com>
-
- 03 Nov, 2011 1 commit
-
-
hjk authored
Change-Id: If18afb5d4665924e7d9250dccbc60a65e6daa75e Reviewed-by:
Eike Ziller <eike.ziller@nokia.com>
-
- 22 Aug, 2011 1 commit
-
-
hjk authored
Change-Id: I22c58812990925102aeeb80571bb877fd0a2924b Reviewed-on: http://codereview.qt.nokia.com/3330 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
hjk <qthjk@ovi.com>
-
- 11 Jul, 2011 1 commit
-
-
hjk authored
Change-Id: I8deb537ce837e54315b0f0a64897363f70344137 Reviewed-by: Friedemann Kleint Task-number: QTCREATORBUG-5381 Reviewed-on: http://codereview.qt.nokia.com/1405 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@nokia.com>
-
- 08 Jul, 2011 1 commit
-
-
hjk authored
Change-Id: Ieed0cf78ab65fe94355159df173e200a1c195765 Reviewed-on: http://codereview.qt.nokia.com/1311 Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@nokia.com>
-
- 11 May, 2011 1 commit
-
-
hjk authored
-
- 06 May, 2011 1 commit
-
-
Tobias Hunger authored
Change-Id: I8b73d583be1ee7183f4074bce49d5390e38631a2
-
- 13 Apr, 2011 1 commit
-
-
hjk authored
-
- 12 Apr, 2011 3 commits
-
-
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
Fix name formatting and algorithm to find uninitialized variables to use reverse order in case locals of the same name occur in a scope. Reviewed-by: hjk Task-number: QTCREATORBUG-4475
-
hjk authored
-
- 06 Apr, 2011 1 commit
-
-
hjk authored
-
- 04 Apr, 2011 1 commit
-
-
Friedemann Kleint authored
Have CDB report it, pass it on to adding watches.
-