# HG changeset patch # User Takahiro SHIMIZU # Date 1541730134 -32400 # Node ID fc52a78953e5e5f589b212a685711370778a889d # Parent f01d5bc55deaf348f95562467b7ebb5d3d4285cd add src/cbc_breakpoint.txt diff -r f01d5bc55dea -r fc52a78953e5 Paper/src/cbc_breakpoint.txt --- /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