Skip to content
Snippets Groups Projects
  1. May 10, 2018
  2. Apr 26, 2018
  3. Mar 19, 2018
  4. Feb 14, 2018
  5. Jan 21, 2018
    • Rozlette's avatar
      gdbstub: Update registers and sizes for aarch64 · 425a78ec
      Rozlette authored
      This gets gdbstub working at least to the point where clients can
      communicate with it.
      
      What works:
      - Reading/writing GPRegs
      - Reading/writing memory
      - Interrupting the emulated program and continuing
      
      What does NOT work:
      - Breakpoints. Sizes have been updated to u64, but support will need to be
        added in the interpreter for them to work.
      - VRegs. Mostly because my gdb was having issues with 128-bit regs for
        some reason. However, the current u128 representation is a bit
        awkward to use and should probably be updated first.
      425a78ec
  6. Jan 19, 2018
  7. Jan 17, 2018
  8. Jan 03, 2018
  9. Oct 04, 2017
  10. Sep 30, 2017
  11. Feb 27, 2017
    • Mat M's avatar
      Doxygen: Amend minor issues (#2593) · 0cb52ee7
      Mat M authored
      Corrects a few issues with regards to Doxygen documentation, for example:
      
      - Incorrect parameter referencing.
      - Missing @param tags.
      - Typos in @param tags.
      
      and a few minor other issues.
      0cb52ee7
  12. Jan 04, 2017
  13. Dec 22, 2016
  14. Dec 16, 2016
  15. Dec 15, 2016
    • Lioncash's avatar
      gdbstub: Remove global variable from public interface · ba20dd9b
      Lioncash authored
      Currently, this is only ever queried, so adding a function to check if the
      server is enabled is more sensible.
      
      If directly modifying this externally is ever desirable, it should be done
      by adding a function to the interface, rather than exposing implementation
      details directly.
      ba20dd9b
  16. Dec 05, 2016
  17. Nov 14, 2016
  18. Oct 28, 2016
  19. Sep 21, 2016
  20. Sep 18, 2016
  21. Jun 08, 2016
  22. May 10, 2016
  23. May 07, 2016
  24. Apr 23, 2016
  25. Apr 06, 2016
  26. Nov 22, 2015
    • polaris-'s avatar
      Fix read and write register blocks in gdbstub · 2732ec75
      polaris- authored
      Previously, the padding wasn't correctly accounted for which caused the gdbstub to read and write everything after R15 (starting with the dummy FPA registers) incorrectly, which caused CPSR to not be handled correctly. Everything appears to be working as expected with this change.
      2732ec75
  27. Nov 04, 2015
  28. Oct 29, 2015
  29. Oct 22, 2015
  30. Oct 21, 2015
  31. Oct 12, 2015
Loading