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

Maksim Kokryashkin max.kokryashkin at gmail.com
Thu Oct 12 13:25:34 MSK 2023


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)



More information about the Tarantool-patches mailing list