- Feb 25, 2009
-
-
hjk authored
-
- 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.
-
Thorbjørn Lindeijer authored
Learn from this. ;)
-
Thorbjørn Lindeijer authored
Hasn't received a lot of testing, so will have to see whether this works in practice.
-
Thorbjørn Lindeijer authored
Wasn't being patched up.
-
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.
-
Thorbjørn Lindeijer authored
-
con authored
-
con authored
-
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
-
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
-
con authored
-
hjk authored
-
hjk authored
-
con authored
-
con authored
-
con authored
-
con authored
-
con authored
-
Berlin authored
Done with hjk
-
- Feb 23, 2009
-
-
Oswald Buddenhagen authored
-
Thorbjørn Lindeijer authored
Was failing because it still tried to patch Qt 4.4.3
-
Jens Bache-Wiig authored
Details: Simplified painting a bit. Cleaner lines.
-
Jens Bache-Wiig authored
-
Thorbjørn Lindeijer authored
-
hjk authored
-
hjk authored
-
con authored
Task: - 244546
-
con authored
Task: - 242931
-