From be81ededf84628cca376bd79d7fb097f42da2709 Mon Sep 17 00:00:00 2001 From: jimblandy Date: Tue, 22 Jan 2013 22:38:41 +0000 Subject: Print the correct return address, even on architectures where StackFrame::instruction is offset. a=bruce.dawson, r=jimblandy git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@1105 4c0a9323-5329-0410-9bdc-e9ce6186880e --- src/processor/testdata/minidump2.stackwalk.out | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/processor/testdata/minidump2.stackwalk.out') diff --git a/src/processor/testdata/minidump2.stackwalk.out b/src/processor/testdata/minidump2.stackwalk.out index 5b988679..20d1c4d8 100644 --- a/src/processor/testdata/minidump2.stackwalk.out +++ b/src/processor/testdata/minidump2.stackwalk.out @@ -13,13 +13,13 @@ Thread 0 (crashed) esi = 0x00000002 edi = 0x00000a28 eax = 0x00000045 ecx = 0x0012fe94 edx = 0x0042bc58 efl = 0x00010246 Found by: given as instruction pointer in context - 1 test_app.exe!main [test_app.cc : 65 + 0x4] + 1 test_app.exe!main [test_app.cc : 65 + 0x5] eip = 0x00404200 esp = 0x0012fe90 ebp = 0x0012ff70 Found by: call frame info - 2 test_app.exe!__tmainCRTStartup [crt0.c : 327 + 0x11] + 2 test_app.exe!__tmainCRTStartup [crt0.c : 327 + 0x12] eip = 0x004053ec esp = 0x0012ff78 ebp = 0x0012ffc0 Found by: call frame info - 3 kernel32.dll!BaseProcessStart + 0x22 + 3 kernel32.dll!BaseProcessStart + 0x23 eip = 0x7c816fd7 esp = 0x0012ffc8 ebp = 0x0012fff0 Found by: call frame info -- cgit v1.2.1