--- /home/naourr/work/instance-3/output-1/images/rootfs.tar +++ /home/naourr/work/instance-3/output-2/images/rootfs.tar ├── ./usr/lib/libstdc++.so.6.0.28-gdb.py │ @@ -15,16 +15,16 @@ │ # along with this program. If not, see . │ │ import sys │ import gdb │ import os │ import os.path │ │ -pythondir = '/home/naourr/work/instance-3/output-1/host/share/gcc-9.3.0/python' │ -libdir = '/home/naourr/work/instance-3/output-1/host/s390x-buildroot-linux-gnu/lib/../lib64' │ +pythondir = '/home/naourr/work/instance-3/output-2/host/share/gcc-9.3.0/python' │ +libdir = '/home/naourr/work/instance-3/output-2/host/s390x-buildroot-linux-gnu/lib/../lib64' │ │ # This file might be loaded when there is no current objfile. This │ # can happen if the user loads it manually. In this case we don't │ # update sys.path; instead we just hope the user managed to do that │ # beforehand. │ if gdb.current_objfile () is not None: │ # Update module path. We want to find the relative path from libdir