--- /home/peko/autobuild/instance-0/output-1/images/rootfs.tar +++ /home/peko/autobuild/instance-0/output-2/images/rootfs.tar ├── ./usr/bin/lsof │ ├── /home/peko/autobuild/instance-0/output-1/host/bin/arc-buildroot-linux-gnu-readelf --wide --decompress --hex-dump=.rodata {} │ │ @@ -1128,15 +1128,15 @@ │ │ 0x0001dc10 2025730a 00000000 40000000 62792061 %s.....@...by a │ │ 0x0001dc20 6e64206f 6e000000 20202020 636f6e73 nd on... cons │ │ 0x0001dc30 74727563 74656420 25733a20 25732573 tructed %s: %s%s │ │ 0x0001dc40 25730a00 20202020 6275696c 64657227 %s.. builder' │ │ 0x0001dc50 7320636f 6d6d656e 743a2025 730a0000 s comment: %s... │ │ 0x0001dc60 2f686f6d 652f7065 6b6f2f61 75746f62 /home/peko/autob │ │ 0x0001dc70 75696c64 2f696e73 74616e63 652d302f uild/instance-0/ │ │ - 0x0001dc80 6f757470 75742d31 2f686f73 742f6269 output-1/host/bi │ │ + 0x0001dc80 6f757470 75742d32 2f686f73 742f6269 output-2/host/bi │ │ 0x0001dc90 6e2f6172 632d6275 696c6472 6f6f742d n/arc-buildroot- │ │ 0x0001dca0 6c696e75 782d676e 752d6763 63000000 linux-gnu-gcc... │ │ 0x0001dcb0 20202020 636f6d70 696c6572 3a202573 compiler: %s │ │ 0x0001dcc0 0a000000 382e332e 30202844 65626961 ....8.3.0 (Debia │ │ 0x0001dcd0 6e20382e 332e302d 36292000 20202020 n 8.3.0-6) . │ │ 0x0001dce0 636f6d70 696c6572 20766572 73696f6e compiler version │ │ 0x0001dcf0 3a202573 0a000000 2d444c49 4e555856 : %s....-DLINUXV │ │ @@ -1150,15 +1150,15 @@ │ │ 0x0001dd70 54202d44 5f46494c 455f4f46 46534554 T -D_FILE_OFFSET │ │ 0x0001dd80 5f424954 533d3634 202d445f 4c415247 _BITS=64 -D_LARG │ │ 0x0001dd90 4546494c 4536345f 534f5552 4345202d EFILE64_SOURCE - │ │ 0x0001dda0 44484153 5f535452 4654494d 45202d44 DHAS_STRFTIME -D │ │ 0x0001ddb0 4c534f46 5f565354 523d2234 2e31392e LSOF_VSTR="4.19. │ │ 0x0001ddc0 32353522 202d492f 686f6d65 2f70656b 255" -I/home/pek │ │ 0x0001ddd0 6f2f6175 746f6275 696c642f 696e7374 o/autobuild/inst │ │ - 0x0001dde0 616e6365 2d302f6f 75747075 742d312f ance-0/output-1/ │ │ + 0x0001dde0 616e6365 2d302f6f 75747075 742d322f ance-0/output-2/ │ │ 0x0001ddf0 686f7374 2f617263 2d627569 6c64726f host/arc-buildro │ │ 0x0001de00 6f742d6c 696e7578 2d676e75 2f737973 ot-linux-gnu/sys │ │ 0x0001de10 726f6f74 2f757372 2f696e63 6c756465 root/usr/include │ │ 0x0001de20 202d445f 4c415247 4546494c 455f534f -D_LARGEFILE_SO │ │ 0x0001de30 55524345 202d445f 4c415247 4546494c URCE -D_LARGEFIL │ │ 0x0001de40 4536345f 534f5552 4345202d 445f4649 E64_SOURCE -D_FI │ │ 0x0001de50 4c455f4f 46465345 545f4249 54533d36 LE_OFFSET_BITS=6 ├── ./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/peko/autobuild/instance-0/output-1/host/share/gcc-10.2.0/python' │ -libdir = '/home/peko/autobuild/instance-0/output-1/host/arc-buildroot-linux-gnu/lib' │ +pythondir = '/home/peko/autobuild/instance-0/output-2/host/share/gcc-10.2.0/python' │ +libdir = '/home/peko/autobuild/instance-0/output-2/host/arc-buildroot-linux-gnu/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