Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | more elegant | Oswald Buddenhagen | 2009-02-23 | 1 | -3/+1 | |
| | | ||||||
* | | Merge branch '1.0.0' into master | Oswald Buddenhagen | 2009-02-23 | 1 | -9/+30 | |
|\ \ | |/ | | | | | | | Conflicts: src/plugins/debugger/gdbengine.cpp | |||||
| * | Fixes: debugger: fix Mac OS 10.4 | hjk | 2009-02-23 | 1 | -11/+45 | |
| | | ||||||
| * | Fixes: debugger: on async output, first handle all cases where | hjk | 2009-02-17 | 1 | -20/+25 | |
| | | | | | | | | | | the inferior exited. Details: that catches early exits due to startup problems as well | |||||
| * | Compile. | Roberto Raggi | 2009-02-17 | 1 | -1/+1 | |
| | | ||||||
| * | Fixes: add a view to see current source file mapping | hjk | 2009-02-17 | 1 | -4/+20 | |
| | | ||||||
| * | Fixes: debugger: set width and height of "terminal" to 0 to avoid | hjk | 2009-02-17 | 1 | -0/+2 | |
| | | | | | | | | extra prompting | |||||
| * | Fixes: debugger: work on process logic | hjk | 2009-02-17 | 1 | -38/+67 | |
| | | | | | | | | | | | | Conflicts: src/plugins/debugger/gdbengine.cpp | |||||
| * | Fixes: windows build | Oswald Buddenhagen | 2009-02-17 | 1 | -1/+1 | |
| | | ||||||
| * | move -data-list-register-names up to the other initializers. | Oswald Buddenhagen | 2009-02-17 | 1 | -2/+1 | |
| | | ||||||
| * | Fixes: debugger: enum naming cosmetics | hjk | 2009-02-17 | 1 | -2/+3 | |
| | | ||||||
| * | Fixes: debugging external apps | Oswald Buddenhagen | 2009-02-17 | 1 | -15/+3 | |
| | | | | | | | | | | just treat it the same as internal apps as far as gdbengine is concerned. | |||||
| * | Fixes: debugger: work on shutdown | hjk | 2009-02-17 | 1 | -35/+44 | |
| | | ||||||
| * | Fixes: debugger: try to extact pid from 'info threads' on windows | hjk | 2009-02-17 | 1 | -3/+22 | |
| | | ||||||
| * | Fixes: debugger: try fixing startup break on make | hjk | 2009-02-17 | 1 | -44/+51 | |
| | | ||||||
| * | Fixes: debugger: remove some dead code | hjk | 2009-02-17 | 1 | -26/+1 | |
| | | ||||||
| * | Fixes: debugger: don't run -file-list-exec-source-files too often | hjk | 2009-02-17 | 1 | -2/+0 | |
| | | ||||||
| * | Fixes: debugger: put error message into log if loading of dumpers | hjk | 2009-02-17 | 1 | -16/+17 | |
| | | | | | | | | failed | |||||
| * | Fixes: debugger: load modules list early | hjk | 2009-02-17 | 1 | -19/+25 | |
| | | | | | | | | Details: feels better | |||||
| * | Fixes: debugger: start symbol is WinMainCRTStartup, not _start | hjk | 2009-02-17 | 1 | -26/+46 | |
| | | | | | | | | | | | | | | | | sometimes... Conflicts: src/plugins/debugger/gdbengine.cpp | |||||
| * | Fixes: debugger: work on breakpoints in plugins | hjk | 2009-02-17 | 1 | -133/+33 | |
| | | ||||||
| * | Fixes: debugger: work on plugin breakpoints | hjk | 2009-02-17 | 1 | -64/+38 | |
| | | | | | | | | | | | | Conflicts: src/plugins/debugger/gdbengine.cpp | |||||
| * | Fixes: debugger: work on more fine-grained breakpoints-in-plugins | hjk | 2009-02-17 | 1 | -2/+2 | |
| | | | | | | | | setting | |||||
| * | Fixes: debugger: introduce early break after application | hjk | 2009-02-17 | 1 | -12/+94 | |
| | | | | | | | | initialization | |||||
| * | Fixes: debugger: move custom dumper initialization into the first | hjk | 2009-02-17 | 1 | -4/+7 | |
| | | | | | | | | | | | | | | | | watch view update Conflicts: src/plugins/debugger/gdbengine.cpp | |||||
| * | Fixes: debugger: revert accidental parts of b0650238 | hjk | 2009-02-17 | 1 | -3/+0 | |
| | | | | | | | | | | | | Conflicts: src/plugins/debugger/gdbengine.cpp | |||||
| * | Fixes: correct path for gcbmnacros.cpp hint | hjk | 2009-02-17 | 1 | -1/+1 | |
| | | | | | | | | | | | | Conflicts: src/plugins/debugger/gdbengine.cpp | |||||
| * | Fixes: correct name for gdmacros.cpp hint | hjk | 2009-02-17 | 1 | -1/+1 | |
| | | | | | | | | | | | | Conflicts: src/plugins/debugger/gdbengine.cpp | |||||
* | | more reliable startup breakpoint handling | Oswald Buddenhagen | 2009-02-20 | 1 | -16/+7 | |
| | | | | | | | | | | | | | | | | 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. | |||||
* | | less confusing "starting debugger" messages | Oswald Buddenhagen | 2009-02-20 | 1 | -3/+1 | |
| | | ||||||
* | | Fixes: debugger: compile with QT_NO_CAST_TO_ASCII | hjk | 2009-02-19 | 1 | -8/+8 | |
| | | ||||||
* | | Fixes: compile on Mac | Marius Bugge Monsen | 2009-02-18 | 1 | -1/+1 | |
| | | | | | | | | RevBy: ossi | |||||
* | | make attach & detach work | Oswald Buddenhagen | 2009-02-18 | 1 | -33/+81 | |
| | | ||||||
* | | more thoughtfull setTokenBarrier() placement | Oswald Buddenhagen | 2009-02-18 | 1 | -10/+10 | |
| | | | | | | | | also, make it complain upon abuse of this call. | |||||
* | | fix typos in comments | Oswald Buddenhagen | 2009-02-18 | 1 | -2/+2 | |
| | | ||||||
* | | Fixes: debugger: on async output, first handle all cases where | hjk | 2009-02-17 | 1 | -20/+25 | |
| | | | | | | | | | | the inferior exited. Details: that catches early exits due to startup problems as well | |||||
* | | Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline | hjk | 2009-02-17 | 1 | -1/+1 | |
|\ \ | ||||||
| * | | Compile. | Roberto Raggi | 2009-02-17 | 1 | -1/+1 | |
| | | | ||||||
* | | | Fixes: add a view to see current source file mapping | hjk | 2009-02-17 | 1 | -4/+20 | |
|/ / | ||||||
* | | --warnings | Roberto Raggi | 2009-02-16 | 1 | -15/+15 | |
| | | ||||||
* | | Fixes: debugger: set width and height of "terminal" to 0 to avoid | hjk | 2009-02-16 | 1 | -0/+2 | |
| | | | | | | | | extra prompting | |||||
* | | Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainline | hjk | 2009-02-16 | 1 | -2/+1 | |
|\ \ | | | | | | | | | | | | | Conflicts: src/plugins/debugger/gdbengine.cpp | |||||
| * | | Fixes: windows build | Oswald Buddenhagen | 2009-02-16 | 1 | -1/+1 | |
| | | | ||||||
| * | | move -data-list-register-names up to the other initializers. | Oswald Buddenhagen | 2009-02-16 | 1 | -2/+1 | |
| | | | ||||||
* | | | Fixes: debugger: work on process logic | hjk | 2009-02-16 | 1 | -38/+67 | |
|/ / | ||||||
* | | Fixes: debugger: enum naming cosmetics | hjk | 2009-02-16 | 1 | -2/+3 | |
| | | ||||||
* | | Fixes: debugging external apps | Oswald Buddenhagen | 2009-02-16 | 1 | -15/+3 | |
| | | | | | | | | | | just treat it the same as internal apps as far as gdbengine is concerned. | |||||
* | | Fixes: debugger: work on shutdown | hjk | 2009-02-16 | 1 | -35/+44 | |
| | | ||||||
* | | Fixes: debugger: try to extact pid from 'info threads' on windows | hjk | 2009-02-13 | 1 | -3/+22 | |
| | | ||||||
* | | Fixes: debugger: try fixing startup break on make | hjk | 2009-02-13 | 1 | -44/+51 | |
| | |