From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp16.mail.ru (smtp16.mail.ru [94.100.176.153]) (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 7B158469719 for ; Thu, 27 Feb 2020 02:04:29 +0300 (MSK) Date: Thu, 27 Feb 2020 02:04:27 +0300 From: Alexander Turenko Message-ID: <20200226230427.p3ufx7thld6355mh@tkn_work_nb> References: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: 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: Igor Munkin Cc: tarantool-patches@dev.tarantool.org Typo: recieve -> receive. $ ag recieve tools/tarantool/luajit/luajit-gdb.py 492:The command recieves a pointer to (TValue address) and dumps 525:The command recieves a of the corresponding GCstr object and dumps 544:The command recieves a GCtab adress and dumps the table contents: 589:The command recieves a lua_State address and dumps the given Lua WBR, Alexander Turenko.