1. 07 9月, 2008 1 次提交
  2. 29 8月, 2008 1 次提交
  3. 18 8月, 2008 1 次提交
  4. 26 7月, 2008 1 次提交
  5. 11 7月, 2008 1 次提交
  6. 09 7月, 2008 1 次提交
  7. 02 7月, 2008 2 次提交
  8. 01 7月, 2008 2 次提交
  9. 29 6月, 2008 1 次提交
  10. 09 6月, 2008 3 次提交
  11. 08 6月, 2008 2 次提交
  12. 03 6月, 2008 1 次提交
  13. 01 6月, 2008 1 次提交
  14. 31 5月, 2008 1 次提交
  15. 29 5月, 2008 2 次提交
  16. 28 5月, 2008 1 次提交
  17. 25 5月, 2008 1 次提交
  18. 24 5月, 2008 1 次提交
  19. 23 5月, 2008 2 次提交
  20. 18 5月, 2008 1 次提交
    • E
      Add support for the 'k' (kill) and 'D' (detach) packets (Jason Wessel). · 7d03f82f
      edgar_igl 提交于
      Implement the 'k' gdbserial packet which kills the qemu instance via
      the debugger stub.
      
      Implement the 'D' detach packet for the gdb stub such that you can
      disconnect gdb with the "detach" command.  This required implementing
      a cpu_breakpoint_remove_all() and a cpu_watchpoint_remove_all()
      function to cleanup all the breakpoints and watchpoints prior to
      leaving the gdb stub else simulation can stop with no debugger
      attached.
      
      On a '?' packet remove all the breakpoints and watchpoints.  This is
      considered more of a safety net in case you force killed gdb or it
      crashed and you are reconnecting.  The identical behavior exists for
      kgdb in the linux kernel.
      
      
      git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4478 c046a42c-6fe2-441c-8c8c-71466251a162
      7d03f82f
  21. 16 5月, 2008 1 次提交
  22. 10 5月, 2008 1 次提交
  23. 06 5月, 2008 1 次提交
  24. 04 5月, 2008 1 次提交
  25. 28 4月, 2008 3 次提交
  26. 25 4月, 2008 1 次提交
  27. 23 4月, 2008 2 次提交
  28. 12 4月, 2008 1 次提交
  29. 01 4月, 2008 1 次提交
  30. 29 3月, 2008 1 次提交