Commit Graph

12 Commits

Author SHA1 Message Date
Christian Kandeler
6c476b6f34 Debugging/RemoteGdbAdapter: Add code to facilitate re-running. 2010-11-11 12:34:01 +01:00
Christian Kandeler
ff70fb467a Debugging: Add explicit states to RemoteGdbProcess.
Task-number: QTCREATORBUG-2705
2010-11-04 10:25:06 +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
Christian Kandeler
946cce3706 Maemo: Improve clean-up behaviour on remote hosts.
We now remove files we have created on the device because they are
temporarily needed. This includes package files, mount points and pipes.

Task-number: QTCREATORBUG-2709
2010-10-29 11:45:36 +02:00
Christian Kandeler
8c6d8854aa Debugging/gdb: Fix RemotePlainGdbAdapter.
Reviewed-by: hjk
2010-10-08 18:33:36 +02:00
ck
65eb1d5515 Replace SSH library. 2010-07-12 09:33:22 +02:00
Thiago Macieira
e26cf0ab4d Fix compilation: #include <ctype.h> 2010-05-31 11:13:06 +02:00
Friedemann Kleint
239a95710f Debugger: Windows compile fix/warnings 2010-05-19 08:51:46 +02:00
ck
65124a6b5f Debugger: Set DISPLAY variable for GDB over SSH. 2010-05-14 10:01:27 +02:00
ck
31542a6249 Debugger: Use new SSH interface in RemoteGdbProcess. 2010-05-10 14:27:22 +02:00
ck
f678fce3a6 SSH: Make interface more Qt-ish. 2010-05-10 11:02:26 +02:00
ck
ef7c5fae60 Debugger: Support running GDB over SSH.
Reviewed-by: hjk
2010-05-05 12:51:21 +02:00