From: Maxim Kokryashkin via Tarantool-patches <tarantool-patches@dev.tarantool.org>
To: tarantool-patches@dev.tarantool.org, skaplun@tarantool.org,
sergeyb@tarantool.org, imun@tarantool.org
Subject: [Tarantool-patches] [PATCH luajit v4 0/2] debug: generalized extension
Date: Wed, 6 Dec 2023 16:57:44 +0300 [thread overview]
Message-ID: <cover.1701870989.git.m.kokryashkin@tarantool.org> (raw)
Changes in v4:
- Fixed comments as per review by Sergey Bronnikov
Branch: https://github.com/tarantool/luajit/tree/fckxorg/generalized-debugger
Maksim Kokryashkin (1):
test: add tests for debugging extensions
Maxim Kokryashkin (1):
debug: generalized extension
.flake8rc | 4 +
src/luajit-gdb.py | 885 ------------------
src/{luajit_lldb.py => luajit_dbg.py} | 616 ++++++++----
test/CMakeLists.txt | 3 +
.../CMakeLists.txt | 102 ++
.../debug-extension-tests.py | 262 ++++++
.../gh-5688-tool-cli-flag-memprofdata.tmp.bin | Bin 0 -> 142337 bytes
.../gh-5688-tool-cli-flag-sysprofdata.tmp.bin | Bin 0 -> 11208539 bytes
...resolving-of-c-symbols-memprofdata.tmp.bin | Bin 0 -> 281242 bytes
.../misclib-sysprof-lapi-sysprofdata.tmp.bin | Bin 0 -> 972279 bytes
10 files changed, 787 insertions(+), 1085 deletions(-)
delete mode 100644 src/luajit-gdb.py
rename src/{luajit_lldb.py => luajit_dbg.py} (63%)
create mode 100644 test/LuaJIT-debug-extensions-tests/CMakeLists.txt
create mode 100644 test/LuaJIT-debug-extensions-tests/debug-extension-tests.py
create mode 100644 test/tarantool-tests/gh-5688-tool-cli-flag-memprofdata.tmp.bin
create mode 100644 test/tarantool-tests/gh-5688-tool-cli-flag-sysprofdata.tmp.bin
create mode 100644 test/tarantool-tests/gh-5813-resolving-of-c-symbols-memprofdata.tmp.bin
create mode 100644 test/tarantool-tests/misclib-sysprof-lapi-sysprofdata.tmp.bin
--
2.43.0
next reply other threads:[~2023-12-06 14:03 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-12-06 13:57 Maxim Kokryashkin via Tarantool-patches [this message]
2023-12-06 13:57 ` [Tarantool-patches] [PATCH luajit v4 1/2] " Maxim Kokryashkin 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=cover.1701870989.git.m.kokryashkin@tarantool.org \
--to=tarantool-patches@dev.tarantool.org \
--cc=imun@tarantool.org \
--cc=max.kokryashkin@gmail.com \
--cc=sergeyb@tarantool.org \
--cc=skaplun@tarantool.org \
--subject='Re: [Tarantool-patches] [PATCH luajit v4 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