This commit is contained in:
Stefan Friese 2023-04-05 19:42:49 +02:00
parent 363d96b77a
commit 7bed6e2d00
1 changed files with 7 additions and 0 deletions

View File

@ -13,3 +13,10 @@ Show the next 70 instructions under the current position
```sh
x/70i $pc
```
## Set Breakpoint
Set breakpoint to address
```sh
b *0xdeadbeef
```