luaqemu icon indicating copy to clipboard operation
luaqemu copied to clipboard

watchpoint bug

Open valour01 opened this issue 7 years ago • 0 comments

in the file hw/arm/luaarm.c

you write flags |= BP_STOP_BEFORE_ACCESS; before you insert the flags in the function util_watchpoint_insert. However, you didn't write flags |= BP_STOP_BEFORE_ACCESS; in the function util_watchpoint_remove, thus users could not find matching matching point in the for loop.

valour01 avatar Nov 05 '17 18:11 valour01