]> git.unchartedbackwaters.co.uk Git - francis/libjit.git/commit
Redesign the debugger API so that it contains functions
authorRhys Weatherley <rweather@southern-storm.com.au>
Wed, 6 Oct 2004 05:43:15 +0000 (05:43 +0000)
committerRhys Weatherley <rweather@southern-storm.com.au>
Wed, 6 Oct 2004 05:43:15 +0000 (05:43 +0000)
commitd22a2c16e54ea8dd48c29815f2c7d30df18ef605
tree948bb3ade9914079f06d48e9daea0136787be95b
parent599fc81ed550a846858c2c018598a55fe6660eea
Redesign the debugger API so that it contains functions
like "add breakpoint", "run", "step", etc that more closely resemble
what a front end debugger will want to have, shifting the
implementation burden off the front end.
17 files changed:
ChangeLog
doc/Makefile.am
doc/libjit.texi
include/jit/Makefile.am
include/jit/jit-common.h
include/jit/jit-context.h
include/jit/jit-debugger.h [new file with mode: 0644]
include/jit/jit-except.h
include/jit/jit-function.h
include/jit/jit.h
jit/Makefile.am
jit/jit-context.c
jit/jit-debug.c [deleted file]
jit/jit-debugger.c [new file with mode: 0644]
jit/jit-insn.c
jit/jit-internal.h
jit/jit-interp.c