- Feb 15, 2012
-
-
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>
-
- Jan 26, 2012
-
-
hjk authored
Change-Id: I2b72b34c0cfeafc8bdbaf49b83ff723544f2b6e2 Reviewed-by:
Daniel Teske <daniel.teske@nokia.com>
-
- Nov 03, 2011
-
-
hjk authored
Change-Id: If18afb5d4665924e7d9250dccbc60a65e6daa75e Reviewed-by:
Eike Ziller <eike.ziller@nokia.com>
-
- Jul 04, 2011
-
-
hjk authored
Less information to keep in sync. Change-Id: Icd862bbf8965eefd8ea3ad17b6f574b1f85bb8d2 Reviewed-on: http://codereview.qt.nokia.com/1069 Reviewed-by:
hjk <qthjk@ovi.com> Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com>
-
hjk authored
Less information to keep in sync. Change-Id: Icd862bbf8965eefd8ea3ad17b6f574b1f85bb8d2 Reviewed-on: http://codereview.qt.nokia.com/1067 Reviewed-by:
hjk <qthjk@ovi.com>
-
- Jun 27, 2011
-
-
Friedemann Kleint authored
Add context menu to add a 'message tracepoint', that is, a trace point that outputs a user message and continues. Intended to be a replacement for manually inserting a qDebug() into the code to understand the call sequence. Yet to be implemented for gdb. Change-Id: I1c303001421fbbae74d98d15d52718579350db6e Rubber-stamped-by: hjk Reviewed-on: http://codereview.qt.nokia.com/756 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@nokia.com>
-
hjk authored
Change-Id: I21d10cf42eb039c74475e106537b6e107d155196 Reviewed-on: http://codereview.qt.nokia.com/745 Reviewed-by:
hjk <qthjk@ovi.com>
-
- Jun 22, 2011
-
-
hjk authored
Change-Id: I971a2af2534bc650e8c604a5c2dc2e1846dbb045 Reviewed-on: http://codereview.qt.nokia.com/592 Reviewed-by:
hjk <qthjk@ovi.com>
-
- May 10, 2011
-
-
Friedemann Kleint authored
-
- May 06, 2011
-
-
Tobias Hunger authored
Change-Id: I8b73d583be1ee7183f4074bce49d5390e38631a2
-
- Apr 19, 2011
-
-
Friedemann Kleint authored
-
- Apr 13, 2011
-
-
hjk authored
-
- Apr 12, 2011
-
-
hjk authored
-
- Apr 04, 2011
-
-
Friedemann Kleint authored
Have CDB report it, pass it on to adding watches.
-
- Feb 17, 2011
-
-
Friedemann Kleint authored
Introducing EngineDefault such that CDB/LLDB can use full paths by default and gdb can use short paths. Reviewed-by: hjk
-
- Feb 04, 2011
-
-
Friedemann Kleint authored
Add commands (CDB, gdb with '\n' delimiter for multiple), rearrange dialogs, make ignore count a spin box.
-
- Feb 02, 2011
-
-
Friedemann Kleint authored
To speed up CDB, lldb. Add to dialogs, serialize. Move breakpoint.ui into Debugger::Internal, add buddies. Rubber-stamped-by: hjk
-
- Jan 12, 2011
-
-
con authored
Reviewed-by: hjk
-
- Jan 10, 2011
-
-
Friedemann Kleint authored
-
- Dec 17, 2010
- Dec 01, 2010
-
-
Arvid Ephraim Picciani authored
-
- Nov 24, 2010
-
-
Arvid Ephraim Picciani authored
-
- Nov 16, 2010
-
-
hjk authored
-
- Nov 15, 2010
-
-
Friedemann Kleint authored
For Breakpoint data manipulation. Reviewed-by: hjk
-
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 08, 2010
-
-
Arvid Ephraim Picciani authored
Reviewed-by: hjk
-