Last active
October 3, 2017 14:11
-
-
Save ksherlock/924914d5c7bcd3887458b3c4bf68b377 to your computer and use it in GitHub Desktop.
iix debugger
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $ ./bin/iix gs.out arg1 arg2 | |
| frame #1 $0201d6 ORCA.C at main:51 | |
| 48 int i = 0; | |
| 49 int j = 1; | |
| 50 int x; | |
| -> 51 x = i + j; | |
| 52 return x; | |
| 53 | |
| 54 } | |
| p i | |
| (int16_t) $0000 0 | |
| p j | |
| (int16_t) $0001 1 | |
| p argv | |
| (uint8_t *[]) $00020d00 | |
| p argv[0] | |
| (uint8_t *) $00020d10 "gs.out" | |
| p *argv | |
| (uint8_t *) $00020d10 "gs.out" | |
| p argv[0][1] | |
| (uint8_t) $73 115 's' | |
| p aa | |
| (record) { | |
| pCount: (uint16_t) $0002 2 | |
| refNum: (uint16_t) $0000 0 | |
| next: (record *) $00c00800 | |
| } | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment