[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: gdb extension for lua
- From: Javier Guerra Giraldez <javier@...>
- Date: Wed, 27 Dec 2017 09:24:21 +0000
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