DynamoRIO / dynamorio

Dynamic Instrumentation Tool Platform
Other
2.67k stars 566 forks source link

i#7084: Change handle_rseq_abort_marker parameter name interrupted to rseq_aborted. #7086

Closed ivankyluk closed 2 weeks ago

ivankyluk commented 2 weeks ago

raw2trace_t::handle_rseq_abort_marker() uses different names of the last parameter. It's interrupted in raw2trace.h but it is rseq_aborted in raw2trace.cpp.

Change the name from interrupted to rseq_aborted to be consistent with raw2trace.cpp.

The inconsistency was introduced by PR #7058.

Fixes: https://github.com/DynamoRIO/dynamorio/issues/7084