Releases: mossvr/sys-gdbstub
Releases · mossvr/sys-gdbstub
v0.1.6
v0.1.5
Changes:
- Added support for single stepping
- Handle remote command packets
- Added commands to list memory regions and program modules
- Implemented file IO for file upload via gdb
v0.1.4
Changes:
- Implement write register command
- Implement library list command
- Fix bug in read register command
- Fix build with latest libnx
Implement software breakpoints
This release adds support for software breakpoints.
v0.1.2
v0.1.1: Fix exit on sleep
The sysmodule and applet were both exiting after waking from sleep, so I made it restart the server whenever an error occurs to keep it from exiting.
v0.1.0: Travis CI integration
Added a .travis.yml file for automated builds and releases.