Skip to content
Snippets Groups Projects
  1. Aug 05, 2018
  2. Aug 02, 2018
  3. Jul 19, 2018
  4. 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
  5. Jul 03, 2018
  6. Jun 06, 2018
  7. May 10, 2018
  8. Apr 26, 2018
  9. Mar 19, 2018
  10. Feb 14, 2018
  11. 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
  12. Jan 19, 2018
  13. Jan 17, 2018
  14. Jan 03, 2018
  15. Oct 04, 2017
  16. Sep 30, 2017
  17. 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
  18. Jan 04, 2017
  19. Dec 22, 2016
  20. Dec 16, 2016
  21. 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
  22. Dec 05, 2016
  23. Nov 14, 2016
  24. Oct 28, 2016
  25. Sep 21, 2016
  26. Sep 18, 2016
  27. Jun 08, 2016
  28. May 10, 2016
  29. May 07, 2016
  30. Apr 23, 2016
  31. Apr 06, 2016
  32. 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
  33. Nov 04, 2015
  34. Oct 29, 2015
  35. Oct 22, 2015
Loading