Skip to content

Releases: david942j/gdb-ruby

v1.0.0

10 Feb 16:09
Compare
Choose a tag to compare
  • Added new GDB command: rsource for sourcing Ruby scripts
  • Added macOS suuport
  • Added GDB#continue, GDB#info
  • Fixed gdb-ruby hangs when executing long arguments (#38)
  • Fixed raises an exception when stdout is not a TTY (#24)

v0.3.0

04 Jan 13:17
Compare
Choose a tag to compare

Use MemoryIO for reading/writing memory.

v0.2.1

14 Oct 06:04
Compare
Choose a tag to compare
  • Set process title to gdb-ruby instead of ruby to have better user-experience.
  • Fix set prompt had no effect (#2) Thanks @Charo-IT !
  • Let history cleaner by refactoring command (#4)
  • Fix bugs caused by IO buffered (#5)

v0.2.0

06 Oct 15:42
Compare
Choose a tag to compare
  • GDB Ruby binding
  • Command ruby and pry in GDB