[DynInst_API:] [dyninst/dyninst] 761c2a: Add unit tests for x86 call instructions


Date: Thu, 30 Oct 2025 14:34:39 -0700
From: Tim Haines <noreply@xxxxxxxxxx>
Subject: [DynInst_API:] [dyninst/dyninst] 761c2a: Add unit tests for x86 call instructions
  Branch: refs/heads/thaines/x86_decoder_tests
  Home:   https://github.com/dyninst/dyninst
  Commit: 761c2ab31aa29ce30e5b2a78e56cc03cfbd9416c
      https://github.com/dyninst/dyninst/commit/761c2ab31aa29ce30e5b2a78e56cc03cfbd9416c
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2025-10-30 (Thu, 30 Oct 2025)

  Changed paths:
    A common/h/registers/register_set.h
    M tests/integration/CMakeLists.txt
    A tests/integration/InstructionAPI/decoder/CMakeLists.txt
    A tests/integration/InstructionAPI/decoder/cft_tests.cpp
    A tests/integration/InstructionAPI/decoder/cft_tests.h
    A tests/integration/InstructionAPI/decoder/memory_tests.cpp
    A tests/integration/InstructionAPI/decoder/memory_tests.h
    A tests/integration/InstructionAPI/decoder/register_tests.cpp
    A tests/integration/InstructionAPI/decoder/register_tests.h
    A tests/integration/InstructionAPI/decoder/x86/CMakeLists.txt
    A tests/integration/InstructionAPI/decoder/x86/call.cpp

  Log Message:
  -----------
  Add unit tests for x86 call instructions

This is a very limited subset of the possible 'call' instructions
and mainly serves as a means of getting the decoder unit test
framework into Dyninst.



To unsubscribe from these emails, change your notification settings at https://github.com/dyninst/dyninst/settings/notifications
[← Prev in Thread] Current Thread [Next in Thread→]
  • [DynInst_API:] [dyninst/dyninst] 761c2a: Add unit tests for x86 call instructions, Tim Haines <=