lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


On 26 December 2017 at 06:51, xj drew <xj.drew@gmail.com> wrote:
> hi,
>
> I made a gdb extension for lua.
>
> It offers several pretty printers for lua struct, and some useful
> commands for listing coroutines, stack, traceback, upvalues and local
> variables.  For more information,  refer to it's README:
> https://github.com/xjdrew/lua-gdb

nice.

did you check https://github.com/openresty/openresty-gdb-utils ?
that's mostly for LuaJIT, but having common commands would be helpful.


-- 
Javier