Skip to content

Update gdb #2018

Merged
merged 2 commits into from
Dec 12, 2020
Merged

Update gdb #2018

merged 2 commits into from
Dec 12, 2020

Commits on Dec 10, 2020

  1. Configuration menu
    Copy the full SHA
    52a67b5 View commit details
    Browse the repository at this point in the history
  2. gdb: Update embedded Python to Python 3

    Use Python 3.7 from /usr/local/system/python3.
    
    We can no longer use gdbs --with-pythons, because it is totaly broken.
    Instead of python-config.py from the package specified with
    --with-python, a copy of an old python-config.py script from Python-2.7 is
    embedded and used with the interpreter found via --with-python.
    
    In our case, the required "-L" option is not returned.
    
    However, if we add the needed CPPFLAGS and LDFLAGS, gdb/configure (run
    during the build phase of the top level directory!) will notice that
    Python just works.
    donald committed Dec 10, 2020
    Configuration menu
    Copy the full SHA
    08cc4cb View commit details
    Browse the repository at this point in the history