DynamoRIO / dynamorio

Dynamic Instrumentation Tool Platform
Other
2.57k stars 550 forks source link

i#5261 remove -intercept_all_signals: Remove option #6818

Open xdje42 opened 1 month ago

xdje42 commented 1 month ago

-intercept_all_signals is the default. We always want to intercept all signals. -no_intercept_all_signals requires extra code to support, and the support is problematic, eg, is racy. Since we don't use -no_intercept_all_signals any more, remove the option.

Fixes #5261