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

Maxim Kokryashkin max.kokryashkin at gmail.com
Thu Apr 4 01:21:41 MSK 2024


Changes in v6:
- Rebased onto the CTest machinery.

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                           |   1 +
 .../CMakeLists.txt                            |  80 ++
 .../debug-extension-tests.py                  | 250 +++++
 6 files changed, 751 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

--
2.44.0



More information about the Tarantool-patches mailing list