Mercurial > hg > Papers > 2019 > anatofuz-prosym
changeset 35:fc52a78953e5
add src/cbc_breakpoint.txt
author | Takahiro SHIMIZU <anatofuz@cr.ie.u-ryukyu.ac.jp> |
---|---|
date | Fri, 09 Nov 2018 11:22:14 +0900 |
parents | f01d5bc55dea |
children | 4aa6a08b7dc9 |
files | Paper/src/cbc_breakpoint.txt |
diffstat | 1 files changed, 9 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Paper/src/cbc_breakpoint.txt Fri Nov 09 11:22:14 2018 +0900 @@ -0,0 +1,9 @@ +(gdb) b cbc_next +Breakpoint 2 at 0x7ffff7560288: file src/core/cbc-interp.cbc, line 61. +(gdb) command 2 +Type commands for breakpoint(s) 2, one per line. +End with a line saying just "end". +>p CODES[*(MVMuint16 *)i->cur_op] +>p *(MVMuint16 *)i->cur_op +>c +>end