All notable changes to this project will be documented in this file.
This project adheres to Semantic Versioning.
0.3.1
- RISC-V: List all integer registers (for lldb compatibility) #149 (danlehmann)
0.3.0
Breaking Arch Changes
- Entirely removed
SingleStepGdbBehavior
APIs
0.2.4
0.2.3
- Fix missing reg_id mapping in
Armv4t
(24 => Fps)
0.2.2
- Remove faulty target.xml from mips64 arch
0.2.1
- Removed all remaining instances of
SingleStepGdbBehavior::Unknown
#95 (bet4it)
0.2.0
Bumps required gdbstub
version to 0.6.0.
Breaking Arch Changes
- Improved support + fixes for
Msp430
#62 (mchesser) X86_64CoreRegId
: Change rip size to 8 #87 (gz)- Removed
RegId
template parameters from the following Arch
implementations:
0.1.0
Bumps required gdbstub
version to 0.5.0.
gdbstub::arch
has been moved into a separate gdbstub_arch
crate- See #45 for details on why this was done.
- (x86) Break GPRs & SRs into individual fields/variants #34