projects
/
rrq
/
rrqforth.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
63e9084
)
added "continue" to bp 7
author
Ralph Ronnquist
<ralph.ronnquist@gmail.com>
Fri, 28 May 2021 04:07:51 +0000
(14:07 +1000)
committer
Ralph Ronnquist
<ralph.ronnquist@gmail.com>
Fri, 28 May 2021 04:07:51 +0000
(14:07 +1000)
debug.sh
patch
|
blob
|
history
diff --git
a/debug.sh
b/debug.sh
index a665e0249c6b5692df2eae70ded05b5d2dc1b243..b94d7daa2c70e7a6ffe4a920aae5f1210937414a 100755
(executable)
--- a/
debug.sh
+++ b/
debug.sh
@@
-21,6
+21,7
@@
commands $((NBR+1))
print (void*) \$rsp
print (((char*)(*(((void**)\$rax)-2)))+32)
print (void*) \$rsi
+continue
end
EOF