--- /home/peko/autobuild/instance-0/output-1/images/rootfs.tar +++ /home/peko/autobuild/instance-0/output-2/images/rootfs.tar ├── ./usr/bin/mc │ ├── /home/peko/autobuild/instance-0/output-1/host/bin/arc-buildroot-linux-gnu-readelf --wide --decompress --hex-dump=.rodata {} │ │ @@ -828,15 +828,15 @@ │ │ 0x0007d4d8 676e7527 2027686f 73745f61 6c696173 gnu' 'host_alias │ │ 0x0007d4e8 3d617263 2d627569 6c64726f 6f742d6c =arc-buildroot-l │ │ 0x0007d4f8 696e7578 2d676e75 27202774 61726765 inux-gnu' 'targe │ │ 0x0007d508 745f616c 6961733d 6172632d 6275696c t_alias=arc-buil │ │ 0x0007d518 64726f6f 742d6c69 6e75782d 676e7527 droot-linux-gnu' │ │ 0x0007d528 20274343 3d2f686f 6d652f70 656b6f2f 'CC=/home/peko/ │ │ 0x0007d538 6175746f 6275696c 642f696e 7374616e autobuild/instan │ │ - 0x0007d548 63652d30 2f6f7574 7075742d 312f686f ce-0/output-1/ho │ │ + 0x0007d548 63652d30 2f6f7574 7075742d 322f686f ce-0/output-2/ho │ │ 0x0007d558 73742f62 696e2f61 72632d62 75696c64 st/bin/arc-build │ │ 0x0007d568 726f6f74 2d6c696e 75782d67 6e752d67 root-linux-gnu-g │ │ 0x0007d578 63632720 2743464c 4147533d 2d445f4c cc' 'CFLAGS=-D_L │ │ 0x0007d588 41524745 46494c45 5f534f55 52434520 ARGEFILE_SOURCE │ │ 0x0007d598 2d445f4c 41524745 46494c45 36345f53 -D_LARGEFILE64_S │ │ 0x0007d5a8 4f555243 45202d44 5f46494c 455f4f46 OURCE -D_FILE_OF │ │ 0x0007d5b8 46534554 5f424954 533d3634 20202d4f FSET_BITS=64 -O │ │ @@ -845,20 +845,20 @@ │ │ 0x0007d5e8 4c414753 3d2d445f 4c415247 4546494c LAGS=-D_LARGEFIL │ │ 0x0007d5f8 455f534f 55524345 202d445f 4c415247 E_SOURCE -D_LARG │ │ 0x0007d608 4546494c 4536345f 534f5552 4345202d EFILE64_SOURCE - │ │ 0x0007d618 445f4649 4c455f4f 46465345 545f4249 D_FILE_OFFSET_BI │ │ 0x0007d628 54533d36 34272027 4350503d 2f686f6d TS=64' 'CPP=/hom │ │ 0x0007d638 652f7065 6b6f2f61 75746f62 75696c64 e/peko/autobuild │ │ 0x0007d648 2f696e73 74616e63 652d302f 6f757470 /instance-0/outp │ │ - 0x0007d658 75742d31 2f686f73 742f6269 6e2f6172 ut-1/host/bin/ar │ │ + 0x0007d658 75742d32 2f686f73 742f6269 6e2f6172 ut-2/host/bin/ar │ │ 0x0007d668 632d6275 696c6472 6f6f742d 6c696e75 c-buildroot-linu │ │ 0x0007d678 782d676e 752d6370 70272027 504b475f x-gnu-cpp' 'PKG_ │ │ 0x0007d688 434f4e46 49473d2f 686f6d65 2f70656b CONFIG=/home/pek │ │ 0x0007d698 6f2f6175 746f6275 696c642f 696e7374 o/autobuild/inst │ │ - 0x0007d6a8 616e6365 2d302f6f 75747075 742d312f ance-0/output-1/ │ │ + 0x0007d6a8 616e6365 2d302f6f 75747075 742d322f ance-0/output-2/ │ │ 0x0007d6b8 686f7374 2f62696e 2f706b67 2d636f6e host/bin/pkg-con │ │ 0x0007d6c8 66696727 00000000 57697468 20627569 fig'....With bui │ │ 0x0007d6d8 6c74696e 20456469 746f7200 57697468 ltin Editor.With │ │ 0x0007d6e8 20737562 7368656c 6c207375 70706f72 subshell suppor │ │ 0x0007d6f8 74206173 20646566 61756c74 00000000 t as default.... │ │ 0x0007d708 57697468 20737570 706f7274 20666f72 With support for │ │ 0x0007d718 20626163 6b67726f 756e6420 6f706572 background oper ├── ./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 ├── ./usr/sbin/monkey │ ├── /home/peko/autobuild/instance-0/output-1/host/bin/arc-buildroot-linux-gnu-readelf --wide --decompress --hex-dump=.rodata {} │ │ @@ -75,15 +75,15 @@ │ │ 0x0001de50 20206874 74703a2f 2f6d6f6e 6b65792d http://monkey- │ │ 0x0001de60 70726f6a 6563742e 636f6d2f 646f6375 project.com/docu │ │ 0x0001de70 6d656e74 6174696f 6e0a0000 312e362e mentation...1.6. │ │ 0x0001de80 39000000 4d6f6e6b 65792048 54545020 9...Monkey HTTP │ │ 0x0001de90 53657276 65722076 25730a00 2f686f6d Server v%s../hom │ │ 0x0001dea0 652f7065 6b6f2f61 75746f62 75696c64 e/peko/autobuild │ │ 0x0001deb0 2f696e73 74616e63 652d302f 6f757470 /instance-0/outp │ │ - 0x0001dec0 75742d31 2f686f73 742f6269 6e2f6172 ut-1/host/bin/ar │ │ + 0x0001dec0 75742d32 2f686f73 742f6269 6e2f6172 ut-2/host/bin/ar │ │ 0x0001ded0 632d6275 696c6472 6f6f742d 6c696e75 c-buildroot-linu │ │ 0x0001dee0 782d676e 752d6763 63000000 4275696c x-gnu-gcc...Buil │ │ 0x0001def0 74203a20 25732028 25732025 692e2569 t : %s (%s %i.%i │ │ 0x0001df00 2e256929 0a000000 486f6d65 20203a20 .%i)....Home : │ │ 0x0001df10 68747470 3a2f2f6d 6f6e6b65 792d7072 http://monkey-pr │ │ 0x0001df20 6f6a6563 742e636f 6d000000 2f657463 oject.com.../etc │ │ 0x0001df30 2f6d6f6e 6b65792f 00000000 6d6f6e6b /monkey/....monk