1. Jul 26, 2017
  2. Jul 17, 2017
  3. Jul 15, 2017
  4. Jul 14, 2017
  5. Jul 13, 2017
  6. Jul 12, 2017
  7. 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
  8. Jul 07, 2017
  9. Jul 06, 2017
  10. Jul 04, 2017
  11. Jul 01, 2017
  12. Jun 28, 2017
  13. Jun 22, 2017
  14. Jun 21, 2017