diff options
Diffstat (limited to 'lldb/lit/SymbolFile/Breakpad/Inputs')
16 files changed, 0 insertions, 314 deletions
diff --git a/lldb/lit/SymbolFile/Breakpad/Inputs/basic-elf.yaml b/lldb/lit/SymbolFile/Breakpad/Inputs/basic-elf.yaml deleted file mode 100644 index 905dc25c3a6..00000000000 --- a/lldb/lit/SymbolFile/Breakpad/Inputs/basic-elf.yaml +++ /dev/null @@ -1,33 +0,0 @@ -# A very basic ELF file to serve as a recipient of breakpad info - ---- !ELF -FileHeader: - Class: ELFCLASS64 - Data: ELFDATA2LSB - Type: ET_EXEC - Machine: EM_X86_64 - Entry: 0x0000000000400000 -Sections: - - Name: .text1 - Type: SHT_PROGBITS - Flags: [ SHF_ALLOC, SHF_EXECINSTR ] - Address: 0x0000000000400000 - AddressAlign: 0x0000000000001000 - Size: 0xb0 - - Name: .text2 - Type: SHT_PROGBITS - Flags: [ SHF_ALLOC, SHF_EXECINSTR ] - Address: 0x00000000004000B0 - AddressAlign: 0x0000000000000010 - Size: 0x42 -Symbols: -DynamicSymbols: -ProgramHeaders: - - Type: PT_LOAD - Flags: [ PF_X, PF_R ] - VAddr: 0x400000 - Align: 0x1000 - Sections: - - Section: .text1 - - Section: .text2 -... diff --git a/lldb/lit/SymbolFile/Breakpad/Inputs/basic-macho.yaml b/lldb/lit/SymbolFile/Breakpad/Inputs/basic-macho.yaml deleted file mode 100644 index 9a4505c204d..00000000000 --- a/lldb/lit/SymbolFile/Breakpad/Inputs/basic-macho.yaml +++ /dev/null @@ -1,50 +0,0 @@ ---- !mach-o -FileHeader: - magic: 0xFEEDFACF - cputype: 0x01000007 - cpusubtype: 0x00000003 - filetype: 0x00000002 - ncmds: 9 - sizeofcmds: 520 - flags: 0x00000085 - reserved: 0x00000000 -LoadCommands: - - cmd: LC_SEGMENT_64 - cmdsize: 72 - segname: __PAGEZERO - vmaddr: 0 - vmsize: 4294967296 - fileoff: 0 - filesize: 0 - maxprot: 0 - initprot: 0 - nsects: 0 - flags: 0 - - cmd: LC_SEGMENT_64 - cmdsize: 152 - segname: __TEXT - vmaddr: 4294967296 - vmsize: 4096 - fileoff: 0 - filesize: 4096 - maxprot: 7 - initprot: 5 - nsects: 1 - flags: 0 - Sections: - - sectname: __text - segname: __TEXT - addr: 0x0000000100000FF0 - size: 6 - offset: 0x00000FF0 - align: 4 - reloff: 0x00000000 - nreloc: 0 - flags: 0x80000400 - reserved1: 0x00000000 - reserved2: 0x00000000 - reserved3: 0x00000000 - - cmd: LC_UUID - cmdsize: 24 - uuid: B3051760-22B1-7D7B-39F9-240E077D625B -... diff --git a/lldb/lit/SymbolFile/Breakpad/Inputs/line-table-discontinuous-file-ids.syms b/lldb/lit/SymbolFile/Breakpad/Inputs/line-table-discontinuous-file-ids.syms deleted file mode 100644 index f19d5374056..00000000000 --- a/lldb/lit/SymbolFile/Breakpad/Inputs/line-table-discontinuous-file-ids.syms +++ /dev/null @@ -1,8 +0,0 @@ -MODULE Linux x86_64 761550E08086333960A9074A9CE2895C0 a.out -INFO CODE_ID E05015768680393360A9074A9CE2895C -FILE 1 /tmp/a.c -FILE 3 /tmp/c.c -FUNC b0 10 0 func -b0 1 1 1 -b1 1 2 1 -b2 1 2 3 diff --git a/lldb/lit/SymbolFile/Breakpad/Inputs/line-table-edgecases.syms b/lldb/lit/SymbolFile/Breakpad/Inputs/line-table-edgecases.syms deleted file mode 100644 index 069b79cc57d..00000000000 --- a/lldb/lit/SymbolFile/Breakpad/Inputs/line-table-edgecases.syms +++ /dev/null @@ -1,7 +0,0 @@ -MODULE Linux x86_64 761550E08086333960A9074A9CE2895C0 a.out -INFO CODE_ID E05015768680393360A9074A9CE2895C -FILE 0 /tmp/a.c -a0 1 1 0 -FUNC b0 10 0 func -FUNC c0 10 0 func2 -c0 2 2 0 diff --git a/lldb/lit/SymbolFile/Breakpad/Inputs/line-table-missing-file.syms b/lldb/lit/SymbolFile/Breakpad/Inputs/line-table-missing-file.syms deleted file mode 100644 index 635716c6b06..00000000000 --- a/lldb/lit/SymbolFile/Breakpad/Inputs/line-table-missing-file.syms +++ /dev/null @@ -1,7 +0,0 @@ -MODULE Linux x86_64 761550E08086333960A9074A9CE2895C0 a.out -INFO CODE_ID E05015768680393360A9074A9CE2895C -FILE 0 /tmp/a.c -FUNC b0 10 0 func -b0 1 1 0 -b1 1 2 0 -b2 1 2 1 diff --git a/lldb/lit/SymbolFile/Breakpad/Inputs/line-table-mixed-path-styles.syms b/lldb/lit/SymbolFile/Breakpad/Inputs/line-table-mixed-path-styles.syms deleted file mode 100644 index a0708e54dc0..00000000000 --- a/lldb/lit/SymbolFile/Breakpad/Inputs/line-table-mixed-path-styles.syms +++ /dev/null @@ -1,7 +0,0 @@ -MODULE Linux x86_64 761550E08086333960A9074A9CE2895C0 a.out -INFO CODE_ID E05015768680393360A9074A9CE2895C -FILE 0 /tmp/a.c -FILE 1 c:\tmp\b.c -FUNC b0 10 0 func -b0 1 1 0 -b1 1 1 1 diff --git a/lldb/lit/SymbolFile/Breakpad/Inputs/line-table.syms b/lldb/lit/SymbolFile/Breakpad/Inputs/line-table.syms deleted file mode 100644 index e608eb8033e..00000000000 --- a/lldb/lit/SymbolFile/Breakpad/Inputs/line-table.syms +++ /dev/null @@ -1,17 +0,0 @@ -MODULE Linux x86_64 761550E08086333960A9074A9CE2895C0 a.out -INFO CODE_ID E05015768680393360A9074A9CE2895C -FILE 0 /tmp/a.c -FILE 1 /tmp/c.c -FILE 2 /tmp/d.c -FUNC b0 10 0 func -b0 1 1 0 -b1 1 2 0 -b2 1 2 1 -b4 1 3 1 -FUNC c0 10 0 func2 -c0 2 1 1 -c2 2 2 0 -FUNC d0 10 0 func3 -d0 2 1 2 -FUNC e0 10 0 func4 -e0 2 2 2 diff --git a/lldb/lit/SymbolFile/Breakpad/Inputs/stack-cfi-parsing.syms b/lldb/lit/SymbolFile/Breakpad/Inputs/stack-cfi-parsing.syms deleted file mode 100644 index 1ebecb48022..00000000000 --- a/lldb/lit/SymbolFile/Breakpad/Inputs/stack-cfi-parsing.syms +++ /dev/null @@ -1,20 +0,0 @@ -MODULE Linux x86_64 E5894855C35DCCCCCCCCCCCCCCCCCCCC0 linux.out -INFO CODE_ID E35C283BC327C28762DB788BF5A4078BE2351448 -FUNC 0 2 0 func0 -FUNC 2 1 0 func2 -FUNC 3 1 0 func3 -FUNC 4 1 0 func4 -FUNC 5 1 0 func5 -FUNC 6 1 0 func6 -FUNC 7 2 0 func7 -FUNC 9 1 0 func9 -STACK CFI INIT 0 2 .cfa: $rsp .ra: .cfa $rbp: $rsp -STACK CFI 1 $rbp: $rax $rbx: $rcx -STACK CFI INIT 2 1 $r47: $r42 -STACK CFI INIT 3 1 $rbp: -STACK CFI INIT 4 1 $rbp -STACK CFI INIT 5 1 $rbp: $rbx $rsp: -STACK CFI INIT 6 1 $rbp: $rsp: -STACK CFI INIT 7 1 .cfa: $rsp -STACK CFI bogus -STACK CFI INIT 9 1 .cfa: $rbp .ra: $rax diff --git a/lldb/lit/SymbolFile/Breakpad/Inputs/stack-cfi-parsing.yaml b/lldb/lit/SymbolFile/Breakpad/Inputs/stack-cfi-parsing.yaml deleted file mode 100644 index 9f3a6316986..00000000000 --- a/lldb/lit/SymbolFile/Breakpad/Inputs/stack-cfi-parsing.yaml +++ /dev/null @@ -1,36 +0,0 @@ ---- !minidump -Streams: - - Type: ThreadList - Threads: - - Thread Id: 0x00003E81 - Context: DEAD - Stack: - Start of Memory Range: 0x00007FFCEB34A000 - Content: DEAD - - Type: ModuleList - Modules: - - Base of Image: 0x0000000000400000 - Size of Image: 0x00001000 - Module Name: '/tmp/stack-cfi-parsing.out' - CodeView Record: 4C457042E35C283BC327C28762DB788BF5A4078BE2351448 - - Type: SystemInfo - Processor Arch: AMD64 - Processor Level: 6 - Processor Revision: 15876 - Number of Processors: 40 - Platform ID: Linux - CSD Version: 'Linux 3.13.0-91-generic' - CPU: - Vendor ID: GenuineIntel - Version Info: 0x00000000 - Feature Info: 0x00000000 - - Type: LinuxProcStatus - Text: | - Name: linux-x86_64 - State: t (tracing stop) - Tgid: 29917 - Ngid: 0 - Pid: 29917 - PPid: 29370 - -... diff --git a/lldb/lit/SymbolFile/Breakpad/Inputs/symtab-macho.syms b/lldb/lit/SymbolFile/Breakpad/Inputs/symtab-macho.syms deleted file mode 100644 index da6a7568698..00000000000 --- a/lldb/lit/SymbolFile/Breakpad/Inputs/symtab-macho.syms +++ /dev/null @@ -1,2 +0,0 @@ -MODULE mac x86_64 B305176022B17D7B39F9240E077D625B0 mac.out -PUBLIC ff0 0 _start diff --git a/lldb/lit/SymbolFile/Breakpad/Inputs/symtab.syms b/lldb/lit/SymbolFile/Breakpad/Inputs/symtab.syms deleted file mode 100644 index 3fd14643bb0..00000000000 --- a/lldb/lit/SymbolFile/Breakpad/Inputs/symtab.syms +++ /dev/null @@ -1,9 +0,0 @@ -MODULE Linux x86_64 761550E08086333960A9074A9CE2895C0 a.out -INFO CODE_ID E05015768680393360A9074A9CE2895C -FILE 0 /tmp/a.c -PUBLIC b0 0 f1 -PUBLIC m c0 0 f2 -PUBLIC d0 0 _start -PUBLIC ff 0 _out_of_range_ignored -FUNC b0 c 0 f1_func -FUNC m a0 d 0 func_only diff --git a/lldb/lit/SymbolFile/Breakpad/Inputs/unwind-via-raSearch.syms b/lldb/lit/SymbolFile/Breakpad/Inputs/unwind-via-raSearch.syms deleted file mode 100644 index 329a280bde8..00000000000 --- a/lldb/lit/SymbolFile/Breakpad/Inputs/unwind-via-raSearch.syms +++ /dev/null @@ -1,15 +0,0 @@ -MODULE windows x86 897DD83EA8C8411897F3A925EE4BF7411 unwind-via-stack-win.pdb -INFO CODE_ID 5D499B5C5000 unwind-via-stack-win.exe -PUBLIC 0 0 dummy -PUBLIC 10 0 call_many -PUBLIC 80 0 main -PUBLIC 90 0 many_pointer_args -PUBLIC 100 0 complex_rasearch -PUBLIC 110 0 esp_rasearch -PUBLIC 120 0 nonzero_frame_size -STACK WIN 4 10 6d 0 0 0 0 0 0 1 $T0 .raSearch = $eip $T0 ^ = $esp $T0 4 + = -STACK WIN 4 80 8 0 0 0 0 0 0 1 $T0 .raSearch = $eip $T0 ^ = $esp $T0 4 + = -STACK WIN 4 90 5 0 0 50 0 0 0 1 $T0 .raSearch = $eip $T0 ^ = $esp $T0 4 + = -STACK WIN 4 100 4 0 0 0 0 0 0 1 $T0 .raSearch 80 + = $eip $T0 ^ = $esp $T0 4 + = -STACK WIN 4 110 4 0 0 0 0 0 0 1 $T0 .raSearch = $eip $T0 ^ = $esp .raSearch 4 + = -STACK WIN 4 120 4 0 0 0 4 8 0 1 $T0 .raSearch = $eip $T0 ^ = $esp $T0 4 + = diff --git a/lldb/lit/SymbolFile/Breakpad/Inputs/unwind-via-stack-cfi.syms b/lldb/lit/SymbolFile/Breakpad/Inputs/unwind-via-stack-cfi.syms deleted file mode 100644 index d4c8287e68a..00000000000 --- a/lldb/lit/SymbolFile/Breakpad/Inputs/unwind-via-stack-cfi.syms +++ /dev/null @@ -1,6 +0,0 @@ -MODULE Linux x86_64 603FCF6CA7FF4BCC86AE8FF44DB2576A0 linux-x86_64_not_crashed -INFO CODE_ID 6CCF3F60FFA7CC4B86AE8FF44DB2576A68983611 -PUBLIC 420 0 bar -PUBLIC 450 0 foo -PUBLIC 480 0 _start -STACK CFI INIT 420 29 .cfa: $rbp ^ .ra: .cfa 8 + ^ $rsp: .cfa 16 + $rbp: .cfa ^ diff --git a/lldb/lit/SymbolFile/Breakpad/Inputs/unwind-via-stack-cfi.yaml b/lldb/lit/SymbolFile/Breakpad/Inputs/unwind-via-stack-cfi.yaml deleted file mode 100644 index 0672f9e6123..00000000000 --- a/lldb/lit/SymbolFile/Breakpad/Inputs/unwind-via-stack-cfi.yaml +++ /dev/null @@ -1,43 +0,0 @@ ---- !minidump -Streams: - - Type: ThreadList - Threads: - - Thread Id: 0x000074F3 - Context: 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000B001000000000006CAE000000006B7FC05A0000C81D415A0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000A2BF9E5A6B7F0000000000000000000000000000000000008850C14BFD7F00009850C14BFD7F00000100000000000000B04AC14BFD7F0000000000000000000060812D01000000000800000000000000B065E05A6B7F00008004400000000000E050C14BFD7F00000000000000000000000000000000000030044000000000007F03FFFF0000FFFFFFFFFFFF000000000000000000000000801F00006B7F00000400000000000000B84CC14BFD7F0000304D405A6B7F0000C84DC14BFD7F0000C0AA405A6B7F00004F033D0000000000B84DC14BFD7F0000E84DC14BFD7F0000000000000000000000000000000000000070E05A6B7F000078629E5A6B7F0000C81D415A6B7F0000804F9E5A6B7F00000000000001000000E603000001000000E093115A6B7F0000804EC14BFD7F0000584EC14BFD7F000099ADC05A6B7F00000100000000000000AAAAD77D0000000002000000000000000800000000000000B065E05A6B7F0000E6B7C05A6B7F0000010000006B7F0000884DC14BFD7F0000106F7C5A6B7F0000984EC14BFD7F0000488B7C5A6B7F0000C4A71CB90000000001000000000000000800000000000000B065E05A6B7F000048B6C05A6B7F0000702AE25A6B7F0000D84DC14BFD7F000030489E5A6B7F0000E84EC14BFD7F0000E05E9E5A6B7F00000991F0460000000001000000000000000800000000000000B065E05A6B7F000048B6C05A6B7F00000100000000000000284EC14BFD7F00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 - Stack: - Start of Memory Range: 0x00007FFD4BC15080 - Content: 30044000000000000000000000000000FFFFFFFF03000000B850C14BFD7F0000670440000000000000000000000000000000000001000000D850C14BFD7F0000970440000000000000000000000000000000000000000000000000000000000001000000000000009F67C14BFD7F00000000000000000000BA67C14BFD7F0000 - - Type: ModuleList - Modules: - - Base of Image: 0x0000000000400000 - Size of Image: 0x00001000 - Module Name: '/tmp/unwind-via-stack-cfi' - CodeView Record: 4C4570426CCF3F60FFA7CC4B86AE8FF44DB2576A68983611 - - Type: MemoryList - Memory Ranges: - - Start of Memory Range: 0x00007FFD4BC15080 - Content: 30044000000000000000000000000000FFFFFFFF03000000B850C14BFD7F0000670440000000000000000000000000000000000001000000D850C14BFD7F0000970440000000000000000000000000000000000000000000000000000000000001000000000000009F67C14BFD7F00000000000000000000BA67C14BFD7F0000 - - Type: SystemInfo - Processor Arch: AMD64 - Processor Level: 6 - Processor Revision: 15876 - Number of Processors: 40 - Platform ID: Linux - CSD Version: 'Linux 3.13.0-91-generic' - CPU: - Vendor ID: GenuineIntel - Version Info: 0x00000000 - Feature Info: 0x00000000 - - Type: LinuxProcStatus - Text: | - Name: unwind-via-stack-cfi - State: t (tracing stop) - Tgid: 29939 - Ngid: 0 - Pid: 29939 - PPid: 29370 - TracerPid: 29940 - Uid: 1001 1001 1001 1001 - Gid: 1001 1001 1001 1001 - -... diff --git a/lldb/lit/SymbolFile/Breakpad/Inputs/unwind-via-stack-win.syms b/lldb/lit/SymbolFile/Breakpad/Inputs/unwind-via-stack-win.syms deleted file mode 100644 index b9b8a67095f..00000000000 --- a/lldb/lit/SymbolFile/Breakpad/Inputs/unwind-via-stack-win.syms +++ /dev/null @@ -1,17 +0,0 @@ -MODULE windows x86 897DD83EA8C8411897F3A925EE4BF7411 unwind-via-stack-win.pdb -INFO CODE_ID 5D499B5C5000 unwind-via-stack-win.exe -PUBLIC 0 0 dummy -PUBLIC 10 0 call_many -PUBLIC 80 0 main -PUBLIC 90 0 many_pointer_args -PUBLIC 100 0 bogus_rule -PUBLIC 110 0 bogus_cfa_rhs -PUBLIC 120 0 bogus_esp_rhs -PUBLIC 130 0 temporary_var -STACK WIN 4 10 6d 0 0 0 0 0 0 1 $T0 $esp 80 + = $eip $T0 ^ = $esp $T0 4 + = -STACK WIN 4 80 8 0 0 0 0 0 0 1 $T0 $esp = $eip $T0 ^ = $esp $T0 4 + = -STACK WIN 4 90 5 0 0 50 0 0 0 1 $T0 $esp = $eip $T0 ^ = $esp $T0 4 + = -STACK WIN 4 100 4 0 0 0 0 0 0 1 bogus -STACK WIN 4 110 4 0 0 0 0 0 0 1 $T0 $bogus = $eip $T0 ^ = $esp $T0 4 + = -STACK WIN 4 120 4 0 0 0 0 0 0 1 $T0 $esp = $eip $T0 ^ = $esp $bogus 4 + = -STACK WIN 4 130 4 0 0 0 0 0 0 1 $T0 $esp = $bogus $T0 = $eip $bogus ^ = $esp $T0 4 + = diff --git a/lldb/lit/SymbolFile/Breakpad/Inputs/unwind-via-stack-win.yaml b/lldb/lit/SymbolFile/Breakpad/Inputs/unwind-via-stack-win.yaml deleted file mode 100644 index 399cf2bbaa3..00000000000 --- a/lldb/lit/SymbolFile/Breakpad/Inputs/unwind-via-stack-win.yaml +++ /dev/null @@ -1,37 +0,0 @@ ---- !minidump -Streams: - - Type: ThreadList - Threads: - - Thread Id: 0x0000290C - Priority Class: 0x00000020 - Environment Block: 0x0000000000A98000 - Context: 3F0001000000000000000000000000000000000000000000000000007F02000000000000FFFF0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000002B000000530000002B0000002B00000080100B0080100B000050A90080100B0080100B0000000000E4FECF0092100B0023000000440301007CFECF002B0000007F0200000000000000000000000000000000000000000000801F0000FFFF020000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000144E3D6C2000000001000000EA1E00F4C000E50700000000FC0100002CE3C014D8E202010000E507880F401D839DC60100000000400000007F00000000000000880F401D0A000000900F401D0000000000000100EA1E00009808E5077F00000000000000000000009008E507990100006002E5072CABC87708346474B42300000100000044E3C014200000000000000020532777A80F401D4F346474D00F401D6F378CCC5C4CD5010000000000000000000000000000000000000000000000003AFCD72F90E3C01418CE3470B4230000B80F401DC00F401DC80F401DD00F401D - Stack: - Start of Memory Range: 0x0000000000CFFE78 - Content: 0000000079100B0000100B0000100B0000100B0000100B0000100B0000100B0000100B0000100B0000100B0000100B0000100B0000100B0000100B0000100B0000100B0000100B0000100B0000100B0000100B0000100B0085100B0094842777 - - Type: ModuleList - Modules: - - Base of Image: 0x00000000000B1000 - Size of Image: 0x00004000 - Module Name: 'unwind-via-stack-win.exe' - CodeView Record: 525344533ED87D89C8A8184197F3A925EE4BF74101000000433A5C70726F6A656374735C746573745F6170705C436F6E736F6C654170706C69636174696F6E315C44656275675C436F6E736F6C654170706C69636174696F6E312E70646200 - - Base of Image: 0x0000000077260000 - Size of Image: 0x000E0000 - Module Name: 'C:\Windows\System32\kernel32.dll' - CodeView Record: 5253445300F90A57CF8DED8A463A90390318CD4401000000776B65726E656C33322EFFFFFFFF - - Type: MemoryList - Memory Ranges: - - Start of Memory Range: 0x0000000000CFFE78 - Content: 0000000079100B0000100B0000100B0000100B0000100B0000100B0000100B0000100B0000100B0000100B0000100B0000100B0000100B0000100B0000100B0000100B0000100B0000100B0000100B0000100B0000100B0085100B0094842777 - - Type: MemoryInfoList - Content: 1000000030000000020000000000000000100B00000000000000000000000000000000000000000000400000000000000010000010000000000000010000000000002677000000000000000000000000000000000000000000000E000000000000100000100000000000000100000000 - - Type: SystemInfo - Processor Arch: X86 - Platform ID: Win32NT - CPU: - Vendor ID: AuthenticAMD - Version Info: 0x00800F82 - Feature Info: 0x178BFBFF - - Type: MiscInfo - Content: 54050000F703000008290000C883495D0000000000000000AC0D000098080000AC0D00000200000002000000002000000D0000000000000002000000C4FFFFFF430065006E007400720061006C0020004500750072006F007000650020005300740061006E0064006100720064002000540069006D006500000000000000000000000A0000000500030000000000000000000000430065006E007400720061006C0020004500750072006F00700065002000530075006D006D00650072002000540069006D00650000000000000000000000000000000300000005000200000000000000C4FFFFFF310037003100330034002E0031002E007800380036006600720065002E007200730034005F00720065006C0065006100730065002E003100380030003400310030002D00310038003000340000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000064006200670063006F00720065002E0069003300380036002C00310030002E0030002E00310037003100330034002E0031000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000006C816B92 -... |

