Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CallstackIsntr: Fix callback types #1447

Open
wants to merge 2 commits into
base: dev
Choose a base branch
from
Open

Commits on Mar 5, 2024

  1. CallstackInstr: switch to SBE/EBE callbacks (now with correct types)

    The old logic would miss many calls if tb_chaining was enabled (which is
    is by default). Since this plugin did not disable tb_chaining, many calls
    would be missed if a user didn't disable chaining or load another plugin
    that disabled chaining.
    
    This commit updates the plugin to use start_block_exec and end_block_exec
    which work even with tb_chaining enabled.
    AndrewFasano committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    d152c22 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2024

  1. fix sbe nondeterminism

    lacraig2 committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    17dda30 View commit details
    Browse the repository at this point in the history