aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/debugger/gdb/remotegdbprocess.cpp
Commit message (Expand)AuthorAgeFilesLines
* Debugger: Remove RemoteGdbProcess and RemotePlainGdbAdapterhjk2013-09-101-405/+0
* Incremented year in copyright infov2.6.2Robert Loehning2013-01-291-1/+1
* Adjust license headershjk2012-10-051-21/+20
* Contact -> qt-project.orgEike Ziller2012-07-191-3/+1
* debugger: Replace adapter classes by GdbEngine subclasseshjk2012-06-131-1/+1
* SSH: Name SshRemoteProcess::ExitStatus values like the QProcess ones.Christian Kandeler2012-06-081-4/+4
* SSH: Use plain pointers to SshConnection objects.Christian Kandeler2012-05-291-6/+5
* Move SSH support into a dedicated library.Christian Kandeler2012-05-221-13/+14
* Removed module names from #include directives.Erik Verbruggen2012-02-151-1/+1
* Long live the king!hjk2012-01-261-1/+1
* SSH: Derive SshRemoteProcess from QIODevice.Christian Kandeler2011-11-151-1/+1
* SSH: Make API of SshRemoteProcess more similar to the one of QProcess.Christian Kandeler2011-11-141-11/+12
* all: s/info@qt.nokia.com/qt-info@nokia.com/hjk2011-11-031-2/+2
* debugger: re-enable interrupting in remote setupshjk2011-10-181-0/+5
* SSH: Don't allow connectToHost() while already connecting/connected.Christian Kandeler2011-07-061-1/+2
* Fix/add copyright headersTobias Hunger2011-05-061-1/+1
* Merge branch '2.2'Oswald Buddenhagen2011-04-141-14/+13
|\
| * Update license.hjk2011-04-131-14/+13
* | Merge remote branch 'origin/2.2'con2011-04-011-2/+2
|\|
| * Update source stringsJarek Kobus2011-03-301-2/+2
* | Start making the Maemo support more generic.Christian Kandeler2011-03-091-5/+11
|/
* move src/plugins/coreplugin/ssh to src/lib/utils/sshMilian Wolff2011-02-141-13/+13
* It's 2011 now.con2011-01-121-1/+1
* Merge branch '2.1'con2010-12-171-7/+11
|\
| * License headers.con2010-12-171-7/+11
* | Maemo: Fix remote debugging.Christian Kandeler2010-12-151-1/+1
* | overhaul process argument handlingOswald Buddenhagen2010-11-171-3/+4
* | Debugging/RemoteGdbAdapter: Add code to facilitate re-running.Christian Kandeler2010-11-111-0/+5
* | Debugging: Add explicit states to RemoteGdbProcess.Christian Kandeler2010-11-041-19/+92
* | Maemo: Remove remaining barriers for concurrent debugging.Christian Kandeler2010-11-021-6/+10
* | Maemo: Improve clean-up behaviour on remote hosts.Christian Kandeler2010-10-291-1/+2
|/
* Debugging/gdb: Fix RemotePlainGdbAdapter.Christian Kandeler2010-10-081-2/+13
* Replace SSH library.ck2010-07-121-132/+118
* Fix compilation: #include <ctype.h>Thiago Macieira2010-05-311-0/+2
* Debugger: Windows compile fix/warningsFriedemann Kleint2010-05-191-2/+2
* Debugger: Set DISPLAY variable for GDB over SSH.ck2010-05-141-1/+1
* Debugger: Use new SSH interface in RemoteGdbProcess.ck2010-05-101-103/+76
* SSH: Make interface more Qt-ish.ck2010-05-101-16/+19
* Debugger: Support running GDB over SSH.ck2010-05-051-0/+333