- May 06, 2011
-
-
Tobias Hunger authored
Change-Id: I8b73d583be1ee7183f4074bce49d5390e38631a2
-
- Apr 13, 2011
-
-
hjk authored
-
- Feb 04, 2011
-
-
Friedemann Kleint authored
Add comments, introduce internal switch in doc/api/qtcreator-api.qdocconf.
-
- Jan 12, 2011
- Dec 17, 2010
- Dec 08, 2010
-
-
hjk authored
-
- 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 08, 2010
-
-
hjk authored
-
- Nov 04, 2010
-
-
Friedemann Kleint authored
Remove actions from debugger plugin as they are not directly usable. Create additional actions in context menu. Move some code around to find the current editor.
-
- Nov 02, 2010
-
-
Friedemann Kleint authored
-
- Oct 27, 2010
-
-
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.
-
- Sep 15, 2010
-
-
Robert Loehning authored
Task-number: QTCREATORBUG-2339
-
hjk authored
-
- 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 (//:).
-
- Jul 30, 2010
-
-
Alessandro Portale authored
Using more *::Constants::ICON_* where it makes sense and wrapping the file names into QLatin1String where they were missing. The increased usage of the ICON constants needed a few more cross plugin includes of *constants.h, here and there. I think that it is OK, since the dependencies were alredy there icon resource wise.
-
- Jul 28, 2010
-
-
Robert Loehning authored
Task-number: QTBUG-12057 Reviewed-by: Alessandro Portale
-
- Jun 22, 2010
-
-
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).
-
- May 18, 2010
- Apr 30, 2010
-
-
hjk authored
-
- Mar 22, 2010
-
-
hjk authored
-
- Mar 18, 2010
-
-
Friedemann Kleint authored
-
- Mar 05, 2010
- Feb 03, 2010
-
-
hjk authored
-
- Feb 01, 2010
-
-
Friedemann Kleint authored
QString: Use QChar where appropriate.
-
- Jan 29, 2010
-
-
Oswald Buddenhagen authored
doing it in 1.3 as well to avoid possible later conflicts
-
- Oct 30, 2009
-
-
Oswald Buddenhagen authored
... - in the source view, that is. so grey them out in the stack view. Reviewed-By: hjk
-
Friedemann Kleint authored
-
- Oct 16, 2009
-
-
Friedemann Kleint authored
This should save debugger round trips and crashes in the debugging helpers. Add respective option to debugging helper option page, defaulting to true.On this occasion, make CDB detect shadowed variables correctly and display them as "<shadowed n>" as does the Gdb engine by reversing the direction in which CdbSymbolGroupContext::populateINameIndexMap works. Rubber-stamped-by:
hjk <qtc-committer@nokia.com>
-
- Oct 07, 2009
-
-
Friedemann Kleint authored
Enable debugger actions correctly. Reviewed-by:
hjk <qtc-committer@nokia.com>
-
- Oct 05, 2009
-
-
Friedemann Kleint authored
Acked-by:
hjk <qtc-commiter@nokia.com>
-
- Oct 02, 2009
-
-
hjk authored
Use non-mixed mode if source is not available.
-
- Oct 01, 2009
-
-
hjk authored
too
-
- Sep 29, 2009
-
-
hjk authored
-
- Aug 17, 2009
-
-
hjk authored
"Stepping instruction wise" and "display disassembler" mode is now toggled by a single action. This also allows to re-use F10 and F11 as keyboard shortcut. Missing: caching of disassembler output, removal of old disassembler view.
-
- Aug 14, 2009
-
-
hjk authored
-