- Aug 23, 2012
-
-
Friedemann Kleint authored
Remove the RunConfiguration parameter from guessCppEngineType() and use the DebuggerStartParameter::toolChainAbi only. Use fillParameter() to set the debugger command and toolchain in order to prevent mismatches. Add logic trying to figure out the profile to fillParameters() in case the profile passed in is 0 for the command line cases. Use CDB matcher for post mortem and Remote CDB, fix it to prefer 64bit CDB on 64bit OS. Change-Id: Icedc3883fe15660303060498ab609957e6d01cd1 Reviewed-by:
hjk <qthjk@ovi.com>
-
- Aug 16, 2012
-
-
hjk authored
Change-Id: Ifaf663ee1827976e45e68e309b19c2f233a05ac1 Reviewed-by:
hjk <qthjk@ovi.com>
-
hjk authored
Change-Id: Id59c9df315f7b19cd8a705e4283e749fb71b4dce Reviewed-by:
hjk <qthjk@ovi.com>
-
hjk authored
The master engine pointer can be given later. Change-Id: I4d72679dcbd5fe7291067a5e78c984d26cc187aa Reviewed-by:
hjk <qthjk@ovi.com>
-
hjk authored
With profiles we have more reliable information, no need for some of the guessing anymore. Change-Id: I1818fbb112d44c99ef96c8643256432805a1b97b Reviewed-by:
Joerg Bornemann <joerg.bornemann@nokia.com> Reviewed-by:
hjk <qthjk@ovi.com>
-
- Aug 14, 2012
-
-
hjk authored
This was mostly useful in cases where the guessing magic failed. With the new Profiles, the debugger engines can be adjusted there. Change-Id: I96622775588bb46c3e4e35af27e352593eb405d1 Reviewed-by:
hjk <qthjk@ovi.com>
-
- Aug 13, 2012
-
-
Tobias Hunger authored
* Handle 0 when calling createTarget to avoid the crashes in the first place * Do not try to create/add targets for 0 profiles to avoid creator writing a warning to the console * Fix possible crashes in debugger when no default profile is set. Task-number: QTCREATORBUG-7695 Change-Id: I9afc8e29c8b859ad078dad794ef5017168daac78 Reviewed-by:
Orgad Shaneh <orgads@gmail.com> Reviewed-by:
Eike Ziller <eike.ziller@nokia.com>
-
- Aug 12, 2012
-
-
hjk authored
Change-Id: I6ed602a7cf498d56fa79cef72aebe7742bc50075 Reviewed-by:
hjk <qthjk@ovi.com>
-
hjk authored
Add 'using', braces, line length... Change-Id: Iefbe081e33301d39f729906d181dcad4f6c8f2a4 Reviewed-by:
hjk <qthjk@ovi.com>
-
- Jul 19, 2012
-
-
Eike Ziller authored
Change-Id: I7134d7de30bcf9f9dcfad42520dd45ee083a852d Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
-
- Jun 28, 2012
-
-
hjk authored
This replaces the debugger command, sysroot and target abi fields with a profile id. Change-Id: I831c42ff8624fcfa520c2f28f6f06d73191b2680 Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com>
-
Tobias Hunger authored
Change-Id: If630ba9b3d108c2b81316555e67d4bc6a6beb098 Reviewed-by:
hjk <qthjk@ovi.com>
-
- Jun 21, 2012
-
-
Tobias Hunger authored
Introduce Profiles to store sets of values that describe a system/device. These profiles are held by a target, getting rid of much of the information stored in the Build-/Run-/DeployConfigurations, greatly simplifying those. This is a squash of the wip/profile branch which has been on gerrit for a while, rebased to current master. Change-Id: I25956c8dd4d1962b2134bfaa8a8076ae3909460f Reviewed-by:
Daniel Teske <daniel.teske@nokia.com>
-
- Jun 13, 2012
-
-
Aurindam Jana authored
In the case of Attach to Remote Process, try connecting immediately. While, in the case of Attach to Remote Server, wait for output message or timeout. Change-Id: I94570a2ab05bb069ea64819fcbb0055555fe0f33 Reviewed-by:
Christian Kandeler <christian.kandeler@nokia.com>
-
- Jun 06, 2012
-
-
hjk authored
Change-Id: I650d666a3d1eef23cbf34b0d7a3308666abcd42c Reviewed-by:
hjk <qthjk@ovi.com>
-
- Jun 05, 2012
-
-
hjk authored
Change-Id: I3ea5ddd608ff9e6764a995dc042466d436ca8474 Reviewed-by:
hjk <qthjk@ovi.com>
-
- May 18, 2012
-
-
Tobias Hunger authored
* Move debugginghelper to QtSupport. ProjectExplorer should not start looking for Qt versions! * Make autotools and generic project plugins depend on QtSupport Change-Id: If28418a85e3696cba713e66148c893a5a9b6adc7 Reviewed-by:
Daniel Teske <daniel.teske@nokia.com>
-
- Apr 24, 2012
-
-
hjk authored
* add a few Q_OBJECT * change DebuggerRunControl::tr() to DebuggerPlugin::tr() Change-Id: I7ed973ea71b3492e91b45784595d9471587f72ea Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@nokia.com>
-
- Apr 17, 2012
-
-
hjk authored
The result of using gdb on msvc compiled binaries is not satisfactory. It essentially shows raw disassembly only and allows switching threads after user initiated stops. No breakpoints etc. It is expected that people would never use the msvc/gdb combination consciously so it seems better to not provide the feature at all. Change-Id: I8918103e44643bfa1ad0b419a911a232f8a5299e Task-number: QTCREATORBUG-7309 Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@nokia.com> Reviewed-by:
Orgad Shaneh <orgads@gmail.com> Reviewed-by:
David Schulz <david.schulz@nokia.com>
-
hjk authored
This also allows simple setting of breakpoints on failed asserts. Change-Id: I6dd84cbfaf659d57e39f3447386cebc0221b2b84 Reviewed-by:
Daniel Teske <daniel.teske@nokia.com>
-
- Mar 28, 2012
-
-
hjk authored
Change-Id: I2ea81b1a9407ae7e5045aadf43b0c2d971fc615b Reviewed-by:
hjk <qthjk@ovi.com>
-
- Mar 19, 2012
-
-
Orgad Shaneh authored
If a usable engine was found, there is no reason to display errors set by another engines Task-number: QTCREATORBUG-7150 Change-Id: I50cec27a127a0af34b5287c389df6ce6a797bb3e Reviewed-by:
hjk <qthjk@ovi.com>
-
- Feb 29, 2012
-
-
Kai Koehne authored
Change-Id: I3fbced75504afd797346aa892a9f71e37c71f118 Reviewed-by:
hjk <qthjk@ovi.com>
-
- Feb 24, 2012
-
-
Christian Kandeler authored
Change-Id: I4da0d92552146b9fa7a2236bce2f2ed0c9fe6147 Reviewed-by:
hjk <qthjk@ovi.com>
-
hjk authored
Change-Id: I0d6e18e393e07b101c1b429825a8897a15317034 Reviewed-by:
Christian Kandeler <christian.kandeler@nokia.com>
-
- Feb 23, 2012
-
-
hjk authored
Change-Id: I5913ddaaab1a80b1557f0bcf7ebcc15e0e4b74eb Reviewed-by:
hjk <qthjk@ovi.com>
-
hjk authored
Change-Id: I9eb046348d4b56e64ffc2a2beb057d2fe090f8c3 Reviewed-by:
Christian Kandeler <christian.kandeler@nokia.com>
-
hjk authored
This also lets runconfigurations like Maemo suppress the QML parts completely. Change-Id: I19573053b565b21be4407f1e0ea024c07ffd4d73 Reviewed-by:
Christian Kandeler <christian.kandeler@nokia.com>
-
- Feb 21, 2012
-
-
hjk authored
This is the first step of a larger refactoring. The plan is to make debuggersettings more orthogonal to individual runconfiguration implementation. This patch alone already pushes the settings handling to the debugger plugin and removes code duplication in the runconfiguration implementation. Change-Id: I4c78d1658ea462d3df14b873f8f41cc918a23f1a Reviewed-by:
Daniel Teske <daniel.teske@nokia.com> Reviewed-by:
hjk <qthjk@ovi.com>
-
- Feb 16, 2012
-
-
hjk authored
Change-Id: I0c8ba3c2d22ca7128527da42b81919dabbd82d14 Reviewed-by:
hjk <qthjk@ovi.com>
-
- Feb 15, 2012
-
-
Erik Verbruggen authored
Getting the #include directives ready for Qt5. This includes the new-project wizards. Change-Id: Ia9261f1e8faec06b9285b694d2b7e9a095978d2b Reviewed-by:
Eike Ziller <eike.ziller@nokia.com>
-
- Feb 01, 2012
-
-
Kai Koehne authored
Make the choice of language part of the DebuggerStartParameters, instead of deriving it indirectly from the current project. This prevents e.g. the QmlCppEngine to be used when loading core files. Change-Id: I9d1c9ab318ba789abe3a6ea0478ebda71857e793 Reviewed-by:
hjk <qthjk@ovi.com>
-
- Jan 26, 2012
-
-
hjk authored
Change-Id: I2b72b34c0cfeafc8bdbaf49b83ff723544f2b6e2 Reviewed-by:
Daniel Teske <daniel.teske@nokia.com>
-
- Jan 25, 2012
-
-
Kai Koehne authored
Never use the combined QmlCppEngine if the primary engine is already the QmlEngine. Change-Id: Ic87816bbe67fdf4ab004a41db601e33383c570dc Reviewed-by:
hjk <qthjk@ovi.com>
-
- Jan 24, 2012
-
-
hjk authored
Change-Id: I9b690d9b150c8d162b15370f9f8986267c9128f1 Reviewed-by:
Daniel Teske <daniel.teske@nokia.com>
-
- Jan 19, 2012
-
-
Tobias Hunger authored
Change-Id: Ifa168b95d290bfae5c342981c4e4556d6f6913eb Reviewed-by:
Daniel Teske <daniel.teske@nokia.com>
-
- Jan 17, 2012
-
-
Tobias Hunger authored
Use FileName when passing in a file to extract ABIs from. Also convert some helper functions in baseqtversion to use FileNames in favor of normal strings. Change-Id: I41c724c4c05bb4ff0d8b832f84fffa08d64762d9 Reviewed-by:
Daniel Teske <daniel.teske@nokia.com>
-
- Jan 11, 2012
-
-
hjk authored
Change-Id: Ia906944a489b09afdea59f74afbf759b4caebe37 Reviewed-by:
Aurindam Jana <aurindam.jana@nokia.com> Reviewed-by:
Daniel Teske <daniel.teske@nokia.com>
-
- Dec 21, 2011
-
-
Friedemann Kleint authored
(except gdbmi.cpp, name_demangler.cpp). Remove some unneeded conversions, change some maps to take QByteArray keys. Change-Id: I010f1251998a441fe5c8c87901b1e0c277c0391c Reviewed-by:
hjk <qthjk@ovi.com>
-
- Dec 20, 2011
-
-
Friedemann Kleint authored
When accidentally pressing 'Debug' on a library project, the dialog asking for the executable pops up and debugging still starts although cancel is pressed. Add dialog title, set flags, and check its return values. Change-Id: I8518b8af70b12a7059f9ee0e20a9d0b325db1e98 Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com>
-