[Lldb-commits] [PATCH] D91508: [LLDB/Lua] add support for one-liner breakpoint callback

Bodie Solomon via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Tue Apr 20 09:26:57 PDT 2021


jbsolomon added a comment.

In D91508#2698780 <https://reviews.llvm.org/D91508#2698780>, @JDevlieghere wrote:

> @kastiglione isn't this the error you fixed for Python? Should we do the same for Lua?

Correct me if I'm wrong, but I think the Python integration uses the same pragma approach <https://github.com/llvm/llvm-project/blob/llvmorg-12.0.0/lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp#L76-L91>.  I have it disabled, since I don't have a reliable Python environment on this machine, so I don't know for sure that it suffers from the same compilation error, but it appears to use the same syntax.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D91508/new/

https://reviews.llvm.org/D91508



More information about the lldb-commits mailing list