- Migration to codeberg
- Greatly improved the codebase
- Added a
--version
option to display current arrakis version - Renamed the
--no-shell
option to--run
and-ns
to-r
- Fixed a misalignment issue in shell help
- Fixed a misalignment issue in
--help
option - Changed message from
Error
toInfo
in case of a failed system call - Updated commands to be closer to
gdb
:prv
is nowp
next
is nowcontinue
print
is nowinfo
run
is nowfinish
reset
is nowrun
- New command
breakpoint clear
to remove all breakpoints - Improved
info
command: Now always at most 80 characters wide, more readable and easier to parse - Error message when providing too much input files
- Support for
.ascii/z
assembler directive - Support for program arguments
- Remove simple memory values
- Support for local labels
- Add multi line comments
- Support for GNU expressions
- Add
.size
directive forinfo
command - Add
next
command (Likestep
but don't step into functions)
initial release