From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtpng3.m.smailru.net (smtpng3.m.smailru.net [94.100.177.149]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dev.tarantool.org (Postfix) with ESMTPS id B7FA8469719 for ; Thu, 5 Mar 2020 12:27:22 +0300 (MSK) Date: Thu, 5 Mar 2020 12:22:00 +0300 From: Igor Munkin Message-ID: <20200305092200.GA404@tarantool.org> References: <20200305074453.6vjx6tpuvqm7l2xi@tarantool.org> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20200305074453.6vjx6tpuvqm7l2xi@tarantool.org> Subject: Re: [Tarantool-patches] [PATCH v2 luajit 0/3] Introduce gdb extension for LuaJIT List-Id: Tarantool development patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Kirill Yukhin Cc: tarantool-patches@dev.tarantool.org Kirill, Thanks! As you reminded, here is a ChangeLog entry: @ChangeLog: * Introduced luajit-gdb.py extension with commands for inspecting LuaJIT internals. The extension obliges the one to provide gdbinfo for libluajit, otherwise loading fails. The extension provides the following commands: - `lj-arch` dumps values of LJ_64 and LJ_GC64 macro definitions - `lj-tv` dumps the type and GCobj info related to the given TValue - `lj-str` dumps the contents of the given GCstr - `lj-tab` dumps the contents of the given GCtab - `lj-stack` dumps Lua stack of the given lua_State - `lj-state` shows current VM, GC and JIT states - `lj-gc` shows current GC stats On 05.03.20, Kirill Yukhin wrote: > Hello, > > On 05 фев 19:22, Igor Munkin wrote: > > > > Signed-off-by: Igor Munkin > > I've checked the patchset into tarantool/luajit repo > and bumped a new version in 1.10, 2.2, 2.3 and master. > > -- > Regards, Kirill Yukhin Added to the corresponding release notes. -- Best regards, IM