From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from [87.239.111.99] (localhost [127.0.0.1]) by dev.tarantool.org (Postfix) with ESMTP id C8F53656C0C; Thu, 12 Oct 2023 13:25:42 +0300 (MSK) DKIM-Filter: OpenDKIM Filter v2.11.0 dev.tarantool.org C8F53656C0C DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=tarantool.org; s=dev; t=1697106342; bh=D26nCX1i4mF5d1t7gopPXxk25l2/oLCuTvvqnWa8dog=; h=To:Cc:Date:Subject:List-Id:List-Unsubscribe:List-Archive: List-Post:List-Help:List-Subscribe:From:Reply-To:From; b=hVNYnOvO8s6xg6ltM/cRi8PJHcVzB3tcK+ffVewxuIfXyVOgOIVhg7hZF6ZCLP7zh owKoyiZBXlXNOtfMOXSfd/+N4SJDgMdJBzpOMN0u7gfqCZRQ/mz05lGjjlXPBSUEpu onytYWBCMjkQba/LUQ/SdaLyCTpgdd/skDJSpdK4= Received: from mail-lf1-f47.google.com (mail-lf1-f47.google.com [209.85.167.47]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by dev.tarantool.org (Postfix) with ESMTPS id 0E56D42A678 for ; Thu, 12 Oct 2023 13:25:42 +0300 (MSK) DKIM-Filter: OpenDKIM Filter v2.11.0 dev.tarantool.org 0E56D42A678 Received: by mail-lf1-f47.google.com with SMTP id 2adb3069b0e04-50433d8385cso1207081e87.0 for ; Thu, 12 Oct 2023 03:25:42 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1697106341; x=1697711141; h=content-transfer-encoding:mime-version:message-id:date:subject:cc :to:from:x-gm-message-state:from:to:cc:subject:date:message-id :reply-to; bh=CntjLQYcoNflsTAl/bX+iUK3d/eBtXfJ8+PVz4/71Ow=; b=Wu1jCXSCko5mm/5/Ydr05SIAg7qgSj9/4zHMlrxwIUZNajuHzKN2gm/wGTEKm7wfAX 9jhEoO3a/YD0GbmyqCpyBe51PRsxXDZrecXwCn6WUGkSCYnmtR9z+gK/4SRoO6XMdgcZ g5PqgThO5oaWJMXsw6ULxR6A02IrA/1Zp9HVbg1bLCUC9/UfgzuRMuOv/woVR2zxUKNf yygA2VJYd9JYp4QMDC7+BE75QksJXib8V0geY/1Gf4Nm3eRlRqSDsRGgaKWF5w93B5Ln q8QoFxX+KFHtvppo7PVwyls8YtPNfNtltaDICop+LFA9WRmXeLDgON7bujK7dOi9leXY HsvA== X-Gm-Message-State: AOJu0Yz2eXmeMO5ozbY1VxslrCsgIe29yUOKcO1Su5a4Su8f731k4tIZ YxXoeCItLPPBus6guS3eiRuuaiia+n/5laXu X-Google-Smtp-Source: AGHT+IHK57oBQAqbqYV1GkuCQ0RPD+xCo9l4tM0gwZXchO7Ccb8nq/kIiwTJlBqRgXcu6XeXZkEh1g== X-Received: by 2002:ac2:5b1b:0:b0:503:2924:f8dd with SMTP id v27-20020ac25b1b000000b005032924f8ddmr20427199lfn.47.1697106340847; Thu, 12 Oct 2023 03:25:40 -0700 (PDT) Received: from localhost.localdomain (95-24-2-172.broadband.corbina.ru. [95.24.2.172]) by smtp.gmail.com with ESMTPSA id m14-20020ac2428e000000b005032ebf8a00sm2712226lfh.197.2023.10.12.03.25.39 (version=TLS1_3 cipher=TLS_CHACHA20_POLY1305_SHA256 bits=256/256); Thu, 12 Oct 2023 03:25:40 -0700 (PDT) To: tarantool-patches@dev.tarantool.org, sergeyb@tarantool.org, skaplun@tarantool.org, m.kokryashkin@tarantool.org, imun@tarantool.org Cc: Maksim Kokryashkin Date: Thu, 12 Oct 2023 13:25:34 +0300 Message-Id: <20231012102536.41994-1-max.kokryashkin@gmail.com> X-Mailer: git-send-email 2.39.3 (Apple Git-145) MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [Tarantool-patches] [PATCH luajit v2 0/2] debug: generalized extension X-BeenThere: tarantool-patches@dev.tarantool.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Tarantool development patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , From: Maksim Kokryashkin via Tarantool-patches Reply-To: Maksim Kokryashkin Errors-To: tarantool-patches-bounces@dev.tarantool.org Sender: "Tarantool-patches" 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)