Skip to content
Snippets Groups Projects
  1. Jan 14, 2010
  2. Jan 13, 2010
  3. Jan 12, 2010
  4. Jan 08, 2010
  5. Jan 06, 2010
  6. Jan 04, 2010
    • Oswald Buddenhagen's avatar
      properly decode messages from gdb · 5fd1e3c4
      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
      5fd1e3c4
  7. Nov 30, 2009
  8. Nov 19, 2009
  9. Nov 13, 2009
  10. Nov 12, 2009
  11. Nov 11, 2009
    • Oswald Buddenhagen's avatar
      always clear pending command queue before posting shutdown commands · 4d45ad00
      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
      4d45ad00
    • Oswald Buddenhagen's avatar
      be more lenient when matching the stops at _start · 5bd5fa63
      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
      5bd5fa63
  12. Nov 10, 2009
  13. Nov 09, 2009
  14. Nov 06, 2009
  15. Nov 05, 2009
  16. Nov 04, 2009
  17. Nov 03, 2009
  18. Nov 02, 2009
  19. Oct 30, 2009
    • Oswald Buddenhagen's avatar
      terminal adapter: make skipping of initial SIGSTOPs more reliable · 151b785d
      Oswald Buddenhagen authored
      first, _start being resolvable depends on libc-dbg being installed.
      second, depending on the frame being in the dynloader makes it
      a) work only for dynamic executables and b) fail on multi-target
      systems (due to a hard-coded file name).
      so instead just remember the entry point, as we are already there
      anyway.
      
      Reviewed-By: hjk
      151b785d
Loading