Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | debugger: use dumpers build alongside Qt | hjk | 2009-03-26 | 1 | -0/+3 | |
| | ||||||
* | Introduce utility routine to create placeholder watch item | Friedemann Kleint | 2009-03-25 | 1 | -7/+1 | |
| | | | | QLatin1String refactorings. | |||||
* | Factor out common debugger watch functionality | Friedemann Kleint | 2009-03-25 | 1 | -262/+1 | |
| | | | | Factor out watch function, improve debug output. | |||||
* | Remove superfluous "warning: " from qDebug output (win) | con | 2009-03-24 | 1 | -1/+1 | |
| | | | | Reviewed-by: hjk | |||||
* | debugger: use new action scheme for number base selections | hjk | 2009-03-24 | 1 | -1/+26 | |
| | ||||||
* | debugger: make position of debugger lib configurable | hjk | 2009-03-24 | 1 | -38/+35 | |
| | ||||||
* | Compile on Mac | con | 2009-03-23 | 1 | -1/+1 | |
| | ||||||
* | debugger: work on optional prebuild dumper library | hjk | 2009-03-23 | 1 | -25/+30 | |
| | ||||||
* | debugger: make QAction a base class of DebuggerAction | hjk | 2009-03-19 | 1 | -1/+1 | |
| | ||||||
* | debugger: some action related cleanup | hjk | 2009-03-19 | 1 | -10/+9 | |
| | ||||||
* | debugger: make add & remove wathcers work again after the action changes | hjk | 2009-03-19 | 1 | -1/+1 | |
| | ||||||
* | debugger: more actions reshuffling | hjk | 2009-03-19 | 1 | -22/+20 | |
| | ||||||
* | debugger: reorganizing settings and actions in progress | hjk | 2009-03-19 | 1 | -23/+31 | |
| | ||||||
* | debugger: start action handling refactoring | hjk | 2009-03-18 | 1 | -0/+4 | |
| | ||||||
* | debugger: make "Use Dumpers" a pool action | hjk | 2009-03-17 | 1 | -3/+7 | |
| | ||||||
* | Fixes: debugger: try accessing compiled-in dumpers when attaching to an | hjk | 2009-03-16 | 1 | -18/+17 | |
| | | | | external application | |||||
* | Fixes: debugger: tentative fix for parsing Mac's 'info shared' output | hjk | 2009-03-12 | 1 | -0/+17 | |
| | | | | Details: Mac gdb produces MI-style output for the non-MI-style command | |||||
* | Fixes: debugger: also show the original address in a tooltip when | hjk | 2009-03-11 | 1 | -0/+10 | |
| | | | | auto-dereferencing contents | |||||
* | Fixes: debugger: implement custom dumpers for std::set | hjk | 2009-03-11 | 1 | -0/+5 | |
| | | | | Task: 246286 | |||||
* | Fixes: Compile | dt | 2009-03-11 | 1 | -4/+0 | |
| | ||||||
* | Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline | dt | 2009-03-11 | 1 | -1/+8 | |
|\ | | | | | | | | | Conflicts: src/plugins/debugger/gdbengine.cpp | |||||
| * | Fixes: debugger: write current settings to log file | hjk | 2009-03-10 | 1 | -0/+1 | |
| | | ||||||
| * | Fixes: debugger: make loading list of source files optional | hjk | 2009-03-10 | 1 | -2/+4 | |
| | | ||||||
* | | Revert "Revert "Fixes: debugger: disable automatic loading list of source ↵ | dt | 2009-03-10 | 1 | -2/+2 | |
|/ | | | | | | files"" This reverts commit dcb43b04ccf8563014865689105a379707b89d64. | |||||
* | Revert "Fixes: debugger: disable automatic loading list of source files" | dt | 2009-03-10 | 1 | -2/+2 | |
| | | | | This reverts commit b99f3b61b4388391eb04c21da6558c5a15c1e532. | |||||
* | Fixes: debugger: disable automatic loading list of source files | hjk | 2009-03-09 | 1 | -2/+2 | |
| | | | | | | Details: accounted for >60% startup time in some cases and was presumably only needed as help for a fallback when setting breakpoints with gdb 6.5 on Windows | |||||
* | process interruption improvements | Oswald Buddenhagen | 2009-03-05 | 1 | -14/+4 | |
| | | | | | rely on the inferior's pid being available. consequently, remove the bizarre findChild stuff. | |||||
* | improve the windows thread info parsing regexp | Oswald Buddenhagen | 2009-03-05 | 1 | -1/+1 | |
| | | | | fixes interrupting processes with some versions of gdb | |||||
* | Fixes: debugger: re-add code that was accidentally removed in bd96ebf7 | hjk | 2009-03-04 | 1 | -2/+131 | |
| | ||||||
* | Fixes: debugger: provide gdb macro based dumpers for QString and QStringList | hjk | 2009-03-03 | 1 | -128/+115 | |
| | | | | | Details: That works with a core file, too. The "real" dumpers require a live process as they use gdb's "call" | |||||
* | Fixes: debugger: attaching to core files works now | hjk | 2009-03-03 | 1 | -17/+52 | |
| | ||||||
* | Fixes: debugger: worlk on core file loading | hjk | 2009-03-02 | 1 | -10/+27 | |
| | ||||||
* | Fixes: debugger: start work on core file loading | hjk | 2009-03-02 | 1 | -2/+1 | |
| | ||||||
* | "debug in terminal" feature. | Oswald Buddenhagen | 2009-02-27 | 1 | -14/+67 | |
| | | | | includes complete refactoring of ConsoleProcess. | |||||
* | Merge commit '80e89b23a329453e8dda0f3c48053b8fbe4968c1' | Oswald Buddenhagen | 2009-02-25 | 1 | -238/+174 | |
|\ | ||||||
| * | optimize output receiver somewhat | Oswald Buddenhagen | 2009-02-24 | 1 | -2/+7 | |
| | | ||||||
| * | whoops ... amend output receiver rewrite | Oswald Buddenhagen | 2009-02-24 | 1 | -2/+1 | |
| | | | | | | | | | | - remove stale connect() - clear buffer after it was completely used | |||||
| * | rewrite gdb output receiver | Oswald Buddenhagen | 2009-02-24 | 1 | -205/+160 | |
| | | | | | | | | | | | | | | | | | | fixes chopping up of very long responses which quickly follow other responses. the line segmentation is done in readGdbStandardOutput() now. handleResponse() is not called through a queued slot any more, as the output receiver is already synchronized to the event loop. | |||||
| * | remove fixMac hack | Oswald Buddenhagen | 2009-02-24 | 1 | -33/+0 | |
| | | | | | | | | | | | | | | it's broken and nobody seems to have noticed. that might be because the interpreter doesn't care whether something is a list or a tuple. if this is reintroduced for some reason, it should be done directly in the affected code path. | |||||
| * | unbreak mac debugging again | Oswald Buddenhagen | 2009-02-24 | 1 | -12/+10 | |
| | | | | | | | | | | | | setting the initial breakpoint at the entry point wreaks havoc, so set it at main() instead. this will miss any breakpoints in global ctors and (currently) makes it impossible to set an actual breakpoint at main. | |||||
| * | make initial breakpoint finding work on mac | Oswald Buddenhagen | 2009-02-24 | 1 | -0/+12 | |
| | | | | | | | | | | unlike the upstream gdb, the mac one gives an MI response to "info target" when in MI mode. | |||||
* | | Fixes: change file license headers to include LGPL | hjk | 2009-02-25 | 1 | -21/+17 | |
| | | ||||||
* | | Merge branch '1.0.0' into master-master | Oswald Buddenhagen | 2009-02-24 | 1 | -1/+3 | |
|\ \ | |/ | | | | | | | | | Conflicts: src/plugins/debugger/debugger.pro src/plugins/debugger/gdbengine.cpp | |||||
| * | more reliable startup breakpoint handling | Oswald Buddenhagen | 2009-02-24 | 1 | -27/+8 | |
| | | | | | | | | | | | | | | | | | | | | | | | | instead of picking "random" known entry point symbols, ask the debugger for the actual entry point. this also removes the "one instruction after the first one" hack, as it seems fairly pointless. NOTE: this does *not* work with the 2005 version of apple gdb. Conflicts: src/plugins/debugger/gdbengine.cpp | |||||
| * | more elegant | Oswald Buddenhagen | 2009-02-24 | 1 | -3/+1 | |
| | | ||||||
| * | less confusing "starting debugger" messages | Oswald Buddenhagen | 2009-02-24 | 1 | -3/+1 | |
| | | ||||||
| * | Fixes: debugger: compile with QT_NO_CAST_TO_ASCII | hjk | 2009-02-24 | 1 | -8/+8 | |
| | | ||||||
| * | make attach & detach work | Oswald Buddenhagen | 2009-02-24 | 1 | -38/+85 | |
| | | | | | | | | | | | | Conflicts: src/plugins/debugger/gdbengine.cpp | |||||
| * | more thoughtfull setTokenBarrier() placement | Oswald Buddenhagen | 2009-02-24 | 1 | -11/+11 | |
| | | | | | | | | | | | | | | | | also, make it complain upon abuse of this call. Conflicts: src/plugins/debugger/gdbengine.cpp | |||||
| * | fix typos in comments | Oswald Buddenhagen | 2009-02-24 | 1 | -2/+2 | |
| | |