mirror of https://github.com/python/cpython
Browse Source
When Python is built with the intel control-flow protection flags,
-mcet -fcf-protection, gdb is not able to read the stack without
actually jumping inside the function. This means an extra
'next' command is required to make the $pc (program counter)
enter the function and make the stack of the function exposed to gdb.
Co-Authored-By: Marcel Plch <gmarcel.plch@gmail.com>
(cherry picked from commit 9b7c74ca32)
pull/9774/head
committed by
GitHub
2 changed files with 33 additions and 1 deletions
Loading…
Reference in new issue