Skip to content

Releases: mossvr/sys-gdbstub

v0.1.6

15 Oct 08:46
Compare
Choose a tag to compare
Fix single step bug

Fixed a bug where single stepping would resume all threads, which caused
the selected thread to change if another thread hit a breakpoint during
the single step.

v0.1.5

15 Oct 07:39
Compare
Choose a tag to compare

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

26 Sep 15:49
Compare
Choose a tag to compare

Changes:

  • Implement write register command
  • Implement library list command
  • Fix bug in read register command
  • Fix build with latest libnx

Implement software breakpoints

25 Apr 18:25
Compare
Choose a tag to compare

This release adds support for software breakpoints.

v0.1.2

19 Apr 21:47
Compare
Choose a tag to compare
Improve thread handling

v0.1.1: Fix exit on sleep

18 Apr 22:59
Compare
Choose a tag to compare
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

18 Apr 15:32
Compare
Choose a tag to compare
Added a .travis.yml file for automated builds and releases.