- Feb 17, 2011
-
-
hjk authored
Looks there is no way to proceed without inferior calls right now.
-
- Feb 15, 2011
-
-
hjk authored
-
- Feb 10, 2011
-
-
hjk authored
-
- Jan 27, 2011
- Dec 16, 2010
-
-
hjk authored
Task-number: QTCREATORBUG-2785
-
- Dec 06, 2010
-
-
hjk authored
-
- Dec 01, 2010
- Nov 30, 2010
- Nov 19, 2010
- Nov 02, 2010
- Nov 01, 2010
-
-
hjk authored
Reviewed-by: Friedemann Kleint
-
- Oct 26, 2010
- Oct 18, 2010
-
-
Friedemann Kleint authored
Sometimes, std::string is seen instead of std::basic_string<>. Reviewed-by: hjk Reviewed-by:
Arvid Ephraim Picciani <arvid.picciani@nokia.com> Task-number: QTCREATORBUG-2662
-
- Oct 13, 2010
- Oct 08, 2010
- Oct 01, 2010
-
-
hjk authored
The problem of gdb finding QVector::malloc instead of the global malloc appeared again. The workaorund is to use calloc which is not used by Qt. However, for transfering string literal data to the inferior gdb uses malloc internally outside our control, so we cannot use string literals in inferior calls at all. In the particular case of QObject property names we are lucky as the data already exists in the inferior memory. This patch just uses it. Reviewed-by: Leandro Melo Task: QTCREATORBUG-2533
-
- Sep 30, 2010
-
-
Friedemann Kleint authored
Avoid symbol clash with QVector::malloc. Display at least property count. Reviewed-by: hjk
-
- Sep 28, 2010
-
-
hjk authored
- Sep 27, 2010
-
-
hjk authored
-
- Sep 17, 2010
-
-
hjk authored
-
- Sep 16, 2010
-
-
hjk authored
-
- Sep 09, 2010
-
-
hjk authored
-
- Sep 02, 2010
-
-
hjk authored
-
- Aug 26, 2010
-
-
hjk authored
Task-number: QTCREATORBUG-2123 QTCREATORBUG-2122
-
- Aug 25, 2010