aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/debugger/cdb/cdbengine.cpp
Commit message (Expand)AuthorAgeFilesLines
* Debugger: Fix endless loop when stopping without winXXinterrupt.exeDavid Schulz2013-08-191-6/+7
* Debugger: Fix exception caused by wow64exts.info.David Schulz2013-06-181-9/+11
* Debugger: Fix compiler warning about initialization orderKai Koehne2013-06-111-1/+1
* Debugger: Enable noisy symbol loading when verbose log is enabled.David Schulz2013-06-111-1/+24
* Debugger: Add options page for cdb paths.David Schulz2013-05-281-48/+43
* Debugger: Remove set thread name exceptions from Issue Pane.David Schulz2013-05-211-3/+4
* Debugger: Fix disabled breakpoints on start up in cdbengine.David Schulz2013-05-171-1/+1
* Debugger: Fix handle process stop.David Schulz2013-05-161-1/+1
* Debugger: Parse stack after checking for Wow64 subsystem.David Schulz2013-05-151-0/+2
* Debugger: Add CDB symbol cache option.David Schulz2013-05-151-2/+2
* Debugger: Remove unneeded function from CdbOptions.David Schulz2013-05-151-1/+1
* Debugger: Add wow64 support to the cdbengine.David Schulz2013-05-141-9/+72
* Debugger: Add a convenience function GdbMi::toInt()hjk2013-05-071-1/+1
* Debugger: Replace GdbMi::findChild() with an operator[]hjk2013-05-061-22/+22
* Debugger: Move dockwidget object names into a more private placehjk2013-04-231-2/+3
* Debugger: Add basic breakpoint handling and stepping to LLDB backendhjk2013-04-101-1/+2
* CppTools: Rename files to comply with coding standardTobias Hunger2013-04-101-1/+1
* CppTools: Use namespace CppTools consistentlyTobias Hunger2013-04-081-4/+4
* Remove internal class BaseTextMarkRegistry from exported header.Friedemann Kleint2013-03-261-0/+1
* Clean headers in debugger plugin.Friedemann Kleint2013-03-221-20/+0
* Merge remote-tracking branch 'origin/2.7'Eike Ziller2013-03-181-0/+3
|\
| * Debugger: CDB: Don't add a task for the wow64 exception.David Schulz2013-03-141-0/+3
* | Debugger: Remove unneeded #ifdefs from CdbEngine.Christian Kandeler2013-03-141-14/+10
* | CDB: Only step in frame if it has source information.David Schulz2013-03-131-6/+17
* | CDB: Added the cdbext.locals command outputDavid Schulz2013-03-071-0/+2
* | Debugger: Fix stepping out of disassembled function.David Schulz2013-02-201-12/+2
|/
* Fix tasks about exceptions caught by CDB on windowsTobias Hunger2013-02-131-1/+1
* Debugger: Add a field for source path map in DebuggerStartParametersAurindam Jana2013-02-071-0/+13
* Doc: replace deprecated QDoc commandsLeena Miettinen2013-02-061-14/+14
* 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
* | CDB: Use maxStackDepth and implement reload full stack.Friedemann Kleint2013-01-311-5/+16
* | CDB: Pass settings maxStringLength and maxStackDepth to extension.Friedemann Kleint2013-01-311-0/+5
* | consoleprocess: support Terminal.app on macFawzi Mohamed2013-01-291-1/+1
* | Debugger: split editor related code off watchutils.{h,cpp}hjk2013-01-251-0/+1
* | Debugger: rename gdb/gdbmi.{h,cpp} into debuggerprotocol.{h,cpp}hjk2013-01-241-1/+1
* | Remove braces for single lines of conditionsOrgad Shaneh2013-01-081-30/+20
* | CDB: Support for displaying QImage.Friedemann Kleint2012-12-291-1/+6
* | CDB: Enable "Separate Window" format for standard strings.Friedemann Kleint2012-12-291-0/+1
* | Implement basics for edit value handling in CDB.Friedemann Kleint2012-12-211-0/+7
* | Debugger: Fix break at qWarning()/qFatal() for Qt 5.Friedemann Kleint2012-12-201-0/+8
* | CDB: Start all CDB breakpoint IDs at 1000.Friedemann Kleint2012-12-201-10/+8
* | Add whitespace after control keywordsOrgad Shaneh2012-11-281-5/+5
* | Debugger: Dont use win64interrupt.exe in some caseDavid Schulz2012-11-191-3/+6
* | Merge remote-tracking branch 'origin/2.6'Eike Ziller2012-11-091-1/+3
|\|
| * CDB: Quote executable in debugger launch.Friedemann Kleint2012-11-021-1/+3
* | CDB: Add setting to ignore first-chance exceptions.Friedemann Kleint2012-11-061-0/+2
* | Debugger: Log exceptions in build pane.Friedemann Kleint2012-11-021-2/+14
* | Debugger: Remove #ifdef Q_OS_WIN from hostutils.Friedemann Kleint2012-11-021-2/+0
* | Debugger: Rework thread data aquisitionhjk2012-10-231-19/+11