mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 01:37:35 +00:00
Everywhere: Remove references to UserspaceEmulator
This commit is contained in:
parent
3f9d0c7789
commit
fd316728a0
9 changed files with 4 additions and 43 deletions
|
@ -1,24 +0,0 @@
|
|||
## Name
|
||||
|
||||
UserspaceEmulator
|
||||
|
||||
## Synopsis
|
||||
|
||||
```sh
|
||||
$ UserspaceEmulator [--report-to-debug] [--pause] [--profile] [--profile-interval num_instructions] [--profile-file path] [--roi] <command...>
|
||||
```
|
||||
|
||||
## Options
|
||||
|
||||
* `--report-to-debug`: Write reports to the debug log
|
||||
* `-p`, `--pause`: Pause on startup
|
||||
* `--profile`: Generate a ProfileViewer-compatible profile
|
||||
* `-i num_instructions`, `--profile-interval num_instructions`: Set the profile instruction capture interval, 128 by default
|
||||
* `--profile-file path`: File path for profile dump
|
||||
* `--roi`: Enable Region-of-Interest mode for profiling
|
||||
|
||||
## Arguments
|
||||
|
||||
* `command`: Command to emulate
|
||||
|
||||
<!-- Auto-generated through ArgsParser -->
|
|
@ -10,9 +10,8 @@ $ /usr/Tests/Kernel/crash [options]
|
|||
|
||||
## Description
|
||||
|
||||
This program is used to test how the Serenity kernel or UserspaceEmulator
|
||||
handle userspace crashes, and can be used to simulate many different kinds
|
||||
of crashes.
|
||||
This program is used to test how the Serenity kernel handles userspace crashes,
|
||||
and can be used to simulate many different kinds of crashes.
|
||||
|
||||
## Options
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue