[DynInst_API:] [dyninst/dyninst] 72268b: Add unit tests for x86 call instructions (#2045)


Date: Fri, 31 Oct 2025 12:28:30 -0700
From: Tim Haines <noreply@xxxxxxxxxx>
Subject: [DynInst_API:] [dyninst/dyninst] 72268b: Add unit tests for x86 call instructions (#2045)
  Branch: refs/heads/master
  Home:   https://github.com/dyninst/dyninst
  Commit: 72268ba081596e5a8da361c16f28a0006a2514ed
      https://github.com/dyninst/dyninst/commit/72268ba081596e5a8da361c16f28a0006a2514ed
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2025-10-31 (Fri, 31 Oct 2025)

  Changed paths:
    M common/CMakeLists.txt
    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 (#2045)

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] 72268b: Add unit tests for x86 call instructions (#2045), Tim Haines <=