--- /home/naourr/work/instance-0/output-1/images/rootfs.tar +++ /home/naourr/work/instance-0/output-2/images/rootfs.tar ├── ./usr/lib/libstdc++.so.6.0.25-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-0/output-1/per-package/host-gcc-final/host/share/gcc-8.3.0/python' │ -libdir = '/home/naourr/work/instance-0/output-1/per-package/host-gcc-final/host/riscv64-buildroot-linux-musl/lib' │ +pythondir = '/home/naourr/work/instance-0/output-2/per-package/host-gcc-final/host/share/gcc-8.3.0/python' │ +libdir = '/home/naourr/work/instance-0/output-2/per-package/host-gcc-final/host/riscv64-buildroot-linux-musl/lib' │ │ # 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