Skip to content

Version 1.8.0

Compare
Choose a tag to compare
@suzukiplan suzukiplan released this 23 Oct 08:21
· 50 commits to master since this release
4533434
  • Make strict the registers conditions at callback time (NOTE: Destructive change specification)
    • see the details: #49
  • When a runtime error occurs, such as executing an instruction that not exists, a crash used to occur, but now it throws a std::runtime_error exception.
  • add new FP methods:
    • addBreakPointFP
    • addBreakOperandFP
    • addReturnHandlerFP
    • addCallHandlerFP
  • add new setCallback methods:
    • setupMemoryCallback (split from setupCallback)
    • setupDeviceCallback (split from setupCallback)
    • setupMemoryCallbackFP (split from setupCallbackFP)
    • setupDeviceCallbackFP (split from setupCallbackFP)
  • Implicit call the callback setter methods (with FP), when a function pointer that is not template is explicitly specified when a callback setter methods (without FP) was called.