aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/debugger/gdb/termgdbadapter.cpp
Commit message (Expand)AuthorAgeFilesLines
* Debugger: Replace GdbMi::findChild() with an operator[]hjk2013-05-061-2/+2
* Clean headers in debugger plugin.Friedemann Kleint2013-03-221-1/+0
* Merge remote-tracking branch 'origin/2.6'Oswald Buddenhagen2013-01-311-1/+1
|\
| * Incremented year in copyright infov2.6.2Robert Loehning2013-01-291-1/+1
* | consoleprocess: support Terminal.app on macFawzi Mohamed2013-01-291-1/+1
* | Debugger: rename gdb/gdbmi.{h,cpp} into debuggerprotocol.{h,cpp}hjk2013-01-241-4/+3
* | Remove braces for single lines of conditionsOrgad Shaneh2013-01-081-3/+2
* | Debugger: Remove #ifdef Q_OS_WIN from hostutils.Friedemann Kleint2012-11-021-14/+18
* | Merge remote-tracking branch 'origin/2.6'Eike Ziller2012-10-051-21/+20
|\|
| * Adjust license headershjk2012-10-051-21/+20
* | Utils: Introduce HostOsInfo class.Christian Kandeler2012-08-271-5/+4
|/
* debugger: simplify DebuggerEngine constructionhjk2012-08-161-3/+2
* Contact -> qt-project.orgEike Ziller2012-07-191-3/+1
* debugger: Replace adapter classes by GdbEngine subclasseshjk2012-06-131-39/+34
* debugger: rework core adapterhjk2012-06-061-1/+1
* debugger: make startGdb response handling asyncronoushjk2012-06-051-4/+10
* debugger: make the selection of detach or kill explicithjk2012-03-261-5/+0
* Removed module names from #include directives.Erik Verbruggen2012-02-151-1/+1
* Debugger: Fix interrupting code.Friedemann Kleint2012-02-021-4/+1
* Long live the king!hjk2012-01-261-1/+1
* Use new static ICore interface.hjk2012-01-241-1/+1
* changed mode of stub to Utils::ConsoleProcess::SuspendDavid Schulz2012-01-091-1/+8
* Compile fix in debugger.Friedemann Kleint2012-01-061-1/+1
* added a detailed error description if ptrace is not permittedDavid Schulz2012-01-061-0/+4
* debugger: remove old workaround recording the entry pointhjk2011-12-151-14/+0
* Merge remote-tracking branch 'origin/2.4'Eike Ziller2011-11-111-2/+2
|\
| * all: s/info@qt.nokia.com/qt-info@nokia.com/hjk2011-11-031-2/+2
* | debugger: remove an unneeded ifdef Q_OS_WINhjk2011-11-031-2/+0
* | debugger: consolidate listing of local processeshjk2011-11-031-1/+1
* | debugger: move Q_OS_WIN to dbgwinutils.hhjk2011-11-031-5/+1
|/
* ConsoleProcess: undo pointless processError() => processMessage(bool error) c...Oswald Buddenhagen2011-05-121-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-2/+2
|/
* debugger: merge a few #ifdef Q_OS_WIN'shjk2011-02-171-1/+1
* It's 2011 now.con2011-01-121-1/+1
* Debugger: Header cleanupFriedemann Kleint2011-01-101-0/+2
* Merge branch '2.1'con2010-12-171-7/+11
|\
| * License headers.con2010-12-171-7/+11
* | overhaul process argument handlingOswald Buddenhagen2010-11-171-2/+6
* | debugger: Refactor breakpoint handling.hjk2010-11-151-1/+2
* | ProjectExplor/Debugger: Header cleanupFriedemann Kleint2010-11-021-1/+1
|/
* Code polishing, continuing cb23999fbf16476d52678d23fc3cf888090560bfFriedemann Kleint2010-09-091-30/+8
* Debugger: Fix compilation MinGW.Friedemann Kleint2010-09-031-1/+4
* Debugger[gdb/MS Windows/console]: Fix attachingFriedemann Kleint2010-09-021-4/+55
* debugger: move convienience function to DebuggerEngine base classhjk2010-07-211-1/+1
* debugger: re-enable setting breakpoints while inferior is runninghjk2010-07-201-1/+0
* debugger: more state workhjk2010-07-141-1/+0
* debugger: overhaul "state machine"hjk2010-07-141-10/+25