aboutsummaryrefslogtreecommitdiff
path: root/src/processor/testdata/module1.out
diff options
context:
space:
mode:
authorbryner <bryner@4c0a9323-5329-0410-9bdc-e9ce6186880e>2007-03-22 23:20:17 +0000
committerbryner <bryner@4c0a9323-5329-0410-9bdc-e9ce6186880e>2007-03-22 23:20:17 +0000
commit809f0cb858f482e3ec2a12192580ab52d27c185c (patch)
tree75b04e0379a9f7da7e30f686b40bbbbf991d485b /src/processor/testdata/module1.out
parentDon't output FUNC lines for 0-length functions (#139). r=bryner (diff)
downloadbreakpad-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/module1.out')
-rw-r--r--src/processor/testdata/module1.out2
1 files changed, 2 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 ^ =