You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.