aboutsummaryrefslogtreecommitdiffstats
path: root/dist/changes-2.2.0
diff options
context:
space:
mode:
authorhjk <qtc-committer@nokia.com>2011-03-15 18:33:13 +0100
committerhjk <qtc-committer@nokia.com>2011-03-15 18:33:37 +0100
commitd76f866bb6e45d18e022054e3a0e719dc0ab2f03 (patch)
tree824b8b1ef5e308732ec9737dbd2340e5bb1569a9 /dist/changes-2.2.0
parent0fbcfaccce11c19fac5f297f5d5cd9bdde465b4e (diff)
changes-2.2.0: add valgrind, small debugger changes
Diffstat (limited to 'dist/changes-2.2.0')
-rw-r--r--dist/changes-2.2.011
1 files changed, 6 insertions, 5 deletions
diff --git a/dist/changes-2.2.0 b/dist/changes-2.2.0
index cba3866129..b82edcb515 100644
--- a/dist/changes-2.2.0
+++ b/dist/changes-2.2.0
@@ -39,10 +39,10 @@ Debugging
different projects, combined Qml/C++ debugging, project 'snapshots', ...)
* Reworked breakpoint handling: new special breakpoint types for "break
on throw", "break on main", data breakpoints.
- * Introduce combined c++/qml debugging (combined stack, cross-step)
+ * Introduce combined c++/qml debugging (combined stack, cross-step) (gdb only)
* Rework per-type and per-item selection of display formats
* New dumpers for QTextCursor, QTextDocument, __m128, QScriptValue
- QBasicAtomicPointer, bit fields, boost::shared_ptr
+ QBasicAtomicPointer, bit fields, boost::shared_ptr (gdb only)
* Improve dumpers for QRegion, QVariant (custom types), QSharedPointer,
QMultiMap (QTCREATORBUG-3122), QObject, QWeakPointer
* Make alphabetic structure member sorting optional
@@ -51,8 +51,8 @@ Debugging
* Improve stepping performance
* Enable breakpoint setting from a disassembler view, QTCREATORBUG-3667
* Fix display of shadowed variables.
- * Fix display of data containing quoote characters, QTCREATORBUG-3084
- * Fix display of C style 'typedef struct X { ... } X;
+ * Fix display of data containing quote characters, QTCREATORBUG-3084
+ * Fix display of C style 'typedef struct X { ... } X;
* Fix stack/break view updates after manual module loading, QTCREATORBUG-3427
* Fix 'Jump To/Run to' when in instruction-wise mode
* Several fixed to the "watcher" handling
@@ -60,7 +60,7 @@ Debugging
* Robust process control after -exec-interrupt errors, QTCREATORBUG-2850
* Robust detection of Qt-in-namespace builds
* Handle "live updates" in the memory view
- * Make memory view writable
+ * Make memory view writable (gdb only)
* Improve starting debugger session directly from the command line
BinEditor:
@@ -135,6 +135,7 @@ Wizards
* Support new keywords %MONTH% and %DAY% for C++ template file
Misc
+ * MemCheck (from Valgrind) integration (Linux, Mac)
* Create infrastructure to setup "soft dependencies" between plugins
* Add a little tool 'qtpromaker' doing the job of 'qmake -project', but
much faster to make Qt Creator usable to quickly inspect and navigate