llvm-project/lldb/bindings/lua
Pedro Tammela 532e4203c5 [lldb/Lua] add support for Lua function breakpoint
Adds support for running a Lua function when a breakpoint is hit.

Example:
   breakpoint command add -s lua -F abc

The above runs the Lua function 'abc' passing 2 arguments. 'frame', 'bp_loc' and 'extra_args'.

A third parameter 'extra_args' is only present when there is structured data
declared in the command line.

Example:
   breakpoint command add -s lua -F abc -k foo -v bar

Differential Revision: https://reviews.llvm.org/D93649
2021-01-25 23:40:57 +00:00
..
CMakeLists.txt [lldb] Fix relative imports and set the appropriate include dirs 2020-08-12 16:28:46 -07:00
lua-swigsafecast.swig [lldb/Lua] add support for Lua function breakpoint 2021-01-25 23:40:57 +00:00
lua-typemaps.swig [lldb/Lua] add support for Lua function breakpoint 2021-01-25 23:40:57 +00:00
lua-wrapper.swig [lldb/Lua] add support for Lua function breakpoint 2021-01-25 23:40:57 +00:00
lua.swig [LLDB/Lua] add support for one-liner breakpoint callback 2020-11-30 14:12:26 +00:00