[PATCH v6 0/1] Initial support for LuaJIT scripting

Victor Krapivensky krapivenskiy.va at phystech.edu
Thu Jul 6 11:16:58 UTC 2017


luajit_lib.h is now auto-generated from luajit_lib.lua.

I also got rid of all the "private" underscore-prefixed members of the
strace module -- we don't actually need them. See the top comment in
luajit_lib.lua.

Also minor fixes in the helper library and the man page section.

Victor Krapivensky (1):
  Initial support for LuaJIT scripting

 Makefile.am    |  15 ++-
 configure.ac   |  36 +++++++
 defs.h         |  53 +++-------
 defs_shared.h  |  65 ++++++++++++
 ffi.h          |  19 ++++
 luajit.h       | 328 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 luajit_lib.lua | 316 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
 qualify.c      |  84 +++++++++------
 strace.1       | 290 ++++++++++++++++++++++++++++++++++++++++++++++++++
 strace.c       |  36 ++++++-
 syscall.c      | 117 ++++++++++++++++----
 sysent.h       |  24 ++++-
 12 files changed, 1289 insertions(+), 94 deletions(-)
 create mode 100644 defs_shared.h
 create mode 100644 ffi.h
 create mode 100644 luajit.h
 create mode 100644 luajit_lib.lua

-- 
2.11.0





More information about the Strace-devel mailing list