- 06 Jan, 2010 1 commit
-
-
hjk authored
-
- 05 Jan, 2010 4 commits
- 04 Jan, 2010 2 commits
-
-
Oswald Buddenhagen authored
... using fromLocal8Bit instead of fromLatin1. of course the localized messages pose a "challenge" for the various workarounds which parse them ... Task-number: QTCREATORBUG-504
-
hjk authored
-
- 14 Dec, 2009 1 commit
-
-
Erik Verbruggen authored
Reviewed by: hjk
-
- 11 Dec, 2009 2 commits
- 10 Dec, 2009 2 commits
- 09 Dec, 2009 4 commits
- 04 Dec, 2009 2 commits
- 01 Dec, 2009 1 commit
-
-
hjk authored
-
- 30 Nov, 2009 2 commits
-
-
Friedemann Kleint authored
Check for correct state (InferiorStopped).
-
Oswald Buddenhagen authored
-
- 26 Nov, 2009 1 commit
-
-
hjk authored
-
- 19 Nov, 2009 1 commit
-
-
Daniel Molkentin authored
Reviewed-By: hjk
-
- 13 Nov, 2009 1 commit
-
-
hjk authored
-
- 12 Nov, 2009 2 commits
-
-
Oswald Buddenhagen authored
The problem is that the shlib events disturb bounded execution requests and there is no way to recover from this - the debugger will effectively turn "step over" into "continue". this is nicely explained in http://vladimir_prus.blogspot.com/2007/12/debugger-stories-pending-breakpoints.html
-
hjk authored
-
- 11 Nov, 2009 2 commits
-
-
Oswald Buddenhagen authored
this ensures that, among other things, we won't get into this scenario: - process is running - interrupt is requested by user - termination is requested by user - before interrupt takes effect, the process terminates => shutdown is called => exit is also queued, as there is already a queued kill => nothing happens, as there will never be a stop response Reviewed-by: hjk
-
Oswald Buddenhagen authored
archer reports stops at tbreaks properly, so checking for an empty stop reason is no particularly good idea. instead, we simply skip *all* stops at the entry point, assuming the user will not really set a breakpoint there anyway. Reviewed-by: hjk
-
- 10 Nov, 2009 5 commits
-
-
Jarek Kobus authored
-
Oswald Buddenhagen authored
this is to update breakpoint, source and module lists automatically. also remove the now pointless -break-list on every stop. Reviewed-by: hjk
-
Oswald Buddenhagen authored
any output will most definitely belong to later issued commands, so not clearing it will only cost cpu or even confuse the evaluation. Reviewed-by: hjk
-
Oswald Buddenhagen authored
Reviewed-by: hjk
-
Oswald Buddenhagen authored
Reviewed-by: hjk
-
- 09 Nov, 2009 1 commit
-
-
hjk authored
-
- 06 Nov, 2009 1 commit
-
-
hjk authored
-
- 05 Nov, 2009 1 commit
-
-
Oswald Buddenhagen authored
-
- 04 Nov, 2009 3 commits
-
-
hjk authored
The real problems is somewhere in the watch model. This patch does only prevent the wrong (and unneeded) questions to be asked in the first place. It does not fix the wrong handling of the answer in the watch model. Reviewed-by: Oswald Buddenhagen
-
hjk authored
-
Oswald Buddenhagen authored
InferiorUnrunnable is equivalent to InferiorStopped as far as NeedsStop commands are concerned. Reviewed-by: hjk
-
- 03 Nov, 2009 1 commit
-
-
Oswald Buddenhagen authored
sometimes, commands simply don't return ... the debug message doesn't say anything which couldn't be found in the log already, but that way it is more convenient. and we kill gdb to get creator back to a defined state. Reviewed-by: hjk
-