Branch: refs/heads/master
Home: https://github.com/dyninst/dyninst
Commit: 443e0a2b96a7ac3ac859fd06556080049d5cd7fd
https://github.com/dyninst/dyninst/commit/443e0a2b96a7ac3ac859fd06556080049d5cd7fd
Author: Tim Haines <thaines.astro@xxxxxxxxx>
Date: 2024-02-27 (Tue, 27 Feb 2024)
Changed paths:
M parseAPI/src/Parser.C
Log Message:
-----------
Remove explicit check for system calls in parse_frame_one_iteration (#1691)
165f19cd and 091929d6 changed the parsing semantics of system calls
such that software interrupts (e.g., `int` on x86) are always
interpreted as system calls. The `hasCFT()` check on line 1824 now
covers all of the system call cases because it considers those
instructions to have a control flow target (CFT).
Its non-use was verified against /usr/libx32/libc.so.6,
/usr/lib/i386-linux-gnu/libc.so.6, /usr/lib/x86_64-linux-gnu/libc.so.6,
and /usr/lib32/libc.so.6 on Ubuntu 22.04.
To unsubscribe from these emails, change your notification settings at https://github.com/dyninst/dyninst/settings/notifications
|