Skip to content
Snippets Groups Projects
  1. Dec 15, 2009
  2. Dec 14, 2009
  3. Nov 30, 2009
  4. Nov 10, 2009
    • Friedemann Kleint's avatar
      Cdb: Fix step out. · 5acac101
      Friedemann Kleint authored
      Use debugger's 'gu' command instead of temporary breakpoint as a
      workaround until it is properly supported by the
      SetExecutionStatus() API.
      
      Reviewed-by: hjk
      Task-number: QTCREATORBUG-240
      5acac101
  5. Oct 20, 2009
    • Oswald Buddenhagen's avatar
      fix compile :} · 63c2ceae
      Oswald Buddenhagen authored
      63c2ceae
    • Oswald Buddenhagen's avatar
      fix shutdown paths · b3addf14
      Oswald Buddenhagen authored
      this includes:
      - move the gdb ownership back to the engine (thus strip down the
        adaptors as far as possible)
      - make gdb startup synchronous
      - make adapter shutdown synchronous
      - fix the state transitions relating to shutdown
      b3addf14
  6. Oct 19, 2009
  7. Oct 15, 2009
  8. Oct 14, 2009
  9. Oct 13, 2009
    • Oswald Buddenhagen's avatar
      fold preparing inferior into starting inferior · d1783e09
      Oswald Buddenhagen authored
      after refactoring the trk adapter startup, the split was not necessary
      any more. in fact, it seemed fairly arbitrary at this point.
      d1783e09
    • Friedemann Kleint's avatar
      CDB: Bug fixing · 14058c07
      Friedemann Kleint authored
      - Turn off initial breakpoint when attaching (terminal) and
        additionally ignore it before the first startup complete
      - Refuse to step  the artifical thread created when
        interrupting
      - If possible, switch to thread 0 when interupting (do not
        use artificial thread)
      - Ignore non-fatal exceptions in dumper calls (stray Startup-
        complete-traps)
      - Use right thread for dumper call loading
      - Rename windows exception code enumeration
      - Turn off modification off watch-data children by setType,
        show empty lists correctly.
      - Verbose warnings about inserting invalid watch data.
      14058c07
  10. Oct 09, 2009
  11. Oct 06, 2009
    • Friedemann Kleint's avatar
      CDB: Fix step into, improve multithread dumping, exception logging · c70f968f
      Friedemann Kleint authored
      Use new call syntax of 6.11. for dumper call loading. Execute
      Dumpers in a single thread (current) if at all possible (not
      in some WaitFor or artificial break thread). Show one more
      frame in threads view if it is FastCallReturn. Fix step into
      (ignore one event), log some more exceptions. Generally log
      exceptions to the debugger windows to be able to see stuff
      like DLL missing, etc.
      c70f968f
  12. Oct 05, 2009
  13. Oct 01, 2009
    • Friedemann Kleint's avatar
      CDB: Fix stepping and a crash on dumping expanded pointer items. · 0f486fd5
      Friedemann Kleint authored
      Simplify & Generalize stepping code, introduce stubs for reverse
      debugging. When user switches to another thread than the
      event-triggering one in a stopped inferior, explicitly tell
      the engine to continue that one.
      
      Improve fixDumperResult to fix missing types (out of scope items)
      and call it from expandPointerDumpable.
      0f486fd5
  14. Sep 30, 2009
  15. Sep 29, 2009
  16. Sep 25, 2009
  17. Sep 23, 2009
  18. Sep 17, 2009
  19. Sep 10, 2009
  20. Aug 27, 2009
  21. Aug 19, 2009
    • Friedemann Kleint's avatar
      Debugger: Fix memory display · 76c226df
      Friedemann Kleint authored
      - Watchwindow: Do not open Address dialog if menu is canceled (act = 0
        matching the unitialized unknown memory action)
      - Actually pass the address of the dialog to the agent
      - Make the "Open Memory editor..." action always visible to be able to
        look at const char *x pointing at y
      - Improve the address dialog with checking and dialog button box
      - Explicitly pass the quint64 around
      - Translate & purge
      76c226df
  22. Aug 18, 2009
  23. Aug 17, 2009
  24. Aug 14, 2009
  25. Aug 13, 2009
  26. Aug 12, 2009
  27. Jul 28, 2009
  28. Jul 27, 2009
  29. Jul 24, 2009
Loading