Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
MhmRhm authored Dec 1, 2024
1 parent f12b323 commit a2a4a2a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2218,6 +2218,7 @@ to format the print output.
(gdb) x /10wx &object # w for words (4 bytes)
(gdb) x /5gx &object # g for giant words (8 bytes)
(gdb) x /40bt &object # t for base two
(gdb) x /32wi &object->method # i for instructions
(gdb) print $_ # print the address last examined
(gdb) print $__ # print the content last examined
```
Expand Down

0 comments on commit a2a4a2a

Please sign in to comment.