From 87855248f1fab83caf002418196a34051d359f2c Mon Sep 17 00:00:00 2001 From: jimblandy 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.input2 | 1 + 1 file changed, 1 insertion(+) create mode 100644 src/common/testdata/stabs_reader_unittest.input2 (limited to 'src/common/testdata/stabs_reader_unittest.input2') diff --git a/src/common/testdata/stabs_reader_unittest.input2 b/src/common/testdata/stabs_reader_unittest.input2 new file mode 100644 index 00000000..82efeb92 --- /dev/null +++ b/src/common/testdata/stabs_reader_unittest.input2 @@ -0,0 +1 @@ +SO 10 11 0x12 file2-1.c -- cgit v1.2.1