Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use the hlt instruction with a custom set of immediates to issue tracing commands. This mirrors the behaviour of the ARM FVP Tarmac trace plugin, which uses the hlt instruction with configurable immediate values to start and stop tracing. Introduce the following hlt immediates: - 0xff00: start instruction tracing - 0xff01: stop instruction tracing - 0xff02: start user-mode instruction tracing
- Loading branch information