From 87855248f1fab83caf002418196a34051d359f2c Mon Sep 17 00:00:00 2001
From: jimblandy <jimblandy@4c0a9323-5329-0410-9bdc-e9ce6186880e>
Date: Mon, 5 Apr 2010 19:40:17 +0000
Subject: Breakpad symbol dumper: Move Linux dumping classes into src/common.

The Linux symbol dumper's classes are reasonably portable, and should be
usable for the Mac dumper as well. Move them to src/common, along with
their unit tests. Update #include directives and Makefile.

a=jimblandy, r=nealsid


git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@567 4c0a9323-5329-0410-9bdc-e9ce6186880e
---
 src/common/testdata/stabs_reader_unittest.input6 | 8 ++++++++
 1 file changed, 8 insertions(+)
 create mode 100644 src/common/testdata/stabs_reader_unittest.input6

(limited to 'src/common/testdata/stabs_reader_unittest.input6')

diff --git a/src/common/testdata/stabs_reader_unittest.input6 b/src/common/testdata/stabs_reader_unittest.input6
new file mode 100644
index 00000000..54c2c9d4
--- /dev/null
+++ b/src/common/testdata/stabs_reader_unittest.input6
@@ -0,0 +1,8 @@
+cu-boundary antimony
+SO      10   11   0x12 antimony
+FUN     20   21   0x22 arsenic
+SO      30   31   0x32
+cu-boundary aluminum
+SO      40   41   0x42 aluminum
+FUN     50   51   0x52 selenium
+SO      60   61   0x62
-- 
cgit v1.2.1