[all-commits] [llvm/llvm-project] 67de89: [lldb/Lua] Add Boilerplate for a Lua Script Interp...

Jonas Devlieghere via All-commits all-commits at lists.llvm.org
Thu Dec 19 10:16:57 PST 2019


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 67de896229c0f1918f50a48973b7ce0007a181a9
      https://github.com/llvm/llvm-project/commit/67de896229c0f1918f50a48973b7ce0007a181a9
  Author: Jonas Devlieghere <jonas at devlieghere.com>
  Date:   2019-12-19 (Thu, 19 Dec 2019)

  Changed paths:
    M lldb/cmake/modules/LLDBConfig.cmake
    M lldb/include/lldb/Host/Config.h.cmake
    M lldb/include/lldb/lldb-enumerations.h
    M lldb/source/API/SystemInitializerFull.cpp
    M lldb/source/Interpreter/OptionArgParser.cpp
    M lldb/source/Plugins/ScriptInterpreter/CMakeLists.txt
    A lldb/source/Plugins/ScriptInterpreter/Lua/CMakeLists.txt
    A lldb/source/Plugins/ScriptInterpreter/Lua/ScriptInterpreterLua.cpp
    A lldb/source/Plugins/ScriptInterpreter/Lua/ScriptInterpreterLua.h

  Log Message:
  -----------
  [lldb/Lua] Add Boilerplate for a Lua Script Interpreter

This adds the boilerplate necessary to support the Lua script
interpreter. The interpreter is not functional yet and just reports that
it's not implemented.

Discussion on the mailing list:
http://lists.llvm.org/pipermail/lldb-dev/2019-December/015812.html

Differential revision: https://reviews.llvm.org/D71232




More information about the All-commits mailing list