brintos

brintos / llvm-project-archived public Read only

0
0
Text · 1.1 KiB · bd2b201 Raw
26 lines · plain
1# This is a dummy debug map used for some tests where the contents of the2# map are just an implementation detail. The tests wanting to use that file3# should put all there object files in an explicitely named sub-directory4# of Inputs, and they should be named 1.o, 2.o, ...5# As not finding an object file or symbols isn't a fatal error for dsymutil,6# you can extend this file with as much object files and symbols as needed.7 8---9triple:          'arm64-apple-darwin'10objects:11  - filename: 1.o12    symbols:13      - { sym: _bar, objAddr: 0x0, binAddr: 0x10000, size: 0x10 }14      - { sym: __Z13lib1_internalv, objAddr: 0x0, binAddr: 0x10020, size: 0x20 }15      - { sym: __ZN3Foo4funcIZ13lib1_internalvE3$_0EEvv, objAddr: 0x0, binAddr: 0x10040, size: 0x20 }16  - filename: 2.o17    symbols:18      - { sym: __Z3foov, objAddr: 0x0, binAddr: 0x20000, size: 0x10 }19      - { sym: __Z13lib1_internalv, objAddr: 0x0, binAddr: 0x20020, size: 0x20 }20      - { sym: __ZN3Foo4funcIZ13lib1_internalvE3$_0EEvv, objAddr: 0x0, binAddr: 0x20040, size: 0x20 }21  - filename: 3.o22    symbols:23      - { sym: __Z3foov, objAddr: 0x0, binAddr: 0x30000, size: 0x10 }24...25 26