1. Sep 21, 2017
  2. Sep 17, 2017
  3. Aug 16, 2017
  4. Aug 14, 2017
  5. Aug 13, 2017
  6. Aug 12, 2017
  7. Aug 11, 2017
  8. Aug 10, 2017
  9. Aug 09, 2017
  10. Aug 08, 2017
    • Tim Newsome's avatar
      When gdb_port is 0, don't increment it. · b8978072
      Tim Newsome authored
      Usually incrementing to get the next port is a good idea, but when set
      to 0 the idea is to find an arbitrary unallocated port. 1 is almost
      certainly not helpful.
      b8978072
  11. Jul 28, 2017
  12. Jul 26, 2017
  13. Jul 17, 2017
  14. Jul 15, 2017
  15. Jul 14, 2017
  16. Jul 13, 2017
  17. Jul 12, 2017
  18. Jul 11, 2017
    • Palmer Dabbelt's avatar
      Merge pull request #81 from riscv/llp64 · a0c1dd64
      Palmer Dabbelt authored
      Use LL for 64-bit defines, as Windows is LLP64
      a0c1dd64
    • Palmer Dabbelt's avatar
      Use LL for 64-bit defines, as Windows is LLP64 · 10a61000
      Palmer Dabbelt authored
      This should also fix bugs on ILP32 systems.
      10a61000
    • Tim Newsome's avatar
      Disable debugger-set triggers on connect · 4072fa49
      Tim Newsome authored
      When first connecting to a target, have the debugger disable any
      hardware triggers that are set by a previously connected debugger.
      The 0.11 code already did this, but 0.13 did not.
      
      To achieve this I decided to share the code to enumerate triggers
      between 0.11 and 0.13, which required me to implement get_register() and
      set_register() for 0.11, which made the whole change a lot larger than
      you might have guessed.
      
      Hopefully this sets us up to in the future share the code to set/remove
      triggers as well.
      4072fa49
  19. Jul 07, 2017