File tree 1 file changed +12
-5
lines changed
1 file changed +12
-5
lines changed Original file line number Diff line number Diff line change 9
9
10
10
document load_dump
11
11
Load a crash dump, setup PC/SP and show the current backtrace
12
- Usage: load_dump <file> <pc -addr> <sp -addr>
12
+ Usage: load_dump <file> <PC -addr> <SP -addr>
13
13
end
14
14
15
15
@@ -32,7 +32,9 @@ define sp_skip
32
32
end
33
33
34
34
document sp_skip
35
- TODO
35
+ Decode the PC address at SP+offset, then show the resulting stack.
36
+ The default (and minimum) offset is 3.
37
+ Usage: sp_skip [off]
36
38
end
37
39
38
40
@@ -44,7 +46,8 @@ define sp_restore
44
46
end
45
47
46
48
document sp_restore
47
- TODO
49
+ Undo an sp_skip move (restore existing PC/SP positions)
50
+ Usage: sp_restore
48
51
end
49
52
50
53
@@ -55,7 +58,9 @@ define sp_test
55
58
end
56
59
57
60
document sp_test
58
- TODO
61
+ Attempt to decode the PC address at SP+offset, then show the resulting stack.
62
+ The default (and minimum) offset is 3.
63
+ Usage: sp_test [off]
59
64
end
60
65
61
66
@@ -78,5 +83,7 @@ define sp_scan
78
83
end
79
84
80
85
document sp_scan
81
- TODO
86
+ Attempt to decode PC at any location starting from the SP+3 and up to SP-end
87
+ (by default the end of the SRAM) and show the resulting stack at all locations.
88
+ Usage: sp_scan [SP-end]
82
89
end
You can’t perform that action at this time.
0 commit comments