[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: [LuaJIT] Backtracing in GDB
- From: James McKaskill <james@...>
- Date: Mon, 23 Apr 2012 21:53:58 -0400
On Mon, Apr 23, 2012 at 21:43, Alex <initrd.gz@gmail.com> wrote:
> No, the program makes heavy use of FFI and other LuaJIT features.
Well that may or may not be an issue. For the FFI you can try
https://github.com/jmckaskill/luaffi, but YMMV as its still missing a
few features (If you do give that a try and find something missing, I
would greatly appreciate a bug report). What other LuaJIT features are
you dependent on?
PS: The reason I wrote luaffi in the first place was to debug some FFI
code, because debugging jit'ed code was kind of painful.
-- James