- 19 Apr, 2017 1 commit
-
-
Montel Laurent authored
Change-Id: I4f2e61e4bade9e7b4518d144db8163e596ab6264 Reviewed-by:
Orgad Shaneh <orgads@gmail.com> Reviewed-by:
Tobias Hunger <tobias.hunger@qt.io> Reviewed-by:
Thomas Hartmann <thomas.hartmann@qt.io> Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@qt.io>
-
- 22 Feb, 2017 1 commit
-
-
Tim Jenssen authored
Format initializer lists code style like. Change-Id: Ib82c235e4ba7dc75ee96a7abc0c47eff7b0a9013 Reviewed-by:
hjk <hjk@qt.io>
-
- 09 Aug, 2016 1 commit
-
-
Orgad Shaneh authored
This overload of error is deprecated in 5.6. Replace with errorOccurred, which was introduced in 5.6. Change-Id: Iccfba7e7103b7ce377471696f1f2ec217e52c840 Reviewed-by:
Alessandro Portale <alessandro.portale@qt.io>
-
- 04 Aug, 2016 1 commit
-
-
hjk authored
One step further to separate the debugger environment from the inferior environment and to make it possible to configure a working directory. Guessing one from the inferior's working directory is not always a good idea. Change-Id: I33d139c0f228ec0870556b82bc6aecca0a8e62d6 Reviewed-by:
Christian Stenger <christian.stenger@qt.io>
-
- 02 Aug, 2016 1 commit
-
-
Christian Stenger authored
If the Modules view of the debugger is one of the enabled views the command for fetching modules is triggered before the PdbEngine could start up at all. Ignore the respective command if the engine is currently requested to start. Change-Id: I509d122ecba4f3bde6b2139a519c9a12ac627c2f Reviewed-by:
hjk <hjk@qt.io>
-
- 09 Jun, 2016 1 commit
-
-
hjk authored
With QT_RESTRICTED_CAST_FROM_ASCII making GdbMi etc operate on QString is feasible again. Take this as opportunity to move debugger encoding handling closer to a 'conversion on input and output if needed, storage in QString only' scheme. Change-Id: I2f10c9fa8a6c62c44f4e6682efe3769e9fba30f7 Reviewed-by:
Christian Stenger <christian.stenger@qt.io>
-
- 11 Apr, 2016 1 commit
-
-
hjk authored
It was there for GDB at a time, but never for the other backends. Fix the GDB regression and make the sorting consistent across backends. Task-number: QTCREATORBUG-15296 Change-Id: If728c65f0c8ca4a8378c7cf5e53f1dadbfb72b29 Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-
- 08 Apr, 2016 1 commit
-
-
hjk authored
Backends only have to specify whether an object members are sortable in principle (e.g. all structs), and some numeric 'sortgroup' value for member items (higher values are always sorted on top). Change-Id: I10ce94580374fed48a35f058a575a1408d6801af Reviewed-by:
David Schulz <david.schulz@theqtcompany.com> Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-
- 11 Mar, 2016 1 commit
-
-
Christian Stenger authored
Change-Id: Ie216b28b7effb2d44ba507dffa07bb7f463030e7 Reviewed-by:
hjk <hjk@theqtcompany.com>
-
- 28 Jan, 2016 1 commit
-
-
hjk authored
This is a mechanical replacement for the former executable, processArgs, inferiorEnvironment and workingDirectory members. Change-Id: I4160e01427ed801df9b729f1f31d0a2ca48159b5 Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-
- 19 Jan, 2016 1 commit
-
-
Tobias Hunger authored
* Update files in src/plugins Change-Id: Ia5d77fad7d19d4bb3498e78661982f68729adb22 Reviewed-by:
Tobias Hunger <tobias.hunger@theqtcompany.com>
-
- 06 Jan, 2016 1 commit
-
-
hjk authored
Don't instantiate repeating boilerplate item data in some cases (such as large arrays). This makes it necessary to access parent WatchItems in a lot more cases than before and needs another separation of WatchItem/WatchModel code to keep the dumper autotests in a functional state. For a plain std::vector<int> with 1 mio items this reduces extraction time from more than 2 minutes to about 3 seconds. Change-Id: I175c5f6ee90434a6e85342d8bb71bd10a04dd271 Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com> Reviewed-by:
David Schulz <david.schulz@theqtcompany.com>
-
- 04 Nov, 2015 1 commit
-
-
hjk authored
Allows default implementation of e.g. stack retrieval in the base class. Change-Id: I96460b19aa31347b2c863736b4ce2b5046eb4de6 Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com> Reviewed-by:
David Schulz <david.schulz@theqtcompany.com>
-
- 09 Oct, 2015 1 commit
-
-
hjk authored
- Remove old experimental native mixed approach. - Move some common stack parsing to Stackhandler. - Mark gdbbridge.py debug output explicitly to remove it from actual reponse handling New native mixed needs QtDeclarative changes and QTC_DEBUGGER_NATIVE_MIXED=1 for now. Change-Id: I09eed1da51cea878636d36756015b7bfaed34203 Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-
- 15 Sep, 2015 3 commits
-
-
Ulf Hermann authored
The V4 debug service expects correct JSON as input and gdb, lldb, and pdb expect Python object literals. There is a subset of JSON that is also valid as Python object literals and we use that for the protocol spoken with gdb, lldb, and pdb. The strings passed to CDB are tunneled through JSON strings and converted to byte arrays before sending them. Change-Id: I87319b5450e5c3c3b29c565b75cddaa612767611 Task-number: QTCREATORBUG-14931 Reviewed-by:
hjk <hjk@theqtcompany.com>
-
hjk authored
Since resetLocation() is called when the repective actions are triggered immediately before the engine's executeFoo() are called there is no need to call them in executeFoo() again. Also, remove the unused autoContinueInferior(); function. Change-Id: I8d2ec419c0da6efa388ce1ed317f31d24654897f Reviewed-by:
Niels Weber <niels.weber@theqtcompany.com>
-
hjk authored
... of {Gdb,Lldb,Pdb}Engine. Code is the same nowadays. Change-Id: I874b1ddfd813c15cc16c9b91bd894c7c42b56e93 Reviewed-by:
Niels Weber <niels.weber@theqtcompany.com> Reviewed-by:
David Schulz <david.schulz@theqtcompany.com>
-
- 02 Sep, 2015 4 commits
-
-
hjk authored
This seems to be the expected behavior of PDB users. Change-Id: Iaa9ca5e173e02d423c1a96a5f553bde0826db19c Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-
hjk authored
... by more direct flushing on the dumper side. Change-Id: I53d91e564bb948e3c934242fec4f23f36ee8c10e Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-
hjk authored
Change-Id: Ia6f9ec5ffdfd1239c10252a74cc30f57d9f63de1 Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-
hjk authored
Change-Id: Iad3a4bae108658d427f5c53908162ab0d771b22c Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-
- 24 Aug, 2015 1 commit
-
-
hjk authored
Starting from unused command line commands like 'up' and 'down' up to the (Pdb) prompt handling. Change-Id: I93ab5025a52b259e3f9d80f3251e88bdb18a3467 Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-
- 20 Aug, 2015 1 commit
-
-
hjk authored
The (re-)enables basic stepping, data display, frame selection etc for Python 2 and 3. Arguments passing, jump to line etc. don't work yet. Change-Id: I8af03e5905092360eb268ba3081a1236b1f8577f Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-
- 16 Jul, 2015 1 commit
-
-
hjk authored
There are two cases that do not coincide in asynchronous engines such as the QmlEngine: Inserting a new watch item, and expanding the children of an existing item. Change-Id: Ic98a5f1e89aca37146039a241de737c407606e83 Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-
- 07 Jul, 2015 1 commit
-
-
hjk authored
This removes the need of bookkeeping on the engine side. It's basically a kind of mark-and-sweep: On update begin mark items that are expected to change as outdated, while data arrives, undo that marking, and update end remove all remaining marked items. Change-Id: I739b84869033d511d5c9a80605c079e87ef4f6a7 Reviewed-by:
David Schulz <david.schulz@theqtcompany.com>
-
- 10 Jun, 2015 1 commit
-
-
hjk authored
This splits the bool setToolTipExpression() operation into a bool canHandleToolTip(), and the actual processing of the request, which is mostly identical to the handling of a watcher. Handling a watcher is now mostly the same as a full Locals update, except for the 'partial' flag. Pushing the handling of that down to the bridges gives identical code paths in the gdb and lldbengine. Move that to the DebuggerEngine base class. Change-Id: I3861b43e8630c7e7bd57fcd549b2a2387e3d4869 Reviewed-by:
hjk <hjk@theqtcompany.com> Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-
- 28 May, 2015 1 commit
-
-
hjk authored
Right now, DebuggerStartParameter is part of the debugger plugin external interface. Better not make it fatter than necessary. Change-Id: I3b9205089f971dd314ccba1335b5ca2d4d9fe7c6 Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com> Reviewed-by:
David Schulz <david.schulz@theqtcompany.com>
-
- 08 May, 2015 1 commit
-
-
hjk authored
Change-Id: I052bc093086a5da0b2cbd4e99df32e42627ceaf5 Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com> Reviewed-by:
hjk <hjk@theqtcompany.com>
-
- 22 Apr, 2015 1 commit
-
-
hjk authored
- introduce topLevelItemCount (similar to QTreeWidget) - squash untypedTreeLevelItems() - rename removeItems() to clear() - rename removeItem() to takeItem() - rename treeLevelItems<> to itemsAtLevel<> Change-Id: I0f1bb4110f7687b20da3d92e3d943858645a9fa2 Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
- 20 Mar, 2015 1 commit
-
-
hjk authored
... in WatchHandler and DebuggerEngine interface. Adjust using code. Change-Id: I6371f3e96ba46a783e23a5767cdde24a10d3fce7 Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com> Reviewed-by:
hjk <hjk@theqtcompany.com>
-
- 17 Mar, 2015 1 commit
-
-
hjk authored
Change-Id: Ic9d3df22d917e5644d6302a6af06aa8eadea8b5a Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-
- 16 Mar, 2015 1 commit
-
-
David Schulz authored
Change-Id: I4b26cbe71f5936f367f9add2b3a6c812446835d8 Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com> Reviewed-by:
hjk <hjk@theqtcompany.com>
-
- 06 Mar, 2015 2 commits
-
-
hjk authored
The only information ever used is whether it's c++ or not. Change-Id: I4ca00663856dd66cbdf58c468f175a8c9e41d6a5 Reviewed-by:
hjk <hjk@theqtcompany.com>
-
hjk authored
Only needed in the non-Python days. CDB didn't use it to start with. Change-Id: Ia609218cc1a694f797e278c4d99ead68e6212938 Reviewed-by:
hjk <hjk@theqtcompany.com>
-
- 26 Feb, 2015 2 commits
-
-
Christian Kandeler authored
Change-Id: Ic92e5854535a668f49f5e49a51d190132d27e9e6 Reviewed-by:
hjk <hjk@theqtcompany.com>
-
Friedemann Kleint authored
Change-Id: I70ca6773e0f6aa6d80a441f8920d7f5d2418e1bf Reviewed-by:
hjk <hjk@theqtcompany.com>
-
- 13 Feb, 2015 4 commits
-
-
hjk authored
It's 'return', not 'finish' Change-Id: I75bd7dc5f7caff2b63caa54badd958cb27e4e7e3 Reviewed-by:
hjk <hjk@theqtcompany.com>
-
hjk authored
Change-Id: I7b17ffba4f2cc48c7a640e6ccc465e38197777dd Reviewed-by:
hjk <hjk@theqtcompany.com>
-
hjk authored
Change-Id: I505c3e9c4a239ed381d525b5acaf1acf3a06a59a Reviewed-by:
hjk <hjk@theqtcompany.com>
-
hjk authored
Change-Id: I39f072fe819da746c624e6028b0e5e17f1f1f111 Reviewed-by:
hjk <hjk@theqtcompany.com>
-