Skip to content
Unverified Commit a0a14395 authored by Chris Jones's avatar Chris Jones Committed by GitHub
Browse files

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
parent 8eca2b7b
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment