Skip to content

Instantly share code, notes, and snippets.

@MichaelBelousov
Created January 6, 2023 20:59
Show Gist options
  • Save MichaelBelousov/3825f34ac0609e511634a87f92b8ab0f to your computer and use it in GitHub Desktop.
Save MichaelBelousov/3825f34ac0609e511634a87f92b8ab0f to your computer and use it in GitHub Desktop.
generate ltrace filter from includes
ltrace -e "$(grep -h 'linkage_macro' $(find thirdparty_lib -name '*.h') | grep -v '^#' | cut -d' ' -f 3 | paste -sd+)@*my-so*" node script.js
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment