- 18 Jul, 2015 1 commit
-
-
Christian Kandeler authored
Change-Id: I67e995793d1a818e6b0f2536c2410925f2edffa6 Reviewed-by:
Jake Petroules <jake.petroules@petroules.com>
-
- 17 Jul, 2015 13 commits
-
-
hjk authored
The iterator needs to be tested against the end() of the same container. Change-Id: Ia4d208650d922d529ea074d4cd0eac9f4ac76b87 Reviewed-by:
BogDan Vatra <bogdan@kde.org> Reviewed-by:
Tobias Hunger <tobias.hunger@theqtcompany.com>
-
hjk authored
This was originally present to prevent multiple evaluations of the same items when using GDB/MI varobjs. This also prevented a proper update of child item count. Until recently this did not negatively affect the GUI due to excessive use of reset() in the view. This has changed, so the missing update was visible now, solved here by removing the cache, which is not needed anyways, since we don't use varobjs anymore. Task-number: QTCREATORBUG-14705 Change-Id: I3bbcd0525f02c10765f20be3a55708835747b307 Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com> Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
hjk authored
Left over from the original implementation used for the VariableChooser. Change-Id: I164cb306815823c988b6d79966f007298f6d1e59 Reviewed-by:
Niels Weber <niels.weber@theqtcompany.com>
-
hjk authored
The server on the Qt side Q_ASSERTs otherwise, killing the application. Change-Id: I273f12c4bc89bd3488fa6409fdbebc6a6ac2b606 Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com> Reviewed-by:
hjk <hjk@theqtcompany.com>
-
Christian Stenger authored
This is a partial fix for QTCREATORBUG-14490. Change-Id: I014554e371c222a844c16196a1e3106fd5e45f9e Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>
-
Nikolai Kosjar authored
Change-Id: I4a058d4c68c126d74badfc699a239ef9b2790f3a Reviewed-by:
Erik Verbruggen <erik.verbruggen@theqtcompany.com>
-
Nikolai Kosjar authored
Change-Id: Ib7aa42fbe8cc66fa8629cf9079e81fd0449fe14d Reviewed-by:
Erik Verbruggen <erik.verbruggen@theqtcompany.com>
-
Nikolai Kosjar authored
Change-Id: If29a41aaefeda725965a85f0c7ff47124e2a23c7 Reviewed-by:
Erik Verbruggen <erik.verbruggen@theqtcompany.com>
-
Tobias Hunger authored
Task-number: QTCREATORBUG-14712 Change-Id: Ic171cbeb4b5e4c52f872c7c4ccedcbfa61be4ab8 Reviewed-by:
Robert Loehning <robert.loehning@theqtcompany.com> Reviewed-by:
Alessandro Portale <alessandro.portale@theqtcompany.com>
-
hjk authored
... after the "Sort Members of Classes Alphabetically" option is toggled. The option only influences the contents of the "Locals and Expressions" view, so it is sufficient to update only that. Change-Id: I9eade679eddbfb108c7ed478cce6c13fadcca317 Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com> Reviewed-by:
Niels Weber <niels.weber@theqtcompany.com>
-
hjk authored
Change-Id: I1601a894b8adb3365894b21e06d4929e381b7a01 Reviewed-by:
Niels Weber <niels.weber@theqtcompany.com>
-
Marco Bubke authored
Change-Id: I49711ce040a995f193d36961e010decc27c34c4c Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@theqtcompany.com>
-
hjk authored
There was no actual error in practice, as the handling was lumped together with the tracepoint checkmark, which (accidentally) did the right thing in all cases. Change-Id: Icf12aaf0c48855b747d25a0252c8215e259c4227 Reviewed-by:
Niels Weber <niels.weber@theqtcompany.com>
-
- 16 Jul, 2015 18 commits
-
-
hjk authored
Did only work for Symbian, for now the user can use something like echo Trace hit! continue in the "Commands:" field instead. Change-Id: Ib7ad273bc6de4bbd46845c9e1c75c99e5bddd2bc Reviewed-by:
Niels Weber <niels.weber@theqtcompany.com>
-
hjk authored
This amends 0f46ad4a . Passing the whole environment is unneeded, and can cause problems with multi-line variables. Change-Id: I49a32c550ba52737bb8f797e227bb883be8b1df1 Reviewed-by:
BogDan Vatra <bogdan@kde.org> Reviewed-by:
Niels Weber <niels.weber@theqtcompany.com>
-
hjk authored
The resulting diff contained all the items that were equal as well. Since the function was unused so far, no real harm was done, but the function would be useful to have in the debugger. Change-Id: Ia0b0cea79cfc3ee5442aaf7bb392121590c0f338 Reviewed-by:
Tobias Hunger <tobias.hunger@theqtcompany.com> Reviewed-by:
Daniel Teske <daniel.teske@theqtcompany.com>
-
hjk authored
Change-Id: I88a502f044fca4c842c21563988d0a95e128c664 Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-
Marco Bubke authored
Change-Id: Ib04d2a14989fd221ab6d8f36c92d3520261b99ee Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@theqtcompany.com>
-
Marco Bubke authored
It is not used and is producing overhead. Change-Id: I1398b18a40c0f5c0b90fe4c058996d7eb109f9f2 Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@theqtcompany.com>
-
Marco Bubke authored
Change-Id: Ifccfd72c52910c6e1086d6c782552c60fbb89f5f Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@theqtcompany.com>
-
Nikolai Kosjar authored
Change-Id: I6fdb1766a3b407fbaaf86b0216a0dd710673aec1 Reviewed-by:
Marco Bubke <marco.bubke@theqtcompany.com>
-
hjk authored
Change-Id: Ib24e62c60eea4b0af355c3e93e48a78dc0b51efc Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-
Robert Loehning authored
Change-Id: I204ff6eb3820f67d50f8f4b77012d538741cec47 Reviewed-by:
Robert Loehning <robert.loehning@theqtcompany.com> Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-
hjk authored
Change-Id: Ic341e4a3e974cfde3fbf4afd8cef41080b922067 Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-
hjk authored
This was/is a workaround to not lose the extra information carefully crafted one-shot-breakpoints might carry (e.g. conditions). However, it gets into the way when simple one-shot breakpoints are used automatically ("Jump to line", or native-mixed debugging), so actually deleting the bp in the ui if it's gone on the debugger side seems the lesser evil nowadays. Change-Id: If00dc4e8f27881236c05b17109b57d7c53d424ab Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-
Marco Bubke authored
Change-Id: Icc322bc64988cbc1b5ec4e6d6474b1b6b956c667 Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@theqtcompany.com>
-
Nikita Baryshnikov authored
that is all:) Change-Id: Idf32e241f6c94f5717518b4e0f66f41ea8aed034 Reviewed-by:
Orgad Shaneh <orgads@gmail.com> Reviewed-by:
Tobias Hunger <tobias.hunger@theqtcompany.com>
-
hjk authored
Issue a DebuggerEngine::executeJumpToLine() in response. Change-Id: I7be5738241ce91f61002d6f6b49c796824569024 Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-
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>
-
hjk authored
Use callbacks in QmlEnginePrivate::evaluate(). This separates the four code paths through the machinery into three separate handlers and one direct access to the console. This also fixes a bug where items were put into 'debuggerCommands' but attempted to be removed from 'updateLocalsAndWatchers'. Introduce a QmlEngine::updateLocals similar to what the other engines do. Let the frame() and assignValue() paths use it. Keep track of pending changes and call notifyUpdateFinished if and only if the pending lookup queues is empty. Finally, remove some dead code. Change-Id: I173a52911d0de994b849fc6ab4f52ef7f64a8ba5 Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-
hjk authored
Version, Backtrace, Frame, Scope and Lookup for now. Change-Id: I615c8f8c00484e9bb1742485f24bdfc537f83021 Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-
- 15 Jul, 2015 8 commits
-
-
Christian Kandeler authored
To HEAD of 1.4 branch. Change-Id: Id8b7ecc1dbcbe381c5766666e4cc91c75ad502f4 Reviewed-by:
Joerg Bornemann <joerg.bornemann@theqtcompany.com>
-
Marco Bubke authored
Change-Id: If05c053afd0e422bb407e85bd2d403690084d637 Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@theqtcompany.com>
-
Marco Bubke authored
To prevent re-allocations. Change-Id: I25f8d56bc8e55938e1888364414bc316da7fdf6c Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@theqtcompany.com>
-
Marco Bubke authored
Change-Id: I62f9b9c217570dd6dafc45719e898cc2ac4d2937 Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@theqtcompany.com>
-
Marco Bubke authored
...by ensuring that the precompiled preamble is created. Change-Id: I80784b6a79c40a7e452530e8288783f33f881efc Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@theqtcompany.com>
-
Tobias Hunger authored
Qt 5.3 is the only version we are going to support that does not offer ui.qml file support. So just check for the QtQuick version shipped in Qt 5.3 to decide whether or not to display the checkbox. Task-number: QTCREATORBUG-14712 Change-Id: Ibb2204f2bcff819b749e1ed744c14a2e96769351 Reviewed-by:
hjk <hjk@theqtcompany.com> Reviewed-by:
Alessandro Portale <alessandro.portale@theqtcompany.com>
-
Marco Bubke authored
UnregisterProjectPartsForCodeCompletionCommand is using them as ids and not as file paths. Change-Id: I13a82c1995c60bdb60c72f4fd794aa354fcbb4ef Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@theqtcompany.com>
-
BogDan Vatra authored
Env vars should be set to debuggee not to debugger. Change-Id: I1ff877e295cb61f3a47c3aec5ffb43dea64df1cc Reviewed-by:
hjk <hjk@theqtcompany.com>
-