forked from OSchip/llvm-project
200 lines
8.7 KiB
Plaintext
200 lines
8.7 KiB
Plaintext
RUN: llvm-dsymutil -f -o - -oso-prepend-path=%p/.. %p/../Inputs/basic-lto.macho.x86_64 | llvm-dwarfdump -a - | FileCheck %s
|
|
RUN: llvm-dsymutil -oso-prepend-path=%p/.. -dump-debug-map %p/../Inputs/basic-lto.macho.x86_64 | llvm-dsymutil -f -o - -y - | llvm-dwarfdump -a - | FileCheck %s
|
|
|
|
CHECK: file format Mach-O 64-bit x86-64
|
|
|
|
CHECK: debug_info contents
|
|
|
|
CHECK: Compile Unit:
|
|
|
|
CHECK: DW_TAG_compile_unit
|
|
CHECK: DW_AT_producer ("Apple LLVM version 6.0 (clang-600.0.39) (based on LLVM 3.5svn)")
|
|
CHECK: DW_AT_language (DW_LANG_C99)
|
|
CHECK: DW_AT_name ("basic1.c")
|
|
CHECK: DW_AT_stmt_list (0x00000000)
|
|
CHECK: DW_AT_comp_dir ("/Inputs")
|
|
CHECK: DW_AT_low_pc (0x0000000100000f40)
|
|
CHECK: DW_TAG_subprogram
|
|
CHECK: DW_AT_name ("main")
|
|
CHECK: DW_AT_decl_file ("/Inputs{{[/\\]}}basic1.c")
|
|
CHECK: DW_AT_decl_line (23)
|
|
CHECK: DW_AT_prototyped (0x01)
|
|
CHECK: DW_AT_type (cu + 0x0063
|
|
CHECK: DW_AT_external (0x01)
|
|
CHECK: DW_AT_accessibility (DW_ACCESS_public)
|
|
CHECK: DW_AT_low_pc (0x0000000100000f40)
|
|
CHECK: DW_AT_high_pc (0x0000000100000f4b)
|
|
CHECK: DW_AT_frame_base (DW_OP_reg6 RBP)
|
|
CHECK: DW_TAG_formal_parameter
|
|
CHECK: DW_AT_name ("argc")
|
|
CHECK: DW_AT_type (cu + 0x0063
|
|
CHECK: DW_AT_location (DW_OP_reg5 RDI, DW_OP_piece 0x4)
|
|
CHECK: DW_TAG_formal_parameter
|
|
CHECK: DW_AT_name ("argv")
|
|
CHECK: DW_AT_type (cu + 0x006a
|
|
CHECK: DW_AT_location (DW_OP_reg4 RSI)
|
|
CHECK: NULL
|
|
CHECK: DW_TAG_base_type
|
|
CHECK: DW_AT_name ("int")
|
|
CHECK: DW_AT_encoding (DW_ATE_signed)
|
|
CHECK: DW_AT_byte_size (0x04)
|
|
CHECK: DW_TAG_pointer_type
|
|
CHECK: DW_AT_type (cu + 0x006f
|
|
CHECK: DW_TAG_pointer_type
|
|
CHECK: DW_AT_type (cu + 0x0074
|
|
CHECK: DW_TAG_const_type
|
|
CHECK: DW_AT_type (cu + 0x0079
|
|
CHECK: DW_TAG_base_type
|
|
CHECK: DW_AT_name ("char")
|
|
CHECK: DW_AT_encoding (DW_ATE_signed_char)
|
|
CHECK: DW_AT_byte_size (0x01)
|
|
CHECK: NULL
|
|
|
|
CHECK: Compile Unit:
|
|
|
|
CHECK: DW_TAG_compile_unit
|
|
CHECK: DW_AT_producer ("Apple LLVM version 6.0 (clang-600.0.39) (based on LLVM 3.5svn)")
|
|
CHECK: DW_AT_name ("basic2.c")
|
|
CHECK: DW_AT_stmt_list (0x0000003e)
|
|
CHECK: DW_AT_comp_dir ("/Inputs")
|
|
CHECK: DW_AT_low_pc (0x0000000100000f50)
|
|
CHECK: DW_TAG_variable
|
|
CHECK: DW_AT_name ("private_int")
|
|
CHECK: DW_AT_type (0x0000000000000063
|
|
CHECK: DW_AT_decl_file ("/Inputs{{[/\\]}}basic2.c")
|
|
CHECK: DW_AT_location (DW_OP_addr 0x100001008)
|
|
CHECK: DW_TAG_variable
|
|
CHECK: DW_AT_name ("baz")
|
|
CHECK: DW_AT_type (0x0000000000000063
|
|
CHECK: DW_AT_location (DW_OP_addr 0x100001000)
|
|
CHECK: DW_TAG_subprogram
|
|
CHECK: DW_AT_name ("foo")
|
|
CHECK: DW_AT_type (0x0000000000000063
|
|
CHECK: DW_AT_low_pc (0x0000000100000f50)
|
|
CHECK: DW_AT_high_pc (0x0000000100000f89)
|
|
CHECK: DW_AT_frame_base (DW_OP_reg6 RBP)
|
|
CHECK: DW_TAG_formal_parameter
|
|
CHECK: DW_AT_name ("arg")
|
|
CHECK: DW_AT_type (0x0000000000000063
|
|
CHECK: DW_AT_location (0x00000000
|
|
CHECK: 0x0000000000000000 - 0x000000000000000e: DW_OP_reg5 RDI, DW_OP_piece 0x4)
|
|
CHECK: DW_TAG_inlined_subroutine
|
|
CHECK: DW_AT_abstract_origin (cu + 0x00a7 "inc")
|
|
CHECK: DW_AT_low_pc (0x0000000100000f63)
|
|
CHECK: DW_AT_high_pc (0x0000000100000f72)
|
|
CHECK: DW_AT_call_line (20)
|
|
CHECK: NULL
|
|
CHECK: DW_TAG_subprogram
|
|
CHECK: DW_AT_name ("inc")
|
|
CHECK: DW_AT_type (0x0000000000000063
|
|
CHECK: DW_AT_inline (DW_INL_inlined)
|
|
CHECK: NULL
|
|
|
|
CHECK: Compile Unit:
|
|
|
|
CHECK: DW_TAG_compile_unit
|
|
CHECK: DW_AT_producer ("Apple LLVM version 6.0 (clang-600.0.39) (based on LLVM 3.5svn)")
|
|
CHECK: DW_AT_name ("basic3.c")
|
|
CHECK: DW_AT_stmt_list (0x0000007e)
|
|
CHECK: DW_AT_comp_dir ("/Inputs")
|
|
CHECK: DW_AT_low_pc (0x0000000100000f90)
|
|
CHECK: DW_TAG_variable
|
|
CHECK: DW_AT_name ("val")
|
|
CHECK: DW_AT_type (cu + 0x003c
|
|
CHECK: DW_AT_decl_file ("/Inputs{{[/\\]}}basic3.c")
|
|
CHECK: DW_AT_location (DW_OP_addr 0x100001004)
|
|
CHECK: DW_TAG_volatile_type
|
|
CHECK: DW_AT_type (0x0000000000000063
|
|
CHECK: DW_TAG_subprogram
|
|
CHECK: DW_AT_name ("bar")
|
|
CHECK: DW_AT_type (0x0000000000000063
|
|
CHECK: DW_AT_low_pc (0x0000000100000f90)
|
|
CHECK: DW_AT_high_pc (0x0000000100000fb4)
|
|
CHECK: DW_AT_frame_base (DW_OP_reg6 RBP)
|
|
CHECK: DW_TAG_formal_parameter
|
|
CHECK: DW_AT_name ("arg")
|
|
CHECK: DW_AT_type (0x0000000000000063
|
|
CHECK: DW_AT_location (0x00000025
|
|
CHECK: 0x0000000000000000 - 0x000000000000000f: DW_OP_reg5 RDI, DW_OP_piece 0x4
|
|
CHECK: 0x0000000000000019 - 0x000000000000001d: DW_OP_reg5 RDI, DW_OP_piece 0x4)
|
|
CHECK: DW_TAG_lexical_block
|
|
CHECK: DW_AT_low_pc (0x0000000100000f94)
|
|
CHECK: DW_AT_high_pc (0x0000000100000fa7)
|
|
CHECK: DW_TAG_inlined_subroutine
|
|
CHECK: DW_AT_abstract_origin (cu + 0x009a "inc")
|
|
CHECK: DW_AT_ranges (0x00000000
|
|
CHECK: [0x0000000100000f94 - 0x0000000100000f9a)
|
|
CHECK: [0x0000000100000f9f - 0x0000000100000fa7))
|
|
CHECK: NULL
|
|
CHECK: NULL
|
|
CHECK: DW_TAG_subprogram
|
|
CHECK: DW_AT_name ("inc")
|
|
CHECK: DW_AT_type (0x0000000000000063
|
|
CHECK: NULL
|
|
|
|
CHECK: .debug_loc contents:
|
|
CHECK-NEXT: 0x00000000:
|
|
CHECK-NEXT: 0x0000000000000000 - 0x000000000000000e: DW_OP_reg5 RDI, DW_OP_piece 0x4
|
|
CHECK-NOT: :
|
|
CHECK: 0x00000025:
|
|
CHECK-NEXT: 0x0000000000000000 - 0x000000000000000f: DW_OP_reg5 RDI, DW_OP_piece 0x4
|
|
CHECK-NEXT: 0x0000000000000019 - 0x000000000000001d: DW_OP_reg5 RDI, DW_OP_piece 0x4
|
|
|
|
CHECK: .debug_aranges contents:
|
|
CHECK-NEXT: Address Range Header: length = 0x0000002c, version = 0x0002, cu_offset = 0x00000000, addr_size = 0x08, seg_size = 0x00
|
|
CHECK-NEXT: [0x0000000100000f40 - 0x0000000100000f4b)
|
|
CHECK-NEXT: Address Range Header: length = 0x0000002c, version = 0x0002, cu_offset = 0x00000081, addr_size = 0x08, seg_size = 0x00
|
|
CHECK-NEXT: [0x0000000100000f50 - 0x0000000100000f89)
|
|
CHECK-NEXT: Address Range Header: length = 0x0000002c, version = 0x0002, cu_offset = 0x0000013a, addr_size = 0x08, seg_size = 0x00
|
|
CHECK-NEXT: [0x0000000100000f90 - 0x0000000100000fb4)
|
|
|
|
|
|
CHECK: .debug_line contents
|
|
CHECK: Dir Mod Time File Len File Name
|
|
CHECK-NEXT: ---- ---------- ---------- ---------------------------
|
|
CHECK-NEXT: file_names[ 1] 0 0x00000000 0x00000000 basic1.c
|
|
CHECK: 0x0000000100000f40 23 0 1 0 0 is_stmt
|
|
CHECK: 0x0000000100000f44 24 0 1 0 0 is_stmt prologue_end
|
|
CHECK: 0x0000000100000f4b 24 0 1 0 0 is_stmt end_sequence
|
|
|
|
CHECK: Dir Mod Time File Len File Name
|
|
CHECK-NEXT: ---- ---------- ---------- ---------------------------
|
|
CHECK-NEXT: file_names[ 1] 0 0x00000000 0x00000000 basic2.c
|
|
CHECK: 0x0000000100000f50 19 0 1 0 0 is_stmt
|
|
CHECK: 0x0000000100000f54 20 0 1 0 0 is_stmt prologue_end
|
|
CHECK: 0x0000000100000f63 15 0 1 0 0 is_stmt
|
|
CHECK: 0x0000000100000f72 20 0 1 0 0 is_stmt
|
|
CHECK: 0x0000000100000f89 20 0 1 0 0 is_stmt end_sequence
|
|
|
|
CHECK: Dir Mod Time File Len File Name
|
|
CHECK-NEXT: ---- ---------- ---------- ---------------------------
|
|
CHECK-NEXT: file_names[ 1] 0 0x00000000 0x00000000 basic3.c
|
|
CHECK: 0x0000000100000f90 16 0 1 0 0 is_stmt
|
|
CHECK: 0x0000000100000f94 12 0 1 0 0 is_stmt prologue_end
|
|
CHECK: 0x0000000100000f9a 17 0 1 0 0 is_stmt
|
|
CHECK: 0x0000000100000f9f 12 0 1 0 0 is_stmt
|
|
CHECK: 0x0000000100000fa7 20 0 1 0 0 is_stmt
|
|
CHECK: 0x0000000100000fa9 19 0 1 0 0 is_stmt
|
|
CHECK: 0x0000000100000fb2 20 0 1 0 0 is_stmt
|
|
CHECK: 0x0000000100000fb4 20 0 1 0 0 is_stmt end_sequence
|
|
|
|
CHECK: .debug_pubnames contents:
|
|
CHECK-NEXT: length = 0x00000017 version = 0x0002 unit_offset = 0x00000000 unit_size = 0x00000081
|
|
CHECK-NEXT: Offset Name
|
|
CHECK-NEXT: 0x00000026 "main"
|
|
CHECK-NEXT: length = 0x0000002e version = 0x0002 unit_offset = 0x00000081 unit_size = 0x000000b9
|
|
CHECK-NEXT: Offset Name
|
|
CHECK-NEXT: 0x00000026 "private_int"
|
|
CHECK-NEXT: 0x0000003f "baz"
|
|
CHECK-NEXT: 0x00000058 "foo"
|
|
CHECK-NEXT: length = 0x0000001e version = 0x0002 unit_offset = 0x0000013a unit_size = 0x000000ac
|
|
CHECK-NEXT: Offset Name
|
|
CHECK-NEXT: 0x00000026 "val"
|
|
CHECK-NEXT: 0x00000045 "bar"
|
|
|
|
CHECK: .debug_pubtypes contents:
|
|
CHECK-NEXT: length = 0x0000001f version = 0x0002 unit_offset = 0x00000000 unit_size = 0x00000081
|
|
CHECK-NEXT: Offset Name
|
|
CHECK-NEXT: 0x00000063 "int"
|
|
CHECK-NEXT: 0x00000079 "char"
|