summaryrefslogtreecommitdiff
path: root/src/plugins/debugger/debuggerplugin.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Fixes: debugger: worlk on core file loadinghjk2009-03-021-0/+5
|
* Fixes: debugger: easier access to debugger properties from watchers windowhjk2009-02-271-0/+8
|
* Fixes: change file license headers to include LGPLhjk2009-02-251-21/+17
|
* Fixes: debugger: make "always all" the default for loading debughjk2009-02-181-2/+2
| | | | | information Details: the user should make a conscious decision to switch it off
* Fixes: debugger: enable debugger view actions even if "locked"hjk2009-02-171-1/+1
|
* Fixes: debugger: work on breakpoints in pluginshjk2009-02-121-1/+0
|
* Fixes: debugger: work on plugin breakpointshjk2009-02-121-0/+2
|
* Fixes: debugger: work on more fine-grained breakpoints-in-pluginshjk2009-02-121-13/+39
| | | | setting
* Fixes: Toolbar cosmetic problemJens Bache-Wiig2009-02-041-0/+1
| | | | | | | RevBy: b_lindeijer Details: This resolves the problem with missing top-borders on the find toolbar.
* Revert "debugger: add configuariton to start the debugged process in a separate"Oswald Buddenhagen2009-01-291-4/+0
| | | | | This reverts commit 44add9f0bd4a104cf8f2697fe9f95a7f6f410494. This option is meant to be in "Run Settings" per run configuration.
* Fixes: debugger: reduce header dependencieshjk2009-01-281-16/+12
|
* Fixes: debugger: remove cached projecte explorer singleton pointerhjk2009-01-281-4/+1
|
* Fixes: debugger: sort array and list indices numericallyhjk2009-01-281-4/+1
|
* Fixes: immediately rebuild view if custom dumpers are selected inhjk2009-01-271-0/+5
| | | | optiosn
* Fixes: debugger: remove misleading qt4macros path in preferenceshjk2009-01-231-2/+3
|
* Avoid going through ICore when it's not necessaryThorbjørn Lindeijer2009-01-211-5/+4
| | | | | Many singletons have their own instance() method, in which case there is no need to use ICore::instance() to get access to them.
* Use gdb's 'print' command to access dumper output.hjk2009-01-211-1/+1
| | | | | | | | Simple solution after all. This idea got initially dropped early in the process because it does not handle binary data and using x/x was way to slow. But since we use only printable characters now thanks to base64 encoding etc using 'p' becomes feasible again and simplifies the process vastly as no additional communication channel is needed anymore.
* Fixes: - small mem leakPatrick Star2009-01-201-1/+0
| | | | | Task: - none RevBy: - Andre
* replace ExtensionSystem::PluginManager::instance()->getObject<Core::ICore>() ↵hjk2009-01-201-11/+9
| | | | by Core::ICore::instance()
* debugger: fix "ScriptFile" option (store in preferences and source filehjk2009-01-191-11/+12
| | | | on gdb startup)
* debugger: add configuariton to start the debugged process in a separatehjk2009-01-151-0/+4
| | | | terminal
* fix typo in ui filehjk2009-01-151-10/+0
|
* move debugger options to configuration dialoghjk2009-01-141-41/+169
|
* Fixes: - ICommand --> Commandcon2009-01-141-4/+4
| | | | Details: - Naming convention
* Fixes: - IActionContainer --> ActionContainercon2009-01-141-3/+3
| | | | Details: - Conform to naming convention
* remove "fat" BaseMode constructorhjk2009-01-141-3/+5
|
* Bump year in licence header.Daniel Molkentin2009-01-131-1/+1
|
* debugger: some code reorganizationhjk2009-01-131-10/+174
|
* debugger: move 'Views' menu to menu bar. nobody found it were it was...hjk2009-01-131-35/+61
|
* Fixes: - Rename ActionManagerInterface --> ActionManagercon2009-01-131-2/+2
| | | | Details: - To make it conform to naming convention.
* Fixes: try __dlopen and dlopen to make systems like CentOS 4.6 happyhjk2009-01-051-1/+1
| | | | Task: Message-ID: <b3dce35e57024e108c753d6fe40fdc23@7e24035161164d75927b8103ef1a2cdf> @qt-creator
* chancge Nokia GPL exception version from 1.2 to 1.3hjk2008-12-161-1/+1
|
* fix crash dur to double deletion when text containing the debuggerhjk2008-12-121-5/+3
| | | | location was removed from an editor
* start sanitizing gdb options dialoghjk2008-12-111-8/+0
|
* some QTC_ASSERT polishinghjk2008-12-091-2/+8
|
* move plugins/debugger/assert.h -> /libs/utils/qtcassert.hhjk2008-12-091-1/+1
|
* rename QWB_ASSERT into QTC_ASSERThjk2008-12-091-6/+6
|
* make tooltip use while debugging configurablehjk2008-12-081-1/+9
|
* populate texteditor margin context menuhjk2008-12-051-0/+26
|
* 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/+610