aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/debugger/gdb/gdbengine.cpp
Commit message (Expand)AuthorAgeFilesLines
* Debugger: Abort gdb session if no python support is foundv3.1.0-rc1hjk2014-04-021-0/+7
* Fix some typosSergio Ahumada2014-03-051-1/+1
* Debugger: Re-work qt namespace detection with gdbhjk2014-02-281-50/+23
* Add a stack window menu entry to display QML stack frame.Friedemann Kleint2014-02-251-1/+92
* QtcProcess: Introduce a QtcProcess::Arguments classhjk2014-02-191-12/+13
* Debugger: Move Python setup closer to debugger startuphjk2014-01-281-35/+21
* Debugger: Adjust "supported version" message to realityhjk2014-01-281-5/+4
* Debugger: Streamline encoding handlinghjk2014-01-231-4/+3
* Merge remote-tracking branch 'origin/3.0'Eike Ziller2014-01-081-5/+5
|\
| * Incremented year in copyright infoRobert Loehning2014-01-081-1/+1
| * GDB: Support tempPath with whitespaceOrgad Shaneh2013-12-201-4/+4
* | Debugger: Remove unused codehjk2014-01-071-33/+0
* | Debugger: Fix 'debugLastCommand'hjk2014-01-071-0/+4
* | Debugger: Remove support for non-Python GDBhjk2014-01-061-675/+262
* | Debugger: Simplify "debug last command"hjk2014-01-061-0/+5
|/
* GDB: Fix inserting a breakpoint while application is runningOrgad Shaneh2013-12-161-3/+4
* Debugger: Ignore "running" output when stop is requested.David Schulz2013-12-121-0/+5
* Debugger: Fix assignment to 'unsigned int' valueshjk2013-11-211-4/+2
* Debugger: Mark views as inactive while retrieving large backtraceshjk2013-11-211-0/+1
* Debugger: Fix passing of maximum string lengthhjk2013-11-171-4/+0
* Debugger: Split memory reads if big reads failhjk2013-11-061-27/+70
* Debugger: Interrupt inferior via signal operation on Windows.David Schulz2013-11-051-2/+28
* Revert "Debugger: Pass data-directory to gdb on Windows"Orgad Shaneh2013-11-011-7/+0
* Debugger: Rework dumper detectionhjk2013-11-011-0/+5
* Debugger: Remove dead code from GdbEnginehjk2013-10-291-39/+0
* Debugger: Remove gdbProc() accessorOrgad Shaneh2013-10-281-26/+21
* Remove most leading/trailing blanks from translated messages.Friedemann Kleint2013-10-241-3/+3
* Debugger: Leave GDB default setting for 'set overload resolution'hjk2013-10-221-2/+9
* Remove most trailing newlines from translated messages.Friedemann Kleint2013-10-221-3/+3
* Debugger: Fold GdbToolTipContext into DebuggerToolTipIndexhjk2013-10-141-14/+1
* Debugger: Simplify Tooltip manager interfacehjk2013-10-141-5/+2
* Rename "[Mm]ethod(s)" to "[Ff]unction(s)"Nikolai Kosjar2013-10-101-1/+1
* Merge remote-tracking branch 'origin/2.8'Eike Ziller2013-09-271-2/+2
|\
| * Doc: edit debugger API docsLeena Miettinen2013-09-091-2/+2
* | Rename share/dumper to share/debugger and {l,g}bridge to {lldb,gdb}bridgehjk2013-09-261-2/+2
* | add baremetal pluginTim Sander2013-09-201-1/+6
* | Debugger: Handle manually set catch breakpoint gracefullyhjk2013-09-191-0/+12
* | Debugger: Make dumpers a bit more Python 3.x friendlyhjk2013-09-191-3/+2
* | Debugger: Merge {Abstract,Local}GdbProcess to GdbProcesshjk2013-09-101-0/+6
* | Debugger: Merge {Abstract,Local}PlainAdapter to GdbPlainEnginehjk2013-09-101-2/+2
* | Debugger: Remove RemoteGdbProcess and RemotePlainGdbAdapterhjk2013-09-101-3/+0
* | Remove superfluous include paths from project files.Christian Kandeler2013-09-021-25/+27
* | Debugger: Don't enable gdb remote cache by defaulthjk2013-08-301-2/+2
* | TaskHub: Add convenience function to add a task and clean up usershjk2013-08-301-3/+1
* | Merge remote-tracking branch 'origin/2.8'Oswald Buddenhagen2013-08-211-1/+1
|\|
| * Debugger: Make Creator work with a GDB using Python 3.xhjk2013-08-161-1/+1
* | Fix compilation errorsNicolas Arnaud-Cormos2013-08-191-2/+2
|/
* Debugger: Pass data-directory to gdb on WindowsOrgad Shaneh2013-06-191-0/+7
* Debugger: Remove in-plugin dumper autotest handlinghjk2013-06-071-2/+1
* Debugger: Suppress GDB's memory-changed notificationhjk2013-06-061-0/+3