dynamorio icon indicating copy to clipboard operation
dynamorio copied to clipboard

i#5261 remove -intercept_all_signals: Remove option

Open xdje42 opened this issue 1 year ago • 0 comments

-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

xdje42 avatar May 17 '24 18:05 xdje42