• Łukasz Langa's avatar
    bpo-30983: [gdb] Fix py-bt, etc. for non-debug shared builds (#3153) · 5fe59f8e
    Łukasz Langa yazdı
    PEP 523 introduced _PyEval_EvalFrameDefault which inlines PyEval_EvalFrameEx on
    non-debug shared builds.  This breaks the ability to use py-bt, py-up, and
    a few other Python-specific gdb integrations.
    
    This patch fixes the problem by only looking for _PyEval_EvalFrameDefault
    frames.
    
    test_gdb passes on both a debug and a non-debug build.
    
    Original patch by Bruno "Polaco" Penteado.
    5fe59f8e
Adı
Son kayıt (commit)
Son güncelleme
..
buildbot Loading commit data...
ccbench Loading commit data...
clinic Loading commit data...
demo Loading commit data...
freeze Loading commit data...
gdb Loading commit data...
i18n Loading commit data...
importbench Loading commit data...
iobench Loading commit data...
msi Loading commit data...
nuget Loading commit data...
parser Loading commit data...
pynche Loading commit data...
scripts Loading commit data...
ssl Loading commit data...
stringbench Loading commit data...
test2to3 Loading commit data...
tz Loading commit data...
unicode Loading commit data...
unittestgui Loading commit data...
README Loading commit data...