summaryrefslogtreecommitdiffstats
path: root/lldb/lit/Modules
diff options
context:
space:
mode:
authorShafik Yaghmour <syaghmour@apple.com>2018-12-07 18:59:00 +0000
committerShafik Yaghmour <syaghmour@apple.com>2018-12-07 18:59:00 +0000
commit48c7b4f0b6ca5dcaaf388e1c7aa90ec72ba4c6b0 (patch)
treec20a962d590feb03810ca16b7fb8031a68f7eb31 /lldb/lit/Modules
parent80c32f05a7f69796a8e8be12d681c4a0faec430a (diff)
downloadbcm5719-llvm-48c7b4f0b6ca5dcaaf388e1c7aa90ec72ba4c6b0.tar.gz
bcm5719-llvm-48c7b4f0b6ca5dcaaf388e1c7aa90ec72ba4c6b0.zip
Revert "Introduce ObjectFileBreakpad"
This reverts commit 5e056e624cc57bb22a4c29a70b522783c6242293. Reverting because this lldb cmake bot: http://lab.llvm.org:8080/green/view/LLDB/job/lldb-cmake/13712/ llvm-svn: 348629
Diffstat (limited to 'lldb/lit/Modules')
-rw-r--r--lldb/lit/Modules/Breakpad/Inputs/bad-module-id-1.syms2
-rw-r--r--lldb/lit/Modules/Breakpad/Inputs/bad-module-id-2.syms2
-rw-r--r--lldb/lit/Modules/Breakpad/Inputs/bad-module-id-3.syms2
-rw-r--r--lldb/lit/Modules/Breakpad/Inputs/identification-linux.syms6
-rw-r--r--lldb/lit/Modules/Breakpad/Inputs/identification-macosx.syms6
-rw-r--r--lldb/lit/Modules/Breakpad/Inputs/identification-windows.syms4
-rw-r--r--lldb/lit/Modules/Breakpad/breakpad-identification.test32
-rw-r--r--lldb/lit/Modules/Breakpad/lit.local.cfg1
8 files changed, 0 insertions, 55 deletions
diff --git a/lldb/lit/Modules/Breakpad/Inputs/bad-module-id-1.syms b/lldb/lit/Modules/Breakpad/Inputs/bad-module-id-1.syms
deleted file mode 100644
index 0241d512862..00000000000
--- a/lldb/lit/Modules/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/Modules/Breakpad/Inputs/bad-module-id-2.syms b/lldb/lit/Modules/Breakpad/Inputs/bad-module-id-2.syms
deleted file mode 100644
index 4ae10438f30..00000000000
--- a/lldb/lit/Modules/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/Modules/Breakpad/Inputs/bad-module-id-3.syms b/lldb/lit/Modules/Breakpad/Inputs/bad-module-id-3.syms
deleted file mode 100644
index 2e6d72a37d5..00000000000
--- a/lldb/lit/Modules/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/Modules/Breakpad/Inputs/identification-linux.syms b/lldb/lit/Modules/Breakpad/Inputs/identification-linux.syms
deleted file mode 100644
index d82e30c4a05..00000000000
--- a/lldb/lit/Modules/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/Modules/Breakpad/Inputs/identification-macosx.syms b/lldb/lit/Modules/Breakpad/Inputs/identification-macosx.syms
deleted file mode 100644
index 56e0635e5f6..00000000000
--- a/lldb/lit/Modules/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/Modules/Breakpad/Inputs/identification-windows.syms b/lldb/lit/Modules/Breakpad/Inputs/identification-windows.syms
deleted file mode 100644
index 8fa5f305209..00000000000
--- a/lldb/lit/Modules/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/Modules/Breakpad/breakpad-identification.test b/lldb/lit/Modules/Breakpad/breakpad-identification.test
deleted file mode 100644
index 49758b59a1e..00000000000
--- a/lldb/lit/Modules/Breakpad/breakpad-identification.test
+++ /dev/null
@@ -1,32 +0,0 @@
-RUN: lldb-test object-file %p/Inputs/identification-linux.syms | FileCheck %s --check-prefix=LINUX
-RUN: lldb-test object-file %p/Inputs/identification-macosx.syms | FileCheck %s --check-prefix=MAC
-RUN: lldb-test object-file %p/Inputs/identification-windows.syms | FileCheck %s --check-prefix=WINDOWS
-RUN: not lldb-test object-file %p/Inputs/bad-module-id-1.syms 2>&1 | FileCheck %s --check-prefix=ERROR
-RUN: not lldb-test object-file %p/Inputs/bad-module-id-2.syms 2>&1 | FileCheck %s --check-prefix=ERROR
-RUN: not lldb-test object-file %p/Inputs/bad-module-id-3.syms 2>&1 | FileCheck %s --check-prefix=ERROR
-
-LINUX: Plugin name: breakpad
-LINUX: Architecture: x86_64--linux
-LINUX: UUID: 554889E5-5DC3-CCCC-CCCC-CCCCCCCCCCCC
-LINUX: Executable: false
-LINUX: Stripped: false
-LINUX: Type: debug info
-LINUX: Strata: user
-
-MAC: Plugin name: breakpad
-MAC: Architecture: x86_64--macosx
-MAC: UUID: 680E8CD9-8920-1BAA-EACD-6A8C1F16707B
-MAC: Executable: false
-MAC: Stripped: false
-MAC: Type: debug info
-MAC: Strata: user
-
-WINDOWS: Plugin name: breakpad
-WINDOWS: Architecture: i386--windows
-WINDOWS: UUID: 5716C9A0-B580-0949-81A1-925EA62165C0-01000000
-WINDOWS: Executable: false
-WINDOWS: Stripped: false
-WINDOWS: Type: debug info
-WINDOWS: Strata: user
-
-ERROR: not recognised as an object file
diff --git a/lldb/lit/Modules/Breakpad/lit.local.cfg b/lldb/lit/Modules/Breakpad/lit.local.cfg
deleted file mode 100644
index df9b335dd13..00000000000
--- a/lldb/lit/Modules/Breakpad/lit.local.cfg
+++ /dev/null
@@ -1 +0,0 @@
-config.suffixes = ['.test']
OpenPOWER on IntegriCloud