OSDN Git Service

changes-2.2.0: add valgrind, small debugger changes
authorhjk <qtc-committer@nokia.com>
Tue, 15 Mar 2011 17:33:13 +0000 (18:33 +0100)
committerhjk <qtc-committer@nokia.com>
Tue, 15 Mar 2011 17:33:37 +0000 (18:33 +0100)
dist/changes-2.2.0

index cba3866..b82edcb 100644 (file)
@@ -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