- 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
-
-
Friedemann Kleint authored
Check if address is contained in range of lines. Task-number: QTCREATORBUG-5205 Change-Id: I12a4f2f2f3837e164fd093e80fb427e9234136af Reviewed-on: http://codereview.qt.nokia.com/1017 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@nokia.com>
-
- May 06, 2011
-
-
Tobias Hunger authored
Change-Id: I8b73d583be1ee7183f4074bce49d5390e38631a2
-
- Apr 13, 2011
-
-
hjk authored
-
- Apr 12, 2011
-
-
hjk authored
-
- Mar 18, 2011
-
-
hjk authored
Task-number: QTCREATORBUG-4157
-
- Jan 12, 2011
-
-
con authored
Reviewed-by: hjk
-
- Jan 10, 2011
-
-
Friedemann Kleint authored
-
- Dec 17, 2010
- Dec 14, 2010
-
-
hjk authored
-
- Dec 08, 2010
-
-
hjk authored
-
- Nov 25, 2010
-
-
hjk authored
-
- Nov 24, 2010
-
-
Arvid Ephraim Picciani authored
-
Friedemann Kleint authored
-
hjk authored
-
hjk authored
-
- Sep 21, 2010
-
-
Friedemann Kleint authored
Make address a quint64. Enable DisassemblerViewAgent to match the disassembly-addresses by converting the numbers, making it more robust. Remove the complicated formatting needed for CDB.
-
Friedemann Kleint authored
Make address a quint64, linnumber and ignoreCounts int. Reviewed-by: hjk
-
- Sep 13, 2010
-
-
Friedemann Kleint authored
namespace (from Debugger::Internal) as they are exported classes. Introduce private classes to avoid exposing private JS debugger headers.
-
- Jul 07, 2010
-
-
ck authored
-
- Jul 02, 2010
-
-
ck authored
Also adds the "new range" ability to the debugger's memory viewer.
-
- Jun 22, 2010
-
-
Friedemann Kleint authored
Remove hardcoded highlighter, give DisassemblerViewAgent a mimetype property. Default to a generic Qt Creator Assembler mimetype. Acked-by: hjk Rubber-stamped-by:
Leandro T. C. Melo <leandro.melo@nokia.com>
-
Friedemann Kleint authored
-
hjk authored
This replaces the (de facto) singleton engines and data handlers by classes that are instantiated per run. The DebuggerRunControl will now create an object of (a class derived from) DebuggerEngine that contains all the relevant "dynamic" data. DebuggerManager is no more. The "singleton" bits are merged into DebuggerPlugin, whereas the data bits went to DebuggerEngine. There is no formal notion of a "current" DebuggerEngine. However, as there's only one DebuggerEngine at a time that has its data models connected to the view, there's still some "de facto" notion of a "current" engine. Calling SomeModel::setData(int role, QVariant data) with custom role is used as the primary dispatch mechanism from the views to the "current" data models (and the engine, as all data models know their engine).
-
- Mar 18, 2010
-
-
Friedemann Kleint authored
-
- Mar 05, 2010
-
-
hjk authored
-
- Feb 17, 2010
-
-
ck authored
Reviewed-by: hjk
-
- Feb 01, 2010
-
-
hjk authored
missing
-
- Nov 19, 2009
-
-
hjk authored
unavailable
-
- Oct 06, 2009
-
-
hjk authored
-
- Oct 02, 2009
-
-
hjk authored
Use non-mixed mode if source is not available.
-
- Oct 01, 2009
-
-
hjk authored
-
- Sep 29, 2009
-
-
hjk authored
-
- Sep 25, 2009
-
-
Friedemann Kleint authored
For device debugging. Move both from namespace Debugger::Internal to Debugger, export them, give DebuggerManager a static instance().
-
- Sep 08, 2009
-
-
ck authored
-
- Aug 19, 2009
-
-
Friedemann Kleint authored
- Watchwindow: Do not open Address dialog if menu is canceled (act = 0 matching the unitialized unknown memory action) - Actually pass the address of the dialog to the agent - Make the "Open Memory editor..." action always visible to be able to look at const char *x pointing at y - Improve the address dialog with checking and dialog button box - Explicitly pass the quint64 around - Translate & purge
-
- Aug 17, 2009
-
-
Daniel Molkentin authored
-