diff options
author | Jonas Devlieghere <jonas@devlieghere.com> | 2019-10-09 19:22:02 +0000 |
---|---|---|
committer | Jonas Devlieghere <jonas@devlieghere.com> | 2019-10-09 19:22:02 +0000 |
commit | 87aa9c9e4d41ed881453e2fab85b3d25f648bb55 (patch) | |
tree | 63efe79832bf3de4f63e4e81c62e73923947b882 /lldb/lit/ObjectFile/Breakpad/Inputs | |
parent | fd18e94697c987d5f24e25aa4e27adaffff3cce4 (diff) | |
download | bcm5719-llvm-87aa9c9e4d41ed881453e2fab85b3d25f648bb55.tar.gz bcm5719-llvm-87aa9c9e4d41ed881453e2fab85b3d25f648bb55.zip |
Re-land "[test] Split LLDB tests into API, Shell & Unit"
The original patch got reverted because it broke `check-lldb` on a clean
build. This fixes that.
llvm-svn: 374201
Diffstat (limited to 'lldb/lit/ObjectFile/Breakpad/Inputs')
12 files changed, 0 insertions, 113 deletions
diff --git a/lldb/lit/ObjectFile/Breakpad/Inputs/bad-module-id-1.syms b/lldb/lit/ObjectFile/Breakpad/Inputs/bad-module-id-1.syms deleted file mode 100644 index 0241d512862..00000000000 --- a/lldb/lit/ObjectFile/Breakpad/Inputs/bad-module-id-1.syms +++ /dev/null @@ -1,2 +0,0 @@ -MODULE Linux x86_64 E5894855+C35D+CCCCCCCCCCCCCCCCCCCC0 linux.out -PUBLIC 1000 0 _start diff --git a/lldb/lit/ObjectFile/Breakpad/Inputs/bad-module-id-2.syms b/lldb/lit/ObjectFile/Breakpad/Inputs/bad-module-id-2.syms deleted file mode 100644 index 4ae10438f30..00000000000 --- a/lldb/lit/ObjectFile/Breakpad/Inputs/bad-module-id-2.syms +++ /dev/null @@ -1,2 +0,0 @@ -MODULE Linux x86_64 E5894855C35DCCCCCCCCCCCCCCCCC linux.out -PUBLIC 1000 0 _start diff --git a/lldb/lit/ObjectFile/Breakpad/Inputs/bad-module-id-3.syms b/lldb/lit/ObjectFile/Breakpad/Inputs/bad-module-id-3.syms deleted file mode 100644 index 2e6d72a37d5..00000000000 --- a/lldb/lit/ObjectFile/Breakpad/Inputs/bad-module-id-3.syms +++ /dev/null @@ -1,2 +0,0 @@ -MODULE Linux x86_64 E58X4855C35DCCCCCCCCXCCCCCCCCCCC0 linux.out -PUBLIC 1000 0 _start diff --git a/lldb/lit/ObjectFile/Breakpad/Inputs/discontiguous-sections.syms b/lldb/lit/ObjectFile/Breakpad/Inputs/discontiguous-sections.syms deleted file mode 100644 index 40c94574215..00000000000 --- a/lldb/lit/ObjectFile/Breakpad/Inputs/discontiguous-sections.syms +++ /dev/null @@ -1,7 +0,0 @@ -MODULE Linux x86_64 0000000024B5D199F0F766FFFFFF5DC30 linux.out -INFO CODE_ID 00000000B52499D1F0F766FFFFFF5DC3 -FILE 0 /tmp/a.c -PUBLIC 1010 0 _start -FILE 1 /tmp/b.c -STACK bogus -FILE 2 /tmp/c.c diff --git a/lldb/lit/ObjectFile/Breakpad/Inputs/identification-linux.syms b/lldb/lit/ObjectFile/Breakpad/Inputs/identification-linux.syms deleted file mode 100644 index d82e30c4a05..00000000000 --- a/lldb/lit/ObjectFile/Breakpad/Inputs/identification-linux.syms +++ /dev/null @@ -1,6 +0,0 @@ -MODULE Linux x86_64 E5894855C35DCCCCCCCCCCCCCCCCCCCC0 linux.out -INFO CODE_ID 554889E55DC3CCCCCCCCCCCCCCCCCCCC -PUBLIC 1000 0 _start -STACK CFI INIT 1000 6 .cfa: $rsp 8 + .ra: .cfa -8 + ^ -STACK CFI 1001 $rbp: .cfa -16 + ^ .cfa: $rsp 16 + -STACK CFI 1004 .cfa: $rbp 16 + diff --git a/lldb/lit/ObjectFile/Breakpad/Inputs/identification-macosx-arm64e.syms b/lldb/lit/ObjectFile/Breakpad/Inputs/identification-macosx-arm64e.syms deleted file mode 100644 index 18090d7a0d5..00000000000 --- a/lldb/lit/ObjectFile/Breakpad/Inputs/identification-macosx-arm64e.syms +++ /dev/null @@ -1,3 +0,0 @@ -MODULE mac arm64e 4E11896957B3334EB03456BFCEB573760 mac.out -PUBLIC 0 0 _mh_execute_header -PUBLIC f30 0 start diff --git a/lldb/lit/ObjectFile/Breakpad/Inputs/identification-macosx.syms b/lldb/lit/ObjectFile/Breakpad/Inputs/identification-macosx.syms deleted file mode 100644 index 56e0635e5f6..00000000000 --- a/lldb/lit/ObjectFile/Breakpad/Inputs/identification-macosx.syms +++ /dev/null @@ -1,6 +0,0 @@ -MODULE mac x86_64 D98C0E682089AA1BEACD6A8C1F16707B0 mac.out -PUBLIC 0 0 _mh_execute_header -PUBLIC f30 0 start -STACK CFI INIT f30 6 .cfa: $rsp 8 + .ra: .cfa -8 + ^ -STACK CFI f31 $rbp: .cfa -16 + ^ .cfa: $rsp 16 + -STACK CFI f34 .cfa: $rbp 16 + diff --git a/lldb/lit/ObjectFile/Breakpad/Inputs/identification-windows.syms b/lldb/lit/ObjectFile/Breakpad/Inputs/identification-windows.syms deleted file mode 100644 index 8fa5f305209..00000000000 --- a/lldb/lit/ObjectFile/Breakpad/Inputs/identification-windows.syms +++ /dev/null @@ -1,4 +0,0 @@ -MODULE windows x86 A0C9165780B5490981A1925EA62165C01 a.pdb
-INFO CODE_ID 5C01672A4000 a.exe
-FILE 1 c:\tmp\a.cpp
-PUBLIC 1000 0 main
diff --git a/lldb/lit/ObjectFile/Breakpad/Inputs/sections-trailing-func.syms b/lldb/lit/ObjectFile/Breakpad/Inputs/sections-trailing-func.syms deleted file mode 100644 index 6176d35143c..00000000000 --- a/lldb/lit/ObjectFile/Breakpad/Inputs/sections-trailing-func.syms +++ /dev/null @@ -1,8 +0,0 @@ -MODULE Linux x86_64 0000000024B5D199F0F766FFFFFF5DC30 linux.out -INFO CODE_ID 00000000B52499D1F0F766FFFFFF5DC3 -FILE 0 /tmp/a.c -FUNC 1010 10 0 _start -1010 4 4 0 -1014 5 5 0 -1019 5 6 0 -101e 2 7 0 diff --git a/lldb/lit/ObjectFile/Breakpad/Inputs/sections.syms b/lldb/lit/ObjectFile/Breakpad/Inputs/sections.syms deleted file mode 100644 index 121cca439b0..00000000000 --- a/lldb/lit/ObjectFile/Breakpad/Inputs/sections.syms +++ /dev/null @@ -1,12 +0,0 @@ -MODULE Linux x86_64 0000000024B5D199F0F766FFFFFF5DC30 linux.out -INFO CODE_ID 00000000B52499D1F0F766FFFFFF5DC3 -FILE 0 /tmp/a.c -FUNC 1010 10 0 _start -1010 4 4 0 -1014 5 5 0 -1019 5 6 0 -101e 2 7 0 -PUBLIC 1010 0 _start -STACK CFI INIT 1010 10 .cfa: $rsp 8 + .ra: .cfa -8 + ^ -STACK CFI 1011 $rbp: .cfa -16 + ^ .cfa: $rsp 16 + -STACK CFI 1014 .cfa: $rbp 16 + diff --git a/lldb/lit/ObjectFile/Breakpad/Inputs/uuid-matching-mac.syms b/lldb/lit/ObjectFile/Breakpad/Inputs/uuid-matching-mac.syms deleted file mode 100644 index 7da9264de98..00000000000 --- a/lldb/lit/ObjectFile/Breakpad/Inputs/uuid-matching-mac.syms +++ /dev/null @@ -1,2 +0,0 @@ -MODULE mac x86_64 A0AB76409C3B3A279E521045D84FA2DC0 a.out -FUNC f90 1b 0 main diff --git a/lldb/lit/ObjectFile/Breakpad/Inputs/uuid-matching-mac.yaml b/lldb/lit/ObjectFile/Breakpad/Inputs/uuid-matching-mac.yaml deleted file mode 100644 index 9e1af9c6e90..00000000000 --- a/lldb/lit/ObjectFile/Breakpad/Inputs/uuid-matching-mac.yaml +++ /dev/null @@ -1,59 +0,0 @@ ---- !mach-o -FileHeader: - magic: 0xFEEDFACF - cputype: 0x01000007 - cpusubtype: 0x80000003 - filetype: 0x00000002 - ncmds: 14 - sizeofcmds: 744 - flags: 0x00200085 - 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: 232 - segname: __TEXT - vmaddr: 4294967296 - vmsize: 4096 - fileoff: 0 - filesize: 4096 - maxprot: 7 - initprot: 5 - nsects: 2 - flags: 0 - Sections: - - sectname: __text - segname: __TEXT - addr: 0x0000000100000F90 - size: 27 - offset: 0x00000F90 - align: 4 - reloff: 0x00000000 - nreloc: 0 - flags: 0x80000400 - reserved1: 0x00000000 - reserved2: 0x00000000 - reserved3: 0x00000000 - - cmd: LC_UUID - cmdsize: 24 - uuid: A0AB7640-9C3B-3A27-9E52-1045D84FA2DC - - cmd: LC_BUILD_VERSION - cmdsize: 32 - platform: 1 - minos: 658944 - sdk: 658944 - ntools: 1 - Tools: - - tool: 3 - version: 29491968 -... |