Skip to content
Snippets Groups Projects
  1. Sep 20, 2018
  2. Sep 18, 2018
    • Lioncash's avatar
      arm_interface: Remove ARM11-isms from the CPU interface · b51e7e02
      Lioncash authored
      This modifies the CPU interface to more accurately match an
      AArch64-supporting CPU as opposed to an ARM11 one. Two of the methods
      don't even make sense to keep around for this interface, as Adv Simd is
      used, rather than the VFP in the primary execution state. This is
      essentially a modernization change that should have occurred from the
      get-go.
      b51e7e02
  3. Sep 15, 2018
  4. Aug 07, 2018
  5. Aug 05, 2018
  6. Aug 02, 2018
  7. Jul 19, 2018
  8. Jul 13, 2018
    • Hedges's avatar
      More improvements to GDBStub (#653) · e066bc75
      Hedges authored
      * More improvements to GDBStub
      - Debugging of threads should work correctly with source and assembly level stepping and modifying registers and memory, meaning threads and callstacks are fully clickable in VS.
      - List of modules is available to the client, with assumption that .nro and .nso are backed up by an .elf with symbols, while deconstructed ROMs keep N names.
      - Initial support for floating point registers.
      
      * Tidy up as requested in PR feedback
      
      * Tidy up as requested in PR feedback
      e066bc75
  9. Jul 03, 2018
  10. Jun 06, 2018
  11. May 10, 2018
  12. Apr 26, 2018
  13. Mar 19, 2018
  14. Feb 14, 2018
  15. 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
  16. Jan 19, 2018
  17. Jan 17, 2018
  18. Jan 03, 2018
  19. Oct 04, 2017
  20. Sep 30, 2017
  21. 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
  22. Jan 04, 2017
  23. Dec 22, 2016
  24. Dec 16, 2016
  25. 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
  26. Dec 05, 2016
  27. Nov 14, 2016
  28. Oct 28, 2016
  29. Sep 21, 2016
  30. Sep 18, 2016
  31. Jun 08, 2016
  32. May 10, 2016
  33. May 07, 2016
  34. Apr 23, 2016
Loading