- 17 Aug, 2015 1 commit
-
-
David Schulz authored
They are already sorted in an intended order. Task-number: QTCREATORBUG-14872 Change-Id: If28d41eb220cb875fa5ef25f0fab075329900bff Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@theqtcompany.com>
-
- 01 Jul, 2015 1 commit
-
-
David Schulz authored
Change-Id: I185d188c8847d90a75694a680bc20488f3d0a9e6 Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-
- 05 Jun, 2015 1 commit
-
-
David Schulz authored
Change-Id: Ida0e8aec41bade10ad1e3ac517812a3a8c120473 Reviewed-by:
David Schulz <david.schulz@theqtcompany.com> Reviewed-by:
hjk <hjk@theqtcompany.com>
-
- 06 May, 2015 1 commit
-
-
David Schulz authored
Change-Id: I1470a67aa559e4d93a01cc70701fb160e873317d Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com> Reviewed-by:
David Schulz <david.schulz@theqtcompany.com>
-
- 01 Apr, 2015 1 commit
-
-
David Schulz authored
Change-Id: I5e4f6f0a1139208ec38c524adc9684cf9c98b6de Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-
- 30 Mar, 2015 2 commits
-
-
David Schulz authored
Change-Id: I033bf3fe0e31cb84ce849ef5d1dabe1f6a95ad1e Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-
David Schulz authored
Change-Id: I7075df252ea9739600fdbf01c27987d2c0f8d159 Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-
- 12 Mar, 2015 1 commit
-
-
David Schulz authored
Returning now the expression that was used to add this watch, not a fixed up value in the *(Type *) address format. Change-Id: I7cb49b3f6370a6b25758c2a2240a004d1bc2f8a3 Task-number: QTCREATORBUG-12801 Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-
- 16 Jan, 2015 1 commit
-
-
Eike Ziller authored
Change-Id: I711d5fb475ef814a1dc9d2822740e827f3f67125 Reviewed-by:
Alessandro Portale <alessandro.portale@digia.com>
-
- 15 Oct, 2014 2 commits
-
-
David Schulz authored
The implementation have changed between the cdbs from Windows SDK 7 and 8. Fixed it to the behavior descriped in the comment above the change. Task-number: QTCREATORBUG-13132 Change-Id: I89aa2848b4f8f32c12daf305e7ed2ab2a7521ced Reviewed-by:
Christian Stenger <christian.stenger@digia.com>
-
David Schulz authored
Change-Id: I235b3d4c884f2f0c95eddfd5d6732f0ff306f0ed Reviewed-by:
Christian Stenger <christian.stenger@digia.com>
-
- 09 Oct, 2014 1 commit
-
-
Eike Ziller authored
Change-Id: I3c22ef2685d7aa589f5d0ab74d693653a4c32082 Reviewed-by:
Alessandro Portale <alessandro.portale@digia.com>
-
- 26 May, 2014 2 commits
-
-
Orgad Shaneh authored
compare() doesn't return bool, but negative, 0 or positive value. Change-Id: I9f2becfa0980e0fb738ab27eaa651c45392385db Reviewed-by:
David Schulz <david.schulz@digia.com>
-
David Schulz authored
Change-Id: Id50cfe888ce54beaef24ceb72a1ccb917ff1d767 Reviewed-by:
hjk <hjk121@nokiamail.com> Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@digia.com>
-
- 29 Apr, 2014 1 commit
-
-
hjk authored
The previous index based way was getting too brittle, use enums instead. Also add a switch between exponential and flat display for floating point types. Task-number: QTCREATORBUG-12050 Change-Id: I86addbac5a80e8b79b176c6107b251b466503fe7 Reviewed-by:
David Schulz <david.schulz@digia.com> Reviewed-by:
Christian Stenger <christian.stenger@digia.com>
-
- 08 Jan, 2014 1 commit
-
-
Robert Loehning authored
Change-Id: Ib5423fdd064e4546f848c0b640b0ed0514c26d3a Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@digia.com> Reviewed-by:
Kai Koehne <kai.koehne@digia.com>
-
- 19 Dec, 2013 1 commit
-
-
David Schulz authored
This allows us to print expanded locals and expressions hierarchys while stepping through the source. Change-Id: I0971cadfd0eed807ae2d3f9fd21bff48daad5175 Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@digia.com> Reviewed-by:
hjk <hjk121@nokiamail.com>
-
- 13 Dec, 2013 1 commit
-
-
David Schulz authored
Moving the more relevant information to the front by appending the pointer value instead of prepending it. Change-Id: Ib873621ce4c4c38cfc7d66e7a645371628d7820c Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@digia.com>
-
- 13 Nov, 2013 1 commit
-
-
David Schulz authored
Change-Id: I0a64539405792b0c839230400b80699c3470dee0 Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@digia.com>
-
- 06 Aug, 2013 1 commit
-
-
David Schulz authored
The local variable output of unsigned __int64 differ between 6.11 and 6.2 6.11: 0x222`23456789 6.2: 0x00000222`23456789 So we must iterate over the value to find and remove the 64bit separator (`) instead of just expect it at the 10th character. Change-Id: I8017c83707b29fa0a510bf621e57e9da6895b63a Reviewed-by:
hjk <hjk121@nokiamail.com>
-
- 20 Jun, 2013 1 commit
-
-
Leena Miettinen authored
QDoc does some magic with the \class and \namespaces and \brief commands, so the following wording must be used: "The xxx class yyy ..." Change-Id: Id231f30e8464898b776888d5423523de404aae34 Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
- 19 Mar, 2013 1 commit
-
-
David Schulz authored
... in the watchdata via flags. Change-Id: I4664807713cc7747216de5abaabf30011921ab4c Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@digia.com>
-
- 08 Mar, 2013 1 commit
-
-
hjk authored
Now 'address' always refers to the address of the object or field mentioned in a WatchItem whereas 'origaddr' is optionally used for the address of the pointer (not its value) pointing to the object/field in case of "autoderef" pointers. Change-Id: I718eb13e6147dafca016c85db6c8b31c631cc764 Reviewed-by:
hjk <hjk121@nokiamail.com>
-
- 06 Feb, 2013 1 commit
-
-
Leena Miettinen authored
The \i and \o commands were replaced with \li and \bold was replaced with \b in QDoc for Qt 5. The \input command was replaced with \include in the docs. Change-Id: I257d1bebb8ebc739ca20e0d29fcf0406ecb14534 Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@digia.com>
-
- 29 Jan, 2013 1 commit
-
-
Robert Loehning authored
Change-Id: Ic6a9ff0359625021ebc061d22db6811814534205 Reviewed-by:
Kai Koehne <kai.koehne@digia.com>
-
- 08 Jan, 2013 1 commit
-
-
Orgad Shaneh authored
#!/usr/bin/env ruby Dir.glob('**/*.cpp') { |file| # skip ast (excluding paste, astpath, and canv'ast'imer) next if file =~ /ast[^eip]|keywords\.|qualifiers|preprocessor|names.cpp/i s = File.read(file) next if s.include?('qlalr') orig = s.dup s.gsub!(/\n *if [^\n]*{\n[^\n]*\n\s+}(\s+else if [^\n]* {\n[^\n]*\n\s+})*(\s+else {\n[^\n]*\n\s+})?\n/m) { |m| res = $& if res =~ /^\s*(\/\/|[A-Z_]{3,})/ # C++ comment or macro (Q_UNUSED, SDEBUG), do not touch braces res else res.gsub!('} else', 'else') res.gsub!(/\n +} *\n/m, "\n") res.gsub(/ *{$/, '') end } s.gsub!(/ *$/, '') File.open(file, 'wb').write(s) if s != orig } Change-Id: I3b30ee60df0986f66c02132c65fc38a3fbb6bbdc Reviewed-by:
hjk <qthjk@ovi.com>
-
- 29 Dec, 2012 1 commit
-
-
Friedemann Kleint authored
- Always retrieve memory for std::strings. - Enable type format. Change-Id: I7bd00adbbeff0c4cc380b3ec078df408440302b4 Reviewed-by:
hjk <qthjk@ovi.com> Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@digia.com>
-
- 21 Dec, 2012 1 commit
-
-
Friedemann Kleint authored
- Add routine for formatting edit values. - Optionally store memory in SymbolGroupNode (along with special info) to be able to re-use it for edit values using a simple convenience class MemoryHandle. - Prototypically implement QString and QByteArray / Qt 5. Task-number: QTCREATORBUG-8344 Change-Id: I6d2cac7a1e9ac48e94335142c41dc1bfb984c515 Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@digia.com>
-
- 05 Oct, 2012 1 commit
-
-
hjk authored
Change-Id: Ice592c6de9951ee3b2c4cb52ed0bb3b6770e0825 Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
- 21 Aug, 2012 1 commit
-
-
Friedemann Kleint authored
Use 'origaddr' as gdb does. Do not append address to watch value if it is already contained in the value. Fixes the currently grayed-out 'Open memory editor at referenced address'. Change-Id: I6f7cf5b7984f93606ad4bb0872348f51c73f9117 Reviewed-by:
hjk <qthjk@ovi.com>
-
- 02 Aug, 2012 1 commit
-
-
Friedemann Kleint authored
In MSVC2012, more bases classes for std::string and containers were introduced whereas std::pair_base was removed compared to MSVC2010. Add a findMember() function to be able to skip base classes when looking for a certain member to finally fix this issue. Introduce SymbolGroupValue::parent()/childCount() and simplify the helpers using it. Change-Id: I7a6aad5c07739ca9cbf350489acd6d03bd1865e8 Reviewed-by:
hjk <qthjk@ovi.com>
-
- 19 Jul, 2012 1 commit
-
-
Eike Ziller authored
Change-Id: I7134d7de30bcf9f9dcfad42520dd45ee083a852d Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
-
- 29 May, 2012 1 commit
-
-
Friedemann Kleint authored
- Fix watch expressions for array to at least point to the initial element. - Return the name (which is the initial expression for the watch symbol group) as last resort if the evaluation fails to avoid obtaining "(*) 0" as expression. Task-number: QTCREATORBUG-7408 Change-Id: Ifdf5ba59f6e18527d98b869f6a273aed283bd7da Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@nokia.com>
-
- 26 Jan, 2012 1 commit
-
-
hjk authored
Change-Id: I2b72b34c0cfeafc8bdbaf49b83ff723544f2b6e2 Reviewed-by:
Daniel Teske <daniel.teske@nokia.com>
-
- 03 Nov, 2011 1 commit
-
-
hjk authored
Change-Id: If18afb5d4665924e7d9250dccbc60a65e6daa75e Reviewed-by:
Eike Ziller <eike.ziller@nokia.com>
-
- 18 Aug, 2011 1 commit
-
-
Friedemann Kleint authored
Do not hex-decode names. Change-Id: I0b9b6df2524cdf66bc34958bbab5bbc28f8a73db Reviewed-on: http://codereview.qt.nokia.com/3172 Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@nokia.com>
-
- 08 Aug, 2011 2 commits
-
-
Friedemann Kleint authored
Change-Id: I9e2f02bfa3dcc2e3ab2895620ee3f163edc3d764 Reviewed-on: http://codereview.qt.nokia.com/2749 Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@nokia.com>
-
Friedemann Kleint authored
Use watch encoding without quotes for non-ASCII output. Use formats with quotes for recoded strings. Extend char-pointer recoding to work for char-arrays as well and restrict to char types. Split up and re-use when outputting QByteArrays or std::[w]string. Task-number: QTCREATORBUG-5667 Change-Id: If9748c2e375ee5ecb05d257410eba4012de1c3cf Reviewed-on: http://codereview.qt.nokia.com/2747 Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@nokia.com>
-
- 01 Aug, 2011 1 commit
-
-
Friedemann Kleint authored
Collapse pointer-type items in watch symbol group when updating. Task-number: QTCREATORBUG-5652 Change-Id: I077120c7352da5bc330bb000786a50432bb47738 Reviewed-on: http://codereview.qt.nokia.com/2424 Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@nokia.com>
-
- 11 Jul, 2011 1 commit
-
-
hjk authored
Change-Id: I8deb537ce837e54315b0f0a64897363f70344137 Reviewed-by: Friedemann Kleint Task-number: QTCREATORBUG-5381 Reviewed-on: http://codereview.qt.nokia.com/1405 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@nokia.com>
-