Hi, Igor! Thanks for the patch! LGTM -- Best regards, Maxim Kokryashkin     >Среда, 9 февраля 2022, 13:31 +03:00 от Sergey Kaplun : >  >Hi, Igor! > >Thanks for the patch! > >LGTM, except a single nit regarding commit message below. > >On 01.02.22, Igor Munkin wrote: >> As a result of this patch gc.mmudata> value representing the amount >> of GC object to be finalized is added to output. All auxiliary > >Typo: s/to output/to the output/ > >> routines are also adjusted a bit since these GC objects are grouped in a >> ring-list. >> >> Signed-off-by: Igor Munkin < imun@tarantool.org > >> --- >> src/luajit-gdb.py | 35 +++++++++++++++++++++++++++-------- >> 1 file changed, 27 insertions(+), 8 deletions(-) >> >> diff --git a/src/luajit-gdb.py b/src/luajit-gdb.py >> index 758ba10c..baf66f66 100644 >> --- a/src/luajit-gdb.py >> +++ b/src/luajit-gdb.py > > > >> -- >> 2.34.0 >> > >-- >Best regards, >Sergey Kaplun