- Feb 26, 2009
-
-
Oswald Buddenhagen authored
-
Oswald Buddenhagen authored
-
Roberto Raggi authored
We use `cc' instead of `c++' and we also also moved the code in qt4project.cpp. Done by ossi reviewed by me.
-
con authored
-
con authored
-
Roberto Raggi authored
Done by ossi
-
con authored
-
con authored
-
Thorbjørn Lindeijer authored
Done with Roberto
-
- Feb 25, 2009
-
-
Roberto Raggi authored
(cherry picked from commit 442c946a)
-
Roberto Raggi authored
(cherry picked from commit bb7c90ad)
-
Roberto Raggi authored
(cherry picked from commit 40123cdd)
-
Kavindra Palaraja authored
-
con authored
-
Thorbjørn Lindeijer authored
-
Patrick Star authored
Task: - found by Denis RevBy: - Thomas AutoTest: - manual Details: - we have some broken doc entrys, they won't return a url at all
-
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
-