Add a debugger to VIXL simulator (#81)
Add a basic debugger to the VIXL simulator. Once enabled (by default the debugger is disabled) any brk instruction encountered while simulating will cause the interactive debugger to be launched. The debugger supports the following features: - Break - Step - Continue - Printing registers - Toggling tracing - Switching to GDB
Loading
Please register or sign in to comment