summaryrefslogtreecommitdiff
path: root/src/plugins/debugger/gdbengine.cpp
Commit message (Collapse)AuthorAgeFilesLines
...
* | more elegantOswald Buddenhagen2009-02-231-3/+1
| |
* | Merge branch '1.0.0' into masterOswald Buddenhagen2009-02-231-9/+30
|\ \ | |/ | | | | | | Conflicts: src/plugins/debugger/gdbengine.cpp
| * Fixes: debugger: fix Mac OS 10.4hjk2009-02-231-11/+45
| |
| * Fixes: debugger: on async output, first handle all cases wherehjk2009-02-171-20/+25
| | | | | | | | | | the inferior exited. Details: that catches early exits due to startup problems as well
| * Compile.Roberto Raggi2009-02-171-1/+1
| |
| * Fixes: add a view to see current source file mappinghjk2009-02-171-4/+20
| |
| * Fixes: debugger: set width and height of "terminal" to 0 to avoidhjk2009-02-171-0/+2
| | | | | | | | extra prompting
| * Fixes: debugger: work on process logichjk2009-02-171-38/+67
| | | | | | | | | | | | Conflicts: src/plugins/debugger/gdbengine.cpp
| * Fixes: windows buildOswald Buddenhagen2009-02-171-1/+1
| |
| * move -data-list-register-names up to the other initializers.Oswald Buddenhagen2009-02-171-2/+1
| |
| * Fixes: debugger: enum naming cosmeticshjk2009-02-171-2/+3
| |
| * Fixes: debugging external appsOswald Buddenhagen2009-02-171-15/+3
| | | | | | | | | | just treat it the same as internal apps as far as gdbengine is concerned.
| * Fixes: debugger: work on shutdownhjk2009-02-171-35/+44
| |
| * Fixes: debugger: try to extact pid from 'info threads' on windowshjk2009-02-171-3/+22
| |
| * Fixes: debugger: try fixing startup break on makehjk2009-02-171-44/+51
| |
| * Fixes: debugger: remove some dead codehjk2009-02-171-26/+1
| |
| * Fixes: debugger: don't run -file-list-exec-source-files too oftenhjk2009-02-171-2/+0
| |
| * Fixes: debugger: put error message into log if loading of dumpershjk2009-02-171-16/+17
| | | | | | | | failed
| * Fixes: debugger: load modules list earlyhjk2009-02-171-19/+25
| | | | | | | | Details: feels better
| * Fixes: debugger: start symbol is WinMainCRTStartup, not _starthjk2009-02-171-26/+46
| | | | | | | | | | | | | | | | sometimes... Conflicts: src/plugins/debugger/gdbengine.cpp
| * Fixes: debugger: work on breakpoints in pluginshjk2009-02-171-133/+33
| |
| * Fixes: debugger: work on plugin breakpointshjk2009-02-171-64/+38
| | | | | | | | | | | | Conflicts: src/plugins/debugger/gdbengine.cpp
| * Fixes: debugger: work on more fine-grained breakpoints-in-pluginshjk2009-02-171-2/+2
| | | | | | | | setting
| * Fixes: debugger: introduce early break after applicationhjk2009-02-171-12/+94
| | | | | | | | initialization
| * Fixes: debugger: move custom dumper initialization into the firsthjk2009-02-171-4/+7
| | | | | | | | | | | | | | | | watch view update Conflicts: src/plugins/debugger/gdbengine.cpp
| * Fixes: debugger: revert accidental parts of b0650238hjk2009-02-171-3/+0
| | | | | | | | | | | | Conflicts: src/plugins/debugger/gdbengine.cpp
| * Fixes: correct path for gcbmnacros.cpp hinthjk2009-02-171-1/+1
| | | | | | | | | | | | Conflicts: src/plugins/debugger/gdbengine.cpp
| * Fixes: correct name for gdmacros.cpp hinthjk2009-02-171-1/+1
| | | | | | | | | | | | Conflicts: src/plugins/debugger/gdbengine.cpp
* | more reliable startup breakpoint handlingOswald Buddenhagen2009-02-201-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" messagesOswald Buddenhagen2009-02-201-3/+1
| |
* | Fixes: debugger: compile with QT_NO_CAST_TO_ASCIIhjk2009-02-191-8/+8
| |
* | Fixes: compile on MacMarius Bugge Monsen2009-02-181-1/+1
| | | | | | | | RevBy: ossi
* | make attach & detach workOswald Buddenhagen2009-02-181-33/+81
| |
* | more thoughtfull setTokenBarrier() placementOswald Buddenhagen2009-02-181-10/+10
| | | | | | | | also, make it complain upon abuse of this call.
* | fix typos in commentsOswald Buddenhagen2009-02-181-2/+2
| |
* | Fixes: debugger: on async output, first handle all cases wherehjk2009-02-171-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/mainlinehjk2009-02-171-1/+1
|\ \
| * | Compile.Roberto Raggi2009-02-171-1/+1
| | |
* | | Fixes: add a view to see current source file mappinghjk2009-02-171-4/+20
|/ /
* | --warningsRoberto Raggi2009-02-161-15/+15
| |
* | Fixes: debugger: set width and height of "terminal" to 0 to avoidhjk2009-02-161-0/+2
| | | | | | | | extra prompting
* | Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainlinehjk2009-02-161-2/+1
|\ \ | | | | | | | | | | | | Conflicts: src/plugins/debugger/gdbengine.cpp
| * | Fixes: windows buildOswald Buddenhagen2009-02-161-1/+1
| | |
| * | move -data-list-register-names up to the other initializers.Oswald Buddenhagen2009-02-161-2/+1
| | |
* | | Fixes: debugger: work on process logichjk2009-02-161-38/+67
|/ /
* | Fixes: debugger: enum naming cosmeticshjk2009-02-161-2/+3
| |
* | Fixes: debugging external appsOswald Buddenhagen2009-02-161-15/+3
| | | | | | | | | | just treat it the same as internal apps as far as gdbengine is concerned.
* | Fixes: debugger: work on shutdownhjk2009-02-161-35/+44
| |
* | Fixes: debugger: try to extact pid from 'info threads' on windowshjk2009-02-131-3/+22
| |
* | Fixes: debugger: try fixing startup break on makehjk2009-02-131-44/+51
| |