blob: f55b58f339f948c5193e2dfd31946bec28664923 (
plain) (
blame)
1
2
3
|
runtime
This issue pertains to debugging PIE binaries using QEMU and GDB, where there are difficulties related to memory access during breakpoint setting. The problem is not about specific instructions or system calls, but rather an issue that arises when running or debugging programs in a certain environment (using QEMU with the `-pie` flag), which is more aligned with runtime issues.
|