summaryrefslogtreecommitdiff
path: root/src/plugins/debugger/gdb
Commit message (Expand)AuthorAgeFilesLines
* License updateEike Ziller2014-10-0918-126/+144
* RemoteLinux: Fix mixed debugging.Christian Kandeler2014-09-021-13/+19
* Debugger: Rework editor tooltips handlinghjk2014-07-112-67/+33
* Debugger: Re-organize GDB option pagehjk2014-07-091-70/+41
* Debugger: Simplify tooltip interfacehjk2014-07-092-9/+5
* Debugger: Allow loading dumpers from a file directlyhjk2014-06-242-7/+28
* GdbDebugger: add fast restart for debuggingTim Sander2014-06-203-3/+29
* Debugger: Add VariableSupport to some text fieldshjk2014-06-191-0/+10
* Reinvent deprecated qSort as Utils::sortNikita Baryshnikov2014-06-191-1/+2
* RemoteLinux: switch to extended-remote connectionTim Sander2014-06-171-2/+7
* baremetal: add openocd pipelining supportTim Sander2014-06-051-1/+2
* Debugger: Code cosmeticshjk2014-06-051-14/+14
* BareMetal: add variable support for device gdb commandsTim Sander2014-06-051-1/+2
* Debugger: Fix regression in core file creation.hjk2014-05-271-1/+2
* Debugger: Fix/simplify selection of Widget to watch with newer GDBshjk2014-05-271-10/+5
* Disassembler: Force disassembler reload when switching output flavorhjk2014-05-262-17/+6
* Debugger: Pass Abi as const referenceOrgad Shaneh2014-05-201-1/+1
* Debugger: Streamline option page codehjk2014-05-161-1/+3
* Debugger: Rework display length limitation systemshjk2014-05-161-1/+4
* Debugger: Switch attach and setting of breakpointshjk2014-05-162-16/+20
* Debugger: Remove non-Python GDB macros to display QString{,List}hjk2014-05-133-25/+0
* Debugger: Fix mixed+raw disassemblyhjk2014-05-021-3/+4
* Debugger: Show raw opcode bytes in disassembler viewhjk2014-04-301-3/+4
* Debugger: Rework GDB disassembly displayhjk2014-04-282-184/+59
* Use double quotes instead of single quotes as per our guidelines.Christian Kandeler2014-04-221-4/+4
* Avoid more platform ifdefsEike Ziller2014-04-081-3/+2
* Debugger: Abort gdb session if no python support is foundv3.1.0-rc1hjk2014-04-021-0/+7
* Fix tooltips, add lacking dotsJarek Kobus2014-03-131-1/+1
* Fix some typosSergio Ahumada2014-03-051-1/+1
* Debugger: remove platform ifdefs in terminal adapterhjk2014-03-041-9/+6
* Debugger: Re-work qt namespace detection with gdbhjk2014-02-282-51/+23
* Add a stack window menu entry to display QML stack frame.Friedemann Kleint2014-02-252-1/+95
* QtcProcess: Introduce a QtcProcess::Arguments classhjk2014-02-191-12/+13
* Debugger: Update executable filename from core if possiblehjk2014-02-102-6/+8
* Debugger: Move Python setup closer to debugger startuphjk2014-01-284-42/+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-0818-22/+22
|\
| * Incremented year in copyright infoRobert Loehning2014-01-0820-20/+20
| * GDB: Support tempPath with whitespaceOrgad Shaneh2013-12-201-4/+4
* | Debugger: Remove unused codehjk2014-01-072-43/+0
* | Debugger: Fix 'debugLastCommand'hjk2014-01-071-0/+4
* | Debugger: Remove support for non-Python GDBhjk2014-01-0614-2670/+273
* | Debugger: Simplify "debug last command"hjk2014-01-063-3/+17
* | Merge remote-tracking branch 'origin/3.0'Eike Ziller2013-12-181-3/+9
|\ \ | |/
| * 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
* | Preferences: Add default implementation for filteringEike Ziller2013-12-102-47/+16
* | Merge remote-tracking branch 'origin/3.0'Eike Ziller2013-12-051-2/+2
|\ \ | |/
| * Fix custom dumper text edit tooltipJarek Kobus2013-12-041-2/+2