diff options
author | bryner <bryner@4c0a9323-5329-0410-9bdc-e9ce6186880e> | 2007-03-22 23:20:17 +0000 |
---|---|---|
committer | bryner <bryner@4c0a9323-5329-0410-9bdc-e9ce6186880e> | 2007-03-22 23:20:17 +0000 |
commit | 809f0cb858f482e3ec2a12192580ab52d27c185c (patch) | |
tree | 75b04e0379a9f7da7e30f686b40bbbbf991d485b /src/processor/testdata | |
parent | Don't output FUNC lines for 0-length functions (#139). r=bryner (diff) | |
download | breakpad-809f0cb858f482e3ec2a12192580ab52d27c185c.tar.xz |
Ignore functions that have invalid addresses or sizes, instead of aborting the
symbol file load (#137). r=mmentovai.
git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@130 4c0a9323-5329-0410-9bdc-e9ce6186880e
Diffstat (limited to 'src/processor/testdata')
-rw-r--r-- | src/processor/testdata/module1.out | 2 | ||||
-rw-r--r-- | src/processor/testdata/module4_bad.out | 5 |
2 files changed, 7 insertions, 0 deletions
diff --git a/src/processor/testdata/module1.out b/src/processor/testdata/module1.out index 63de4cfa..85687828 100644 --- a/src/processor/testdata/module1.out +++ b/src/processor/testdata/module1.out @@ -11,6 +11,8 @@ FUNC 1100 8 4 Function1_2 1104 4 66 2 FUNC 1200 100 8 Function1_3 FUNC 1300 100 c Function1_4 +FUNC 2000 0 0 Test_Zero_Size_Function_Is_Ignored +2000 4 88 2 STACK WIN 4 1000 c 1 0 0 0 0 0 1 $eip 4 + ^ = $esp $ebp 8 + = $ebp $ebp ^ = STACK WIN 4 1100 8 1 0 0 0 0 0 1 $eip 4 + ^ = $esp $ebp 8 + = $ebp $ebp ^ = STACK WIN 4 1100 100 1 0 0 0 0 0 1 $eip 4 + ^ = $esp $ebp 8 + = $ebp $ebp ^ = diff --git a/src/processor/testdata/module4_bad.out b/src/processor/testdata/module4_bad.out new file mode 100644 index 00000000..d01fb2cc --- /dev/null +++ b/src/processor/testdata/module4_bad.out @@ -0,0 +1,5 @@ +MODULE windows x86 444444444444444444444444444444444 module4.pdb +FILE 1 file4_1.cc +FILE 2 file4_2.cc +1000 4 44 1 +1004 4 45 1 |