summaryrefslogtreecommitdiff
path: root/src/plugins/debugger/gdbengine.cpp
Commit message (Collapse)AuthorAgeFilesLines
...
* Make dumpers output size information.Friedemann Kleint2009-04-291-3/+1
|
* Initial work on dumpers for CDB.Friedemann Kleint2009-04-291-184/+33
| | | | | Add dumper calls, parser etc. Catch crashes in the dumper functions.
* debugger: create some noise in the status bar when libraries are loadedhjk2009-04-291-0/+17
| | | | and unloaded.
* debugger: introduce enabling/disabling of breakpointshjk2009-04-281-0/+18
|
* Make CDB load custom dumpers.Friedemann Kleint2009-04-221-3/+3
| | | | | Load in a 'well-defined' (temporary) breakpoint at main().
* Merge commit 'origin/1.1'con2009-04-211-4/+4
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: doc/qtcreator.qdoc doc/qtcreator.qdocconf src/app/Info.plist src/plugins/bineditor/BinEditor.pluginspec src/plugins/bookmarks/Bookmarks.pluginspec src/plugins/cmakeprojectmanager/CMakeProjectManager.pluginspec src/plugins/coreplugin/Core.pluginspec src/plugins/coreplugin/coreconstants.h src/plugins/cpaster/CodePaster.pluginspec src/plugins/cppeditor/CppEditor.pluginspec src/plugins/cpptools/CppTools.pluginspec src/plugins/debugger/Debugger.pluginspec src/plugins/debugger/gdbengine.cpp src/plugins/designer/Designer.pluginspec src/plugins/fakevim/FakeVim.pluginspec src/plugins/find/Find.pluginspec src/plugins/genericprojectmanager/GenericProjectManager.pluginspec src/plugins/git/ScmGit.pluginspec src/plugins/helloworld/HelloWorld.pluginspec src/plugins/help/Help.pluginspec src/plugins/perforce/Perforce.pluginspec src/plugins/projectexplorer/ProjectExplorer.pluginspec src/plugins/qt4projectmanager/Qt4ProjectManager.pluginspec src/plugins/qtscripteditor/QtScriptEditor.pluginspec src/plugins/quickopen/QuickOpen.pluginspec src/plugins/regexp/RegExp.pluginspec src/plugins/resourceeditor/ResourceEditor.pluginspec src/plugins/snippets/Snippets.pluginspec src/plugins/subversion/Subversion.pluginspec src/plugins/texteditor/TextEditor.pluginspec src/plugins/vcsbase/VCSBase.pluginspec
| * Add missing type information into gdb calls.v1.1.0con2009-04-211-4/+4
| | | | | | | | | | | | | | The missing type information lead to non-relocatable debugging helpers on the Mac. Reviewed-by: Oswald Buddenhagen
| * debugger: use & in "p (char*)&qDumpOutBuffer". This improves thehjk2009-04-211-3/+3
| | | | | | | | | | | | situation in release builds a bit as we get at least a list of (afterwards failing) dumpers. (cherry picked from commit 01284f21600970279e611758ad0d115fa35af4b6)
* | add missing tr()s, etc., add some //: commentsOswald Buddenhagen2009-04-201-6/+6
| |
* | Start on dumper support for CDB, bug fixes.Friedemann Kleint2009-04-201-39/+9
| | | | | | | | | | | | | | Make command execution output shown, use Wide version of Debug Callbacks and output, provide bases classes for other output and event handlers, move common dumper functionality into debugger manager.
* | debugger: use & in "p (char*)&qDumpOutBuffer". This improves thehjk2009-04-171-3/+3
| | | | | | | | | | situation in release builds a bit as we get at least a list of (afterwards failing) dumpers.
* | Merge commit 'origin/1.1'con2009-04-171-10/+30
|\ \ | |/ | | | | | | | | Conflicts: src/plugins/debugger/debuggeractions.cpp src/plugins/debugger/gdboptionpage.ui
| * debugger: fix message on debugger exithjk2009-04-161-10/+21
| |
| * debugger: prevent endless loop when contructor breakpoints are locatedhjk2009-04-161-1/+5
| | | | | | | | in inaccessible files
| * debugger: add an autotest for the regexp used for paring 'info break' outputhjk2009-04-161-0/+5
| |
* | Split apart debugger options pages, allow specifying a path to CDB.Friedemann Kleint2009-04-171-1/+3
| | | | | | | | | | | | Modify engine creation funcs to populate a list of option pages to be able to handle engine enabling independently of the actual engine creation.
* | Merge branch '1.1'Thorbjørn Lindeijer2009-04-161-16/+46
|\ \ | |/ | | | | | | | | | | Conflicts: src/plugins/debugger/debuggeractions.cpp Reviewed-by: hjk
| * debugger: put the address of the loaded helpers into the debugger loghjk2009-04-151-2/+2
| |
| * debugger: also parse PID if the program starts without breakpointshjk2009-04-151-1/+15
| |
| * debugger: don't kill gdb the hard way if it is still in a known statehjk2009-04-141-3/+1
| |
| * debugger: less debug output in cases we know what's missinghjk2009-04-141-2/+15
| |
| * debugger: make some noise if we still can't set pending breakpoints on Linuxhjk2009-04-141-0/+2
| |
| * debugger: use break-insert -f to insert pending breakpointshjk2009-04-141-2/+5
| |
| * debugger: potential fix for cases where the std:: namespace is nothjk2009-04-091-6/+6
| | | | | | | | reported properly
* | Make the "Show symbols" option of the module window work on Windows.Friedemann Kleint2009-04-151-0/+34
| | | | | | | | | | Introduce API to debug engines and debugger manager to do this. Reviewed-by: hjk <qtc-commiter@nokia.com>
* | Handle various CDB output windows.Friedemann Kleint2009-04-091-27/+20
|/ | | | Add modules, threads and register view. Refactor register format code.
* debugger: provide an entry saying <no information> if an object has nohjk2009-04-091-1/+15
| | | | children (or no debug information available)
* Show a useful dialog when debugger can't find debugging helper.con2009-04-081-0/+28
| | | | Reviewed-by: hjk <qtc-committer@nokia.com>
* debugger: make QObject connection dumper work againhjk2009-04-081-6/+4
|
* fakevim: work on autotestshjk2009-04-081-0/+2
|
* debugger: make user visible strings translatablehjk2009-04-081-6/+6
|
* debugger: fix debugging helpers for QHash<QString, ...>hjk2009-04-071-39/+33
|
* debugger: rename data dumpers into "debugging helpers"hjk2009-04-071-85/+85
|
* debugger: fix potential endless loophjk2009-04-071-9/+9
|
* debugger: work on test suitehjk2009-04-071-16/+22
|
* debugger: work on autotestshjk2009-04-071-0/+4
| | | | Qt creator starts up now, no debugging yet.
* debugger: allow short stack to be expanded by a context menu item orhjk2009-04-071-27/+20
| | | | double click on the "<...>" line
* debugger: do not duplicate the line when pressing Ctrl-Return in thehjk2009-04-031-2/+0
| | | | | | left gdb pane. This is more convienient when repeating a series of commands.
* debugger: make maximal number of stack entries configurablehjk2009-04-021-5/+23
|
* debugger: compile fixhjk2009-04-021-0/+1
| | | | include <ctype.h> is needed on some systems
* debugger: show non-ASCII in QString, toohjk2009-04-021-13/+32
|
* debugger: don't dead-lock when switching sessions while debugginghjk2009-04-011-0/+4
|
* debugger: handle archer's thread creation messageshjk2009-04-011-1/+5
|
* debugger: don't consider archer's "library-loaded" as a reason for ahjk2009-04-011-0/+5
| | | | warning
* debugger: rework dumper settings pagehjk2009-03-271-8/+5
|
* debugger: remove reference to dumper build step from debugger UIhjk2009-03-271-15/+10
|
* debugger: work on action handlinghjk2009-03-261-8/+7
|
* Start stack frame context/symbol group classes for CDBFriedemann Kleint2009-03-261-8/+4
|
* debugger: cosmetical improvements of QVariant dumper outputhjk2009-03-261-0/+3
|
* debugger: dumper status message cosmeticshjk2009-03-261-1/+1
|