- Oct 13, 2010
- Oct 11, 2010
-
-
hjk authored
There was not updated cached state within the marker object. Reviewed-by: Friedemann Kleint Task: QTCREATORBUG-2544
-
- Oct 06, 2010
-
-
hjk authored
This is a stop-gap measure to make breakpoints usable again. Proper fix is still needed. Reviewed-by: Friedemann Kleint
-
Friedemann Kleint authored
Reviewed-by: hjk Reviewed-by:
aep <arvid.picciani@nokia.com> Task-number: QTCREATORBUG-2612
-
hjk authored
-
- Oct 05, 2010
-
-
Friedemann Kleint authored
Reviewed-by: hjk
-
hjk authored
Reviewed-by: Friedemann Kleint
-
Christiaan Janssen authored
Reviewed by: Kai Koehne, Andre Poenitz
-
- Oct 04, 2010
-
-
Friedemann Kleint authored
Remove break window menu action to toggle 'Full path'. Remove gdb setting 'Use full path'. Clean up break dialog: - Set PathChooser::ExpectedKind before value (showed up in red). - Use PathChooser::setPath()/path() instead of lineedit text - Return thread spec - Add validator for ignorecount as for breakcondition.ui Remove unused fields from breakcondition.ui Reviewed-by: hjk Task-number: QTCREATORBUG-2593
-
- Sep 28, 2010
-
-
hjk authored
Reviewed-by: Friedemann Kleint
-
- Sep 21, 2010
-
-
hjk authored
-
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.
-
- Sep 08, 2010
- Sep 01, 2010
-
-
hjk authored
The 'eye' was for debugging only. Seems to be stable now.
-
- Aug 12, 2010
-
-
hjk authored
-
- Jul 14, 2010
-
-
hjk authored
-
- Jul 07, 2010
-
-
hjk authored
-
- Jun 25, 2010
-
-
hjk authored
-
hjk authored
-
hjk authored
-
Robert Loehning authored
Reviewed-by:
Thorbjørn Lindeijer <thorbjorn.lindeijer@nokia.com>
-
hjk authored
-
- Jun 22, 2010
-
-
hjk authored
-
hjk authored
-
hjk 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).
-
- Jun 11, 2010
- May 20, 2010
-
-
Robert Loehning authored
-
Robert Loehning authored
-
- May 19, 2010
-
-
Friedemann Kleint authored
Change the WatchWindow handling to be based on quint64 addresses to ensure proper function. Changed roles and added one role to the watchmodel to obtain addresses and pointed-to addresses. Add some fiddling to parse out addresses from debugger values. Add menu options. Make sure only one watchpoint per address is added.
-
- May 17, 2010
-
-
hjk authored
Use BreakpointData objects for communicaition instead of random collection of some of their attributes.
-
- May 10, 2010
- May 07, 2010
-
-
hjk authored
-