From: Igor Munkin <imun@tarantool.org>
To: Alexander Turenko <alexander.turenko@tarantool.org>
Cc: tarantool-patches@dev.tarantool.org
Subject: Re: [Tarantool-patches] [PATCH v2 luajit 0/3] Introduce gdb extension for LuaJIT
Date: Thu, 27 Feb 2020 13:13:10 +0300 [thread overview]
Message-ID: <20200227101310.GM404@tarantool.org> (raw)
In-Reply-To: <20200226230427.p3ufx7thld6355mh@tkn_work_nb>
Sasha,
Thanks, I hope it was a copy-paste.
On 27.02.20, Alexander Turenko wrote:
> Typo: recieve -> receive.
>
> $ ag recieve tools/tarantool/luajit/luajit-gdb.py
> 492:The command recieves a pointer to <tv> (TValue address) and dumps
> 525:The command recieves a <gcr> 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.
Fixed, squashed, force-pushed to the branch. Diff is below:
================================================================================
diff --git a/src/luajit-gdb.py b/src/luajit-gdb.py
index b6b3212..0ac0aaa 100644
--- a/src/luajit-gdb.py
+++ b/src/luajit-gdb.py
@@ -486,7 +486,7 @@ class LJDumpTValue(LJBase):
'''
lj-tv <TValue *>
-The command recieves a pointer to <tv> (TValue address) and dumps
+The command receives a pointer to <tv> (TValue address) and dumps
the type and some info related to it.
* LJ_TNIL: nil
@@ -519,7 +519,7 @@ class LJDumpString(LJBase):
'''
lj-str <GCstr *>
-The command recieves a <gcr> of the corresponding GCstr object and dumps
+The command receives a <gcr> of the corresponding GCstr object and dumps
the payload, size in bytes and hash.
*Caveat*: Since Python 2 provides no native Unicode support, the payload
@@ -538,7 +538,7 @@ class LJDumpTable(LJBase):
'''
lj-tab <GCtab *>
-The command recieves a GCtab adress and dumps the table contents:
+The command receives a GCtab adress and dumps the table contents:
* Metatable address whether the one is set
* Array part <asize> slots:
<aslot ptr>: [<index>]: <tv>
@@ -583,7 +583,7 @@ class LJDumpStack(LJBase):
'''
lj-stack [<lua_State *>]
-The command recieves a lua_State address and dumps the given Lua
+The command receives a lua_State address and dumps the given Lua
coroutine guest stack:
<slot ptr> [<slot attributes>] <VALUE|FRAME>
================================================================================
--
Best regards,
IM
next prev parent reply other threads:[~2020-02-27 10:18 UTC|newest]
Thread overview: 23+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-02-05 16:22 Igor Munkin
2020-02-05 16:22 ` [Tarantool-patches] [PATCH v2 luajit 1/3] gdb: introduce luajit-gdb extension Igor Munkin
2020-02-13 13:24 ` Igor Munkin
2020-02-05 16:22 ` [Tarantool-patches] [PATCH v2 luajit 2/3] gdb: adjust the extension to be used with Python 2 Igor Munkin
2020-02-05 16:22 ` [Tarantool-patches] [PATCH v2 luajit 3/3] gdb: enhance the extension loading Igor Munkin
2020-02-13 11:48 ` Igor Munkin
2020-02-13 12:24 ` Igor Munkin
2020-02-26 22:41 ` [Tarantool-patches] [PATCH v2 luajit 0/3] Introduce gdb extension for LuaJIT Alexander Turenko
2020-02-28 10:46 ` Igor Munkin
2020-03-02 16:00 ` Igor Munkin
2020-03-03 14:16 ` Sergey Ostanevich
2020-02-26 22:45 ` Alexander Turenko
2020-02-27 10:48 ` Igor Munkin
2020-02-27 11:35 ` Alexander Turenko
2020-03-03 16:17 ` Igor Munkin
2020-03-03 22:39 ` Alexander Turenko
2020-03-17 22:46 ` Igor Munkin
2020-02-26 23:04 ` Alexander Turenko
2020-02-27 10:13 ` Igor Munkin [this message]
2020-02-26 23:10 ` Alexander Turenko
2020-02-27 10:37 ` Igor Munkin
2020-03-05 7:44 ` Kirill Yukhin
2020-03-05 9:22 ` Igor Munkin
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20200227101310.GM404@tarantool.org \
--to=imun@tarantool.org \
--cc=alexander.turenko@tarantool.org \
--cc=tarantool-patches@dev.tarantool.org \
--subject='Re: [Tarantool-patches] [PATCH v2 luajit 0/3] Introduce gdb extension for LuaJIT' \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox