bump
This commit is contained in:
parent
363d96b77a
commit
7bed6e2d00
|
@ -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
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue