Staging
v0.5.1
https://github.com/python/cpython
Revision 0ce31d340b264a550a3c574e1d6913f4affd4669 authored by Miss Islington (bot) on 09 October 2018, 15:21:17 UTC, committed by GitHub on 09 October 2018, 15:21:17 UTC

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 9b7c74ca32d1bec7128d550a9ab1b2ddc7046287)
(cherry picked from commit 79d21331e605fdc941f947621846b8563485aab6)

Co-authored-by: Victor Stinner <vstinner@redhat.com>
1 parent c4c86fa
History
Tip revision: 0ce31d340b264a550a3c574e1d6913f4affd4669 authored by Miss Islington (bot) on 09 October 2018, 15:21:17 UTC
bpo-32962: Fix test_gdb failure in debug build with -mcet -fcf-protection -O0 (GH-9656)
Tip revision: 0ce31d3
File Mode Size
clinic
stringlib
README -rw-r--r-- 41 bytes
abstract.c -rw-r--r-- 66.8 KB
accu.c -rw-r--r-- 2.4 KB
boolobject.c -rw-r--r-- 6.5 KB
bytearrayobject.c -rw-r--r-- 69.2 KB
bytes_methods.c -rw-r--r-- 22.4 KB
bytesobject.c -rw-r--r-- 99.3 KB
call.c -rw-r--r-- 37.0 KB
capsule.c -rw-r--r-- 7.2 KB
cellobject.c -rw-r--r-- 4.4 KB
classobject.c -rw-r--r-- 17.9 KB
codeobject.c -rw-r--r-- 27.3 KB
complexobject.c -rw-r--r-- 32.3 KB
descrobject.c -rw-r--r-- 55.0 KB
dict-common.h -rw-r--r-- 2.2 KB
dictnotes.txt -rw-r--r-- 6.0 KB
dictobject.c -rw-r--r-- 129.1 KB
enumobject.c -rw-r--r-- 13.3 KB
exceptions.c -rw-r--r-- 85.6 KB
fileobject.c -rw-r--r-- 14.8 KB
floatobject.c -rw-r--r-- 71.1 KB
frameobject.c -rw-r--r-- 34.2 KB
funcobject.c -rw-r--r-- 29.2 KB
genobject.c -rw-r--r-- 64.7 KB
iterobject.c -rw-r--r-- 9.0 KB
listobject.c -rw-r--r-- 95.1 KB
listsort.txt -rw-r--r-- 35.3 KB
lnotab_notes.txt -rw-r--r-- 5.7 KB
longobject.c -rw-r--r-- 166.4 KB
memoryobject.c -rw-r--r-- 88.7 KB
methodobject.c -rw-r--r-- 9.2 KB
moduleobject.c -rw-r--r-- 23.3 KB
namespaceobject.c -rw-r--r-- 7.2 KB
object.c -rw-r--r-- 60.8 KB
obmalloc.c -rw-r--r-- 83.2 KB
odictobject.c -rw-r--r-- 74.0 KB
rangeobject.c -rw-r--r-- 34.3 KB
setobject.c -rw-r--r-- 73.3 KB
sliceobject.c -rw-r--r-- 19.2 KB
structseq.c -rw-r--r-- 13.1 KB
tupleobject.c -rw-r--r-- 29.9 KB
typeobject.c -rw-r--r-- 238.8 KB
typeslots.inc -rw-r--r-- 3.9 KB
typeslots.py -rwxr-xr-x 1.2 KB
unicodectype.c -rw-r--r-- 7.5 KB
unicodeobject.c -rw-r--r-- 451.8 KB
unicodetype_db.h -rw-r--r-- 241.6 KB
weakrefobject.c -rw-r--r-- 29.5 KB

README

back to top