- Mar 12, 2009
-
-
hjk authored
Details: Mac gdb produces MI-style output for the non-MI-style command
-
- Mar 11, 2009
- Mar 10, 2009
- Mar 09, 2009
-
-
hjk authored
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
-
- Mar 05, 2009
-
-
Oswald Buddenhagen authored
rely on the inferior's pid being available. consequently, remove the bizarre findChild stuff.
-
Oswald Buddenhagen authored
fixes interrupting processes with some versions of gdb
-
- Mar 04, 2009
-
-
hjk authored
-
- Mar 03, 2009
- Mar 02, 2009
- Feb 27, 2009
-
-
Oswald Buddenhagen authored
includes complete refactoring of ConsoleProcess.
-
- Feb 25, 2009
- Feb 24, 2009
-
-
Oswald Buddenhagen authored
-
Oswald Buddenhagen authored
- remove stale connect() - clear buffer after it was completely used
-
Oswald Buddenhagen authored
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.
-
Oswald Buddenhagen authored
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.
-
Oswald Buddenhagen authored
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.
-
Oswald Buddenhagen authored
unlike the upstream gdb, the mac one gives an MI response to "info target" when in MI mode.
-
Oswald Buddenhagen authored
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
-
Oswald Buddenhagen authored
-
Oswald Buddenhagen authored
-
hjk authored
-
Oswald Buddenhagen authored
Conflicts: src/plugins/debugger/gdbengine.cpp
-
Oswald Buddenhagen authored
also, make it complain upon abuse of this call. Conflicts: src/plugins/debugger/gdbengine.cpp
-
Oswald Buddenhagen authored
-
- Feb 23, 2009
-
-
Oswald Buddenhagen authored
-
hjk authored
-
- Feb 20, 2009
-
-
Oswald Buddenhagen authored
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.
-
Oswald Buddenhagen authored
-
- Feb 19, 2009
-
-
hjk authored
-
- Feb 18, 2009
-
-
Marius Bugge Monsen authored
RevBy: ossi
-
Oswald Buddenhagen authored
-
Oswald Buddenhagen authored
also, make it complain upon abuse of this call.
-