Commit Graph

11 Commits

Author SHA1 Message Date
Christian Kandeler
9385fc12a7 Maemo: Fix recursive directory removal.
It's not an error if the directory does not exist.
2010-11-26 14:41:43 +01:00
Christian Kandeler
7fd0b2dbb6 Maemo: Fix code redundancy.
Recursively removing a directory was implmented twice.
2010-11-26 12:20:18 +01:00
Christian Kandeler
220a3d1a37 Maemo: Remove remaining barriers for concurrent debugging.
Pipes and mount points for debugging with on-device gdb now have
unique names.
Also give mount point for deploying via UTFS per-project file name.

Task-number: QTCREATORBUG-2702
2010-11-02 15:08:30 +01:00
Tobias Hunger
f5c044fe48 Move ProjectExplorer::Environment to Utils::Environment
Reviewed-by: dt
2010-09-23 13:40:26 +02:00
Christian Kandeler
947f0f3a30 Maemo: source all relevant profiles and ignore non-existing ones.
Reviewed-by: kh1
2010-09-13 16:50:30 +02:00
Christian Kandeler
26aec74359 Maemo: Some adaptations for Harmattan.
Reviewed-by: kh1
2010-08-25 09:53:42 +02:00
ck
ca7f49071b Maemo: Complete support for debugging via remote gdb.
1) Make sources available on device.
2) Enable users to switch between gdb and gdbserver approach (users may not be able to use the former if they have no control over their firewall).

Reviewed-by: kh1
2010-07-30 16:48:40 +02:00
kh1
4a16cb9c38 Final step to be able to set remote environment.
Task-number: QTCREATORBUG-1663
Reviewed-by: ck
2010-07-29 14:43:42 +02:00
ck
08bc6c0027 Maemo: Get rid of MaemoDebugRunControl.
Use Debugger::DebuggerRunControl directly instead of wrapping it
into another RunControl.

Reviewed-by: hjk
2010-07-15 17:01:31 +02:00
ck
9b30763e9d Maemo: Factor out redundant code. 2010-07-13 17:16:46 +02:00
ck
e17b99e7f3 Maemo: Introduce class for maemo-global functions. 2010-07-13 17:16:46 +02:00