mirror of
https://git.suyu.dev/suyu/breakpad.git
synced 2025-12-26 01:05:07 +01:00
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
This commit is contained in:
parent
6bc866cc82
commit
809f0cb858
4 changed files with 24 additions and 10 deletions
2
src/processor/testdata/module1.out
vendored
2
src/processor/testdata/module1.out
vendored
|
|
@ -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 ^ =
|
||||
|
|
|
|||
5
src/processor/testdata/module4_bad.out
vendored
Normal file
5
src/processor/testdata/module4_bad.out
vendored
Normal file
|
|
@ -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
|
||||
Loading…
Add table
Add a link
Reference in a new issue