From: Maksim Kokryashkin via Tarantool-patches <tarantool-patches@dev.tarantool.org>
To: tarantool-patches@dev.tarantool.org, sergeyb@tarantool.org,
skaplun@tarantool.org, m.kokryashkin@tarantool.org,
imun@tarantool.org
Cc: Maksim Kokryashkin <max.kokryashkin@gmail.com>
Subject: [Tarantool-patches] [PATCH luajit v2 0/2] debug: generalized extension
Date: Thu, 12 Oct 2023 13:25:34 +0300 [thread overview]
Message-ID: <20231012102536.41994-1-max.kokryashkin@gmail.com> (raw)
Changes in v2:
- Intoroduced tests
Branch: https://github.com/tarantool/luajit/tree/fckxorg/generalized-debugger
Maksim Kokryashkin (1):
test: add test for debugging extension
Maxim Kokryashkin (1):
debug: generalized extension
src/luajit-gdb.py | 885 ------------------
src/{luajit_lldb.py => luajit_dbg.py} | 617 ++++++++----
test/CMakeLists.txt | 3 +
test/tarantool-debugger-tests/CMakeLists.txt | 82 ++
test/tarantool-debugger-tests/config.py | 148 +++
.../luajit_dbg.test.md | 136 +++
test/tarantool-debugger-tests/run.py | 8 +
test/tarantool-debugger-tests/test_base.py | 73 ++
8 files changed, 867 insertions(+), 1085 deletions(-)
delete mode 100644 src/luajit-gdb.py
rename src/{luajit_lldb.py => luajit_dbg.py} (63%)
create mode 100644 test/tarantool-debugger-tests/CMakeLists.txt
create mode 100644 test/tarantool-debugger-tests/config.py
create mode 100644 test/tarantool-debugger-tests/luajit_dbg.test.md
create mode 100755 test/tarantool-debugger-tests/run.py
create mode 100644 test/tarantool-debugger-tests/test_base.py
--
2.39.3 (Apple Git-145)
next reply other threads:[~2023-10-12 10:25 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-10-12 10:25 Maksim Kokryashkin via Tarantool-patches [this message]
2023-10-12 10:25 ` [Tarantool-patches] [PATCH luajit v2 1/2] " Maksim Kokryashkin via Tarantool-patches
2023-10-12 10:25 ` [Tarantool-patches] [PATCH luajit v2 2/2] test: add test for debugging extension Maksim Kokryashkin via Tarantool-patches
2023-10-18 13:17 ` Sergey Bronnikov via Tarantool-patches
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=20231012102536.41994-1-max.kokryashkin@gmail.com \
--to=tarantool-patches@dev.tarantool.org \
--cc=imun@tarantool.org \
--cc=m.kokryashkin@tarantool.org \
--cc=max.kokryashkin@gmail.com \
--cc=sergeyb@tarantool.org \
--cc=skaplun@tarantool.org \
--subject='Re: [Tarantool-patches] [PATCH luajit v2 0/2] debug: generalized extension' \
/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