- Jan 26, 2012
-
-
hjk authored
Change-Id: I2b72b34c0cfeafc8bdbaf49b83ff723544f2b6e2 Reviewed-by:
Daniel Teske <daniel.teske@nokia.com>
-
- Jan 06, 2012
-
-
David Schulz authored
Change-Id: I555fddcabdd2311e55907073c15d5627d3283a73 Reviewed-by:
hjk <qthjk@ovi.com>
-
- Dec 21, 2011
-
-
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>
-
- Nov 03, 2011
-
-
hjk authored
Change-Id: If18afb5d4665924e7d9250dccbc60a65e6daa75e Reviewed-by:
Eike Ziller <eike.ziller@nokia.com>
-
- Sep 16, 2011
-
-
hjk authored
This is not a final solution. Change-Id: I19e7a99e1b056704864d27855197678a0d3fd10b Reviewed-on: http://codereview.qt-project.org/5073 Reviewed-by:
hjk <qthjk@ovi.com>
-
- Aug 30, 2011
-
-
hjk authored
Change-Id: I899cc0ac4e130ceeb08c474ee255fbe2613c2e6b Reviewed-on: http://codereview.qt.nokia.com/3875 Reviewed-by:
hjk <qthjk@ovi.com>
-
- Jul 29, 2011
-
-
Kai Koehne authored
Warn if the condition fails, but otherwise don't change the execution flow. Change-Id: Id7b14c745109b66960add967b2a4ef8d31e1a546 Reviewed-on: http://codereview.qt.nokia.com/2389 Reviewed-by:
Eike Ziller <eike.ziller@nokia.com>
-
- Jul 08, 2011
-
-
hjk authored
Change-Id: I98644761466731286d89f296a8eeefab3425501f Reviewed-on: http://codereview.qt.nokia.com/1359 Reviewed-by:
Eike Ziller <eike.ziller@nokia.com>
-
- Jul 06, 2011
-
-
hjk authored
Use proper QByteArray member in GdbResponse instead. Less magic, and does not break array-style reponses where all children are assumed to be of the same "type". Change-Id: Ief1efdeb0412f59836e1b2d6f4cb751ddef3216e Reviewed-on: http://codereview.qt.nokia.com/1184 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Eike Ziller <eike.ziller@nokia.com>
-
- May 27, 2011
-
-
hjk authored
Change-Id: I7da344c8eeade5153fb0b98a45e139654a2119dd Reviewed-on: http://codereview.qt.nokia.com/177 Reviewed-by:
hjk <qthjk@ovi.com>
-
- May 06, 2011
-
-
Tobias Hunger authored
Change-Id: I8b73d583be1ee7183f4074bce49d5390e38631a2
-
- Apr 18, 2011
-
-
Oswald Buddenhagen authored
lots of use of Utils::FileSaver and Utils::FileReader Task-number: QTCREATORBUG-1619
-
- Apr 13, 2011
-
-
hjk authored
-
- Apr 12, 2011
-
-
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
-
hjk authored
-
- Feb 25, 2011
-
-
Friedemann Kleint authored
-
- Feb 11, 2011
-
-
Friedemann Kleint authored
Replace old debugger tooltip by a new ToolTipManager which has a list of AbstractDebuggerToolTipWidget with the functionality to 'acquire' an engine (display its data) and 'release' it (store engine data and display them as 'previous') and serialization to XML session data. DebuggerTreeViewToolTipWidget implements AbstractDebuggerToolTipWidget for tree model acting as a filter on watch models. Rubber-stamped-by: hjk
-
- Feb 08, 2011
-
-
hjk authored
-
- Jan 12, 2011
- Jan 10, 2011
-
-
Friedemann Kleint authored
-
- Dec 17, 2010
-
-
con authored
-
- Nov 29, 2010
-
-
hjk authored
Only useful for the compiled dumpers, and I have not used it for a while.
-
- Nov 15, 2010
-
-
hjk authored
The breakpoints are now (fairly) tightly guarded by the BreakpointHandler. Engines and Views are only supposed to refer to them by id. They also have individual states now. The breakpoint data is split into a "user requested" "fixed" part in BreakpointData and the engines' acknowledged data in a new struct BreakpointResponse. TODO: Move m_state and m_engine members to BreakpointResponse. Fix regressions in the marker handling.
-
- Nov 10, 2010
-
-
hjk authored
There's some 'external' and some 'internal' part now. Other plugins are only supposed the external interface.
-
- Nov 04, 2010
-
-
hjk authored
-
- Nov 02, 2010
-
-
Friedemann Kleint authored
-
- Oct 08, 2010
-
-
Friedemann Kleint authored
No longer change iname to obtain sorting. Reviewed-by: hjk
-
- Sep 28, 2010
-
-
hjk authored
context menu entry. It was more a debugger debugging aid in the early days of compiled dumpers anyway. Reviewed-by: Friedemann Kleint
-
- Sep 23, 2010
-
-
hjk authored
Task-number: QTCREATORBUG-1608
-
- Sep 22, 2010
-
-
Friedemann Kleint authored
Use a quint64 as address. Split apart special handling of QAbstractItemModels of old shared-library based dumpers (passing '$'+ special expression as address) into separate dumperFlags QByteArray.
-
- Sep 10, 2010
-
-
Friedemann Kleint authored
Fix README, some spelling errors, remove contractions, exclamation marks, correct some plural forms, join split messages. Add QCoreApplication::translate to non-Q_OBJECT-classes. Fix some lupdate warnings about discarding meta-data (//:).
-
- Sep 08, 2010
- Sep 01, 2010
-
-
Robert Loehning authored
-
hjk authored
Saves lots of conversion.
-
- Aug 27, 2010
-
-
hjk authored
-
- Jul 21, 2010
- Jul 14, 2010
-
-
hjk authored
-