[Tarantool-patches] [PATCH luajit v5 1/2] debug: generalized extension

Sergey Bronnikov sergeyb at tarantool.org
Tue Dec 19 11:01:39 MSK 2023


Hi, Max


thanks for the patch! LGTM

I appreciate your efforts in deduplication code,

I believe it will reduce maintenance cost for these extensions.


On 12/6/23 17:14, Maxim Kokryashkin wrote:
> This patch joins the LLDB and GDB LuaJIT debugging extensions
> into one, so now the extension logic can be debugger-agnostic.
> To do that, an adapter class is introduced, and all of the
> debugger-specific behavior is encapsulated there. The extension
> auto-detects the debugger it was loaded into and selects the
> correct low-level logic implementation.
> ---
<snipped>


More information about the Tarantool-patches mailing list