diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/user/main.rst | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/docs/user/main.rst b/docs/user/main.rst index f9ac701f4b..f478635396 100644 --- a/docs/user/main.rst +++ b/docs/user/main.rst @@ -247,5 +247,10 @@ Debug options: ``-p pagesize`` Act as if the host page size was 'pagesize' bytes +``-one-insn-per-tb`` + Run the emulation with one guest instruction per translation block. + This slows down emulation a lot, but can be useful in some situations, + such as when trying to analyse the logs produced by the ``-d`` option. + ``-singlestep`` - Run the emulation in single step mode. + This is a deprecated synonym for the ``-one-insn-per-tb`` option. |