diff options
author | ted.mielczarek <ted.mielczarek@4c0a9323-5329-0410-9bdc-e9ce6186880e> | 2010-10-05 19:39:23 +0000 |
---|---|---|
committer | ted.mielczarek <ted.mielczarek@4c0a9323-5329-0410-9bdc-e9ce6186880e> | 2010-10-05 19:39:23 +0000 |
commit | d35f113d020aa1cb4f18aace03eca4eb8705dad2 (patch) | |
tree | c06b506129ba2f3b480d5b8f461e5cbf38a78925 /src/processor/testdata | |
parent | ditch libtool, only build static libs (diff) | |
download | breakpad-d35f113d020aa1cb4f18aace03eca4eb8705dad2.tar.xz |
Make dump_syms output an INFO CODE_ID line that includes the code file and code identifier. (Currently disabled to give Breakpad users time to update their processor code.)
R=mark at http://breakpad.appspot.com/180001/show
git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@710 4c0a9323-5329-0410-9bdc-e9ce6186880e
Diffstat (limited to 'src/processor/testdata')
-rw-r--r-- | src/processor/testdata/module1.out | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/processor/testdata/module1.out b/src/processor/testdata/module1.out index d4a8208a..cd6e18d1 100644 --- a/src/processor/testdata/module1.out +++ b/src/processor/testdata/module1.out @@ -1,4 +1,5 @@ MODULE windows x86 111111111111111111111111111111111 module1.pdb +INFO CODE_ID FFFFFFFF module1.exe FILE 1 file1_1.cc FILE 2 file1_2.cc FILE 3 file1_3.cc |