aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/debugger/gdb/attachgdbadapter.h
Commit message (Expand)AuthorAgeFilesLines
* Debugger: Merge *Adapter classes into GdbEnginehjk2017-09-121-57/+0
* Debugger: Move run parameters from engine to tool runnerhjk2017-05-181-1/+1
* Debugger: Fix QByteArray/QString overload mixuphjk2016-06-141-5/+5
* Wholesale conversion to #pragma oncehjk2016-03-301-4/+1
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-191-17/+12
* Debugger: Use Utils::QtcProcess instead of GdbProcesshjk2015-06-091-1/+0
* Debugger: Split off runtime-only items from DebuggerStartParametershjk2015-05-281-1/+1
* Merge commit '3c85058694ee2e41658d17f524fb48f0b187d2fe'Eike Ziller2015-02-121-6/+6
|\
| * Update LicenseEike Ziller2015-01-161-6/+6
* | Debugger: Avoid some Gdb* in common type nameshjk2015-02-051-1/+1
|/
* License updateEike Ziller2014-10-091-7/+8
* Merge remote-tracking branch 'origin/3.0'Eike Ziller2014-01-081-1/+1
|\
| * Incremented year in copyright infoRobert Loehning2014-01-081-1/+1
* | Debugger: Remove support for non-Python GDBhjk2014-01-061-2/+0
|/
* Debugger: Merge {Abstract,Local}GdbProcess to GdbProcesshjk2013-09-101-4/+1
* Incremented year in copyright infov2.6.2Robert Loehning2013-01-291-1/+1
* Adjust license headershjk2012-10-051-21/+20
* debugger: simplify DebuggerEngine constructionhjk2012-08-161-2/+1
* Contact -> qt-project.orgEike Ziller2012-07-191-3/+1
* debugger: Replace adapter classes by GdbEngine subclasseshjk2012-06-131-8/+7
* debugger: make startGdb response handling asyncronoushjk2012-06-051-0/+2
* debugger: make the selection of detach or kill explicithjk2012-03-261-1/+0
* Long live the king!hjk2012-01-261-1/+1
* all: s/info@qt.nokia.com/qt-info@nokia.com/hjk2011-11-031-2/+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
* | debugger: interface cleanuphjk2011-03-281-1/+1
|/
* 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
* | ProjectExplor/Debugger: Header cleanupFriedemann Kleint2010-11-021-2/+1
|/
* Fix krazy issues: Use explicit constructorsTobias Hunger2010-08-271-1/+1
* debugger: overhaul "state machine"hjk2010-07-141-4/+6
* debugger: refactor startup logichjk2010-07-141-1/+1
* Debugger: Support running GDB over SSH.ck2010-05-051-0/+5
* Long live the king!hjk2010-03-051-1/+1
* Debugger: Use LD_PRELOAD to load debugging helper.Friedemann Kleint2009-11-031-1/+1
* clean up includesOswald Buddenhagen2009-10-201-4/+0
* fix shutdown pathsOswald Buddenhagen2009-10-201-7/+1
* enable dumpers for attaching to debuggeesOswald Buddenhagen2009-10-131-1/+1
* fold preparing inferior into starting inferiorOswald Buddenhagen2009-10-131-1/+0
* centralize some code in AbstractGdbAdapterOswald Buddenhagen2009-10-081-7/+1
* remove dead codeOswald Buddenhagen2009-10-081-3/+0
* debugger: save a few cycles when writing to the gdb processhjk2009-09-291-1/+1
* debugger: work on handling gdb crashes gracefullyhjk2009-09-251-1/+2
* debugger: refactoringhjk2009-09-241-5/+4
* debugger: work on general shutdown handlinghjk2009-09-241-0/+1
* debugger: make attaching to running process work againhjk2009-09-231-0/+84