--- /home/br-user/work/instance-0/output-1/images/rootfs.tar +++ /home/br-user/work/instance-0/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/br-user/work/instance-0/output-1/host/opt/ext-toolchain/share/gcc-10.3.0/python' │ -libdir = "/home/br-user/work/instance-0/output-1/host/m68k-buildroot-linux-uclibc/sysroot/lib" │ +pythondir = '/home/br-user/work/instance-0/output-2/host/opt/ext-toolchain/share/gcc-10.3.0/python' │ +libdir = "/home/br-user/work/instance-0/output-2/host/m68k-buildroot-linux-uclibc/sysroot/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