summaryrefslogtreecommitdiff
path: root/src/plugins/ios/iosdebugsupport.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Fix compilation of ios plugin with Windows 64 bitKai Koehne2013-12-091-0/+2
| | | | | | | | | Q_PID is a pointer under windows, and the compiler won't allow us to convert a 64 bit pointer to int. Task-number: QTCREATORBUG-11026 Change-Id: I34e45bf2ef1e565c5967fac6b482c14117a04578 Reviewed-by: Eike Ziller <eike.ziller@digia.com>
* ios: do not stop in debugger when debuggings an appFawzi Mohamed2013-11-211-0/+2
| | | | | | | | | | | the attached process is seen as still running just after the attach and continuing fails, immediately later a spontaneous stop is detected and on ios (where we set continueAfterAttach) we continue after the spontanous stop. This also work in the desktop case. Change-Id: I92fbcd3ba319da7d9e664f67c8cbbea00f0daa43 Reviewed-by: hjk <hjk121@nokiamail.com>
* lldb/ios: add platform specificationFawzi Mohamed2013-11-041-2/+5
| | | | | Change-Id: Ie7867dce5bd50573d714d41bf46195a802eb61c7 Reviewed-by: Eike Ziller <eike.ziller@digia.com>
* ios: fixing debugging handling when debugger is missingFawzi Mohamed2013-11-011-1/+2
| | | | | | Change-Id: I1178e5fddd9bf6ed4985b029f03478e3ba2a89b8 Reviewed-by: Eike Ziller <eike.ziller@digia.com> Reviewed-by: hjk <hjk121@nokiamail.com>
* ios: device debuggingFawzi Mohamed2013-10-311-12/+7
| | | | | | | | switched to using a relay server Change-Id: Ic3ddb48b818fa43894314f7fbaf9d7780fc01ade Reviewed-by: hjk <hjk121@nokiamail.com> Reviewed-by: Fawzi Mohamed <fawzi.mohamed@digia.com>
* Rename plugins/qt4projectmanager to qmakeprojectmanagerhjk2013-10-291-3/+3
| | | | | | | This finally renames the plugin itself. Change-Id: Ibdf4f4b4e9776c2fdc809e0127f3e1310de44bd1 Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
* Fix compilation of IOS Simulator debugging on windows.David Schulz2013-10-291-1/+5
| | | | | Change-Id: I57dc9297c89b193dbcb7dd9c96ff6d6118ce2191 Reviewed-by: Fawzi Mohamed <fawzi.mohamed@digia.com>
* Qt4ProjectManager: Rename {Qt4,Qmake}{Project,Pr{i,o}FileNode}hjk2013-10-291-3/+3
| | | | | | Change-Id: I27139d8ccc17b665853bec4a37e80568680b5fcc Reviewed-by: Eike Ziller <eike.ziller@digia.com> Reviewed-by: David Schulz <david.schulz@digia.com>
* ios simulator debuggingFawzi Mohamed2013-10-291-9/+75
| | | | | Change-Id: Ieee4a509b46da937c3bce21f72c77685946db4dd Reviewed-by: hjk <hjk121@nokiamail.com>
* Qt4ProjectManager: Rename the "normal" qt4* files to qmake*hjk2013-10-161-3/+3
| | | | | | Change-Id: I5e173900a4008c72c67a30eaa9c101027c1b43af Reviewed-by: Eike Ziller <eike.ziller@digia.com> Reviewed-by: David Schulz <david.schulz@digia.com>
* Rename namespace Qt4ProjectManager to QmakeProjectManagerhjk2013-10-161-1/+1
| | | | | | | First step towards plugin renaming. Change-Id: I8ac017660a7aa2bda0d7bb7d72ab0cfceaf6cfd2 Reviewed-by: Eike Ziller <eike.ziller@digia.com>
* IOs: Fix warnings about unused thingsTobias Hunger2013-10-141-7/+1
| | | | | Change-Id: I40a6aa486af7f4d819ae1f1f309f12042c8d2826 Reviewed-by: Fawzi Mohamed <fawzi.mohamed@digia.com>
* ios: preliminary support for iosFawzi Mohamed2013-10-021-0/+136
first work in progress support for ios * separate iosTool using xml communication used for device info and run * iossim tool to handle the simulator * debug prepared but not working * separate gcc toolchain detection fix for simulator 1) add a QT built for ios 2) open a project, for example qtbase/examples/widgets/animation/animatedtiles/animatedtiles.pro 3) build/run... Change-Id: I7e01604e416338cbe4692dfb34f5d3f31312702d Reviewed-by: Eike Ziller <eike.ziller@digia.com>