aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/debugger/debuggerplugin.h
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Debugger: Disable "Start debugging" when attaching/starting remote"Friedemann Kleint2009-11-021-1/+0
| | | | This reverts commit c069cd588af0cdc335ec2ed909281a0bf9da666b.
* Debugger: Disable "Start debugging" when attaching/starting remoteFriedemann Kleint2009-11-021-0/+1
| | | | | Directly enable project explorer actions. Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
* purge TCF agent cra^WstuffOswald Buddenhagen2009-10-081-2/+0
| | | | it's dead code
* debugger: make 'qtcreator -debug <corefile>' workhjk2009-09-301-0/+3
|
* debugger: move DisassemblerViewAgent from plugin to managerhjk2009-09-291-4/+1
|
* Build fix for Mac.con2009-09-281-2/+2
|
* Debugger: Export DebuggerManager and DebuggerStartParameters.Friedemann Kleint2009-09-251-2/+3
| | | | | | For device debugging. Move both from namespace Debugger::Internal to Debugger, export them, give DebuggerManager a static instance().
* Rename IRunConfigurationRunner -> IRunControlFactory...Friedemann Kleint2009-09-251-2/+2
| | | | | | | | | and ApplicationRunConfiguration to LocalApplicationRunConfiguration, preparing remote debugging. Change the interface canRun() to be const, run() to create() (since it does not run anything), use references to the QSharedPointer<Foo>. Introduce d-Pointer and remove unneeded headers from ProjectExplorerPlugin and add missing includes everywhere.
* debugger: refactoringhjk2009-09-251-1/+1
| | | | Intergrate per-engine state tracking with the global running/stopped state.
* debugger: work on general shutdown handlinghjk2009-09-241-1/+0
|
* CDB: Compile, new Disassembler architecture.Friedemann Kleint2009-08-171-1/+1
|
* debugger: create a disassembler view as main editorhjk2009-08-171-3/+7
| | | | | | | "Stepping instruction wise" and "display disassembler" mode is now toggled by a single action. This also allows to re-use F10 and F11 as keyboard shortcut. Missing: caching of disassembler output, removal of old disassembler view.
* long live the kinghjk2009-08-141-1/+1
|
* Update license headers and sales contact details.Jason McDonald2009-06-171-2/+2
| | | | Reviewed-by: Trust Me
* Get attaching to a crashed Windows process right (CDB).Friedemann Kleint2009-05-261-3/+3
| | | | | | | Handle the 2nd parameter correctly as a event id to be used for a handshake. Introduce a special mode when attaching to crashed processes. Code cleanup, pass StartParameters along to startDebugger.
* Enabled passing on PIDs from the command line to the debugger.Friedemann Kleint2009-05-251-5/+16
| | | | | | | | | | | | | | Introduced struct DebuggerStartParameters to pass around start parameters, removing the need for the engines to access private members of DebuggerManager. Pass it to DebuggerManager::startNewDebugger() and move the GUI parts of that function into DebuggerPlugin, making it possible to create the struct from command line parameters. Introduce command line parsing with a few more -enable-xx options. Introduce warning() to debugger panel in the CDB engine. On this occasion, clean out a few trailing whitespaces.
* Make floating gdb views possible. Hiding when mode is switched.con2009-05-151-1/+1
|
* debugger: add a menu entry for the (defunct) TCF attachinghjk2009-05-071-0/+1
|
* debugger: start work "Target Communication Framework" "frontend"hjk2009-05-071-0/+1
|
* debugger: introduce an explicit detach actionhjk2009-05-071-0/+3
|
* debugger: rename 'AttachRemote' to 'StartRemote'hjk2009-05-061-2/+2
|
* debugger: use current run configuration to read symbols for gdbserverhjk2009-05-051-0/+12
|
* debugger: introduce enabling/disabling of breakpointshjk2009-04-281-4/+3
|
* Split apart debugger options pages, allow specifying a path to CDB.Friedemann Kleint2009-04-171-5/+0
| | | | | | Modify engine creation funcs to populate a list of option pages to be able to handle engine enabling independently of the actual engine creation.
* debugger: rename data dumpers into "debugging helpers"hjk2009-04-071-3/+3
|
* debugger: split options pagehjk2009-03-231-0/+3
|
* Fixes: debugger: easier access to debugger properties from watchers windowhjk2009-02-271-0/+1
|
* Fixes: change file license headers to include LGPLhjk2009-02-251-21/+17
|
* Fixes: debugger: reduce header dependencieshjk2009-01-281-6/+11
|
* Fixes: debugger: remove cached projecte explorer singleton pointerhjk2009-01-281-1/+0
|
* move debugger options to configuration dialoghjk2009-01-141-1/+1
|
* Bump year in licence header.Daniel Molkentin2009-01-131-1/+1
|
* debugger: some code reorganizationhjk2009-01-131-0/+4
|
* debugger: move 'Views' menu to menu bar. nobody found it were it was...hjk2009-01-131-0/+1
|
* chancge Nokia GPL exception version from 1.2 to 1.3hjk2008-12-161-1/+1
|
* start sanitizing gdb options dialoghjk2008-12-111-2/+0
|
* populate texteditor margin context menuhjk2008-12-051-0/+8
|
* more file cosmeticshjk2008-12-021-0/+1
|
* off-by-one in headershjk2008-12-021-1/+0
|
* end-of-line whitespace correction of the new headershjk2008-12-021-10/+11
|
* Initial importcon2008-12-021-0/+111