[Tarantool-patches] [PATCH luajit 2/3] dbg: introduce lj-ctype command, extend cdata dump
Sergey Bronnikov
sergeyb at tarantool.org
Tue Jun 30 17:53:22 MSK 2026
Hi, Sergey,
thanks for the patch! LGTM with minor comments.
Sergey
On 6/25/26 23:29, Sergey Kaplun wrote:
<snipped>
> +
> +
> +def ctype_repr(cts, id):
> + ctype = ctype_get(cts, id)
> + ctypestr = ''
> + qual = 0
> + ptrto = 0
> + while True:
probably it should be somehow limited, with broken memory/coredump
the loop may be an infinite
<snipped>
> test_cls.test = lambda self: self.check()
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.tarantool.org/pipermail/tarantool-patches/attachments/20260630/7e5b140c/attachment.htm>
More information about the Tarantool-patches
mailing list