]> git.unchartedbackwaters.co.uk Git - francis/libjit.git/commit
Clean up the breakpoint API and implement debug hooks for the interpreter.
authorRhys Weatherley <rweather@southern-storm.com.au>
Mon, 4 Oct 2004 02:26:41 +0000 (02:26 +0000)
committerRhys Weatherley <rweather@southern-storm.com.au>
Mon, 4 Oct 2004 02:26:41 +0000 (02:26 +0000)
commit8196846bb1632cd3d5521029292a0c6cc96772a1
tree7f9de7ca3b50bb360048bbbd6db2afe893e69ab8
parent5952bf08262d3e776aff52b833daf70cae897e16
Clean up the breakpoint API and implement debug hooks for the interpreter.
19 files changed:
ChangeLog
doc/Makefile.am
doc/libjit.texi
include/jit/jit-context.h
include/jit/jit-insn.h
include/jit/jit-opcode.h
include/jit/jit-plus.h
jit/Makefile.am
jit/jit-context.c
jit/jit-debug.c [new file with mode: 0644]
jit/jit-function.c
jit/jit-insn.c
jit/jit-internal.h
jit/jit-interp.c
jit/jit-opcode.c
jit/jit-rules-arm.sel
jit/jit-rules-interp.c
jit/jit-rules-x86.sel
jitplus/jit-plus-function.cpp