Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Make dumpers output size information. | Friedemann Kleint | 2009-04-29 | 1 | -3/+1 | |
| | ||||||
* | Initial work on dumpers for CDB. | Friedemann Kleint | 2009-04-29 | 1 | -184/+33 | |
| | | | | | Add dumper calls, parser etc. Catch crashes in the dumper functions. | |||||
* | debugger: create some noise in the status bar when libraries are loaded | hjk | 2009-04-29 | 1 | -0/+17 | |
| | | | | and unloaded. | |||||
* | debugger: introduce enabling/disabling of breakpoints | hjk | 2009-04-28 | 1 | -0/+18 | |
| | ||||||
* | Make CDB load custom dumpers. | Friedemann Kleint | 2009-04-22 | 1 | -3/+3 | |
| | | | | | Load in a 'well-defined' (temporary) breakpoint at main(). | |||||
* | Merge commit 'origin/1.1' | con | 2009-04-21 | 1 | -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.0 | con | 2009-04-21 | 1 | -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 the | hjk | 2009-04-21 | 1 | -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 //: comments | Oswald Buddenhagen | 2009-04-20 | 1 | -6/+6 | |
| | | ||||||
* | | Start on dumper support for CDB, bug fixes. | Friedemann Kleint | 2009-04-20 | 1 | -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 the | hjk | 2009-04-17 | 1 | -3/+3 | |
| | | | | | | | | | | situation in release builds a bit as we get at least a list of (afterwards failing) dumpers. | |||||
* | | Merge commit 'origin/1.1' | con | 2009-04-17 | 1 | -10/+30 | |
|\ \ | |/ | | | | | | | | | Conflicts: src/plugins/debugger/debuggeractions.cpp src/plugins/debugger/gdboptionpage.ui | |||||
| * | debugger: fix message on debugger exit | hjk | 2009-04-16 | 1 | -10/+21 | |
| | | ||||||
| * | debugger: prevent endless loop when contructor breakpoints are located | hjk | 2009-04-16 | 1 | -1/+5 | |
| | | | | | | | | in inaccessible files | |||||
| * | debugger: add an autotest for the regexp used for paring 'info break' output | hjk | 2009-04-16 | 1 | -0/+5 | |
| | | ||||||
* | | Split apart debugger options pages, allow specifying a path to CDB. | Friedemann Kleint | 2009-04-17 | 1 | -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 Lindeijer | 2009-04-16 | 1 | -16/+46 | |
|\ \ | |/ | | | | | | | | | | | Conflicts: src/plugins/debugger/debuggeractions.cpp Reviewed-by: hjk | |||||
| * | debugger: put the address of the loaded helpers into the debugger log | hjk | 2009-04-15 | 1 | -2/+2 | |
| | | ||||||
| * | debugger: also parse PID if the program starts without breakpoints | hjk | 2009-04-15 | 1 | -1/+15 | |
| | | ||||||
| * | debugger: don't kill gdb the hard way if it is still in a known state | hjk | 2009-04-14 | 1 | -3/+1 | |
| | | ||||||
| * | debugger: less debug output in cases we know what's missing | hjk | 2009-04-14 | 1 | -2/+15 | |
| | | ||||||
| * | debugger: make some noise if we still can't set pending breakpoints on Linux | hjk | 2009-04-14 | 1 | -0/+2 | |
| | | ||||||
| * | debugger: use break-insert -f to insert pending breakpoints | hjk | 2009-04-14 | 1 | -2/+5 | |
| | | ||||||
| * | debugger: potential fix for cases where the std:: namespace is not | hjk | 2009-04-09 | 1 | -6/+6 | |
| | | | | | | | | reported properly | |||||
* | | Make the "Show symbols" option of the module window work on Windows. | Friedemann Kleint | 2009-04-15 | 1 | -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 Kleint | 2009-04-09 | 1 | -27/+20 | |
|/ | | | | Add modules, threads and register view. Refactor register format code. | |||||
* | debugger: provide an entry saying <no information> if an object has no | hjk | 2009-04-09 | 1 | -1/+15 | |
| | | | | children (or no debug information available) | |||||
* | Show a useful dialog when debugger can't find debugging helper. | con | 2009-04-08 | 1 | -0/+28 | |
| | | | | Reviewed-by: hjk <qtc-committer@nokia.com> | |||||
* | debugger: make QObject connection dumper work again | hjk | 2009-04-08 | 1 | -6/+4 | |
| | ||||||
* | fakevim: work on autotests | hjk | 2009-04-08 | 1 | -0/+2 | |
| | ||||||
* | debugger: make user visible strings translatable | hjk | 2009-04-08 | 1 | -6/+6 | |
| | ||||||
* | debugger: fix debugging helpers for QHash<QString, ...> | hjk | 2009-04-07 | 1 | -39/+33 | |
| | ||||||
* | debugger: rename data dumpers into "debugging helpers" | hjk | 2009-04-07 | 1 | -85/+85 | |
| | ||||||
* | debugger: fix potential endless loop | hjk | 2009-04-07 | 1 | -9/+9 | |
| | ||||||
* | debugger: work on test suite | hjk | 2009-04-07 | 1 | -16/+22 | |
| | ||||||
* | debugger: work on autotests | hjk | 2009-04-07 | 1 | -0/+4 | |
| | | | | Qt creator starts up now, no debugging yet. | |||||
* | debugger: allow short stack to be expanded by a context menu item or | hjk | 2009-04-07 | 1 | -27/+20 | |
| | | | | double click on the "<...>" line | |||||
* | debugger: do not duplicate the line when pressing Ctrl-Return in the | hjk | 2009-04-03 | 1 | -2/+0 | |
| | | | | | | left gdb pane. This is more convienient when repeating a series of commands. | |||||
* | debugger: make maximal number of stack entries configurable | hjk | 2009-04-02 | 1 | -5/+23 | |
| | ||||||
* | debugger: compile fix | hjk | 2009-04-02 | 1 | -0/+1 | |
| | | | | include <ctype.h> is needed on some systems | |||||
* | debugger: show non-ASCII in QString, too | hjk | 2009-04-02 | 1 | -13/+32 | |
| | ||||||
* | debugger: don't dead-lock when switching sessions while debugging | hjk | 2009-04-01 | 1 | -0/+4 | |
| | ||||||
* | debugger: handle archer's thread creation messages | hjk | 2009-04-01 | 1 | -1/+5 | |
| | ||||||
* | debugger: don't consider archer's "library-loaded" as a reason for a | hjk | 2009-04-01 | 1 | -0/+5 | |
| | | | | warning | |||||
* | debugger: rework dumper settings page | hjk | 2009-03-27 | 1 | -8/+5 | |
| | ||||||
* | debugger: remove reference to dumper build step from debugger UI | hjk | 2009-03-27 | 1 | -15/+10 | |
| | ||||||
* | debugger: work on action handling | hjk | 2009-03-26 | 1 | -8/+7 | |
| | ||||||
* | Start stack frame context/symbol group classes for CDB | Friedemann Kleint | 2009-03-26 | 1 | -8/+4 | |
| | ||||||
* | debugger: cosmetical improvements of QVariant dumper output | hjk | 2009-03-26 | 1 | -0/+3 | |
| | ||||||
* | debugger: dumper status message cosmetics | hjk | 2009-03-26 | 1 | -1/+1 | |
| |