- Nov 15, 2010
-
-
hjk authored
-
hjk authored
-
Friedemann Kleint authored
For Breakpoint data manipulation. Reviewed-by: hjk
-
hjk authored
-
hjk authored
-
hjk authored
-
hjk authored
-
Friedemann Kleint authored
-
hjk authored
-
hjk authored
-
hjk authored
FIXME: add translations once interface has stabilized.
-
hjk authored
It also shows the response data.
-
hjk authored
-
hjk authored
-
hjk authored
-
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
- Nov 05, 2010
-
-
hjk authored
-
- Nov 04, 2010
-
-
hjk authored
-
- Nov 02, 2010
-
-
Friedemann Kleint authored
-
- Oct 29, 2010
-
-
hjk authored
-
Arvid Ephraim Picciani authored
Reviewed-by: Friedemann Kleint Reviewed-by: hjk
-
- Oct 18, 2010
-
-
Friedemann Kleint authored
Reviewed-by:
Arvid Ephraim Picciani <arvid.picciani@nokia.com>
-
- Oct 15, 2010
-
-
Robert Loehning authored
Reviewed-by: hjk
-
- 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
-
Christiaan Janssen authored
Reviewed by: Kai Koehne, Andre Poenitz
-
- 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.
-