[Tarantool-patches] [PATCH luajit v4 0/2] debug: generalized extension

Maxim Kokryashkin max.kokryashkin at gmail.com
Wed Dec 6 16:57:44 MSK 2023


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



More information about the Tarantool-patches mailing list