From d986a54f678b211311f9cd5e1adb9307876a2c08 Mon Sep 17 00:00:00 2001 From: mmentovai Date: Mon, 29 Jan 2007 21:30:31 +0000 Subject: Add module list to machine-readable minidump_stackwalk output (#119). Patch by Ted Mielczarek. r=me http://groups.google.com/group/airbag-dev/browse_thread/thread/144e66b1de80b1db git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@114 4c0a9323-5329-0410-9bdc-e9ce6186880e --- .../minidump2.stackwalk.machine_readable.out | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 src/processor/testdata/minidump2.stackwalk.machine_readable.out (limited to 'src/processor/testdata') diff --git a/src/processor/testdata/minidump2.stackwalk.machine_readable.out b/src/processor/testdata/minidump2.stackwalk.machine_readable.out new file mode 100644 index 00000000..4adb3a19 --- /dev/null +++ b/src/processor/testdata/minidump2.stackwalk.machine_readable.out @@ -0,0 +1,21 @@ +OS|Windows NT|5.1.2600 Service Pack 2 +CPU|x86|GenuineIntel family 6 model 13 stepping 8 +Crash|EXCEPTION_ACCESS_VIOLATION|0x45|0 +Module|test_app.exe||0x00400000|0x0042bfff|1 +Module|dbghelp.dll|5.1.2600.2180|0x59a60000|0x59b00fff|0 +Module|imm32.dll|5.1.2600.2180|0x76390000|0x763acfff|0 +Module|psapi.dll|5.1.2600.2180|0x76bf0000|0x76bfafff|0 +Module|ole32.dll|5.1.2600.2726|0x774e0000|0x7761cfff|0 +Module|version.dll|5.1.2600.2180|0x77c00000|0x77c07fff|0 +Module|msvcrt.dll|7.0.2600.2180|0x77c10000|0x77c67fff|0 +Module|user32.dll|5.1.2600.2622|0x77d40000|0x77dcffff|0 +Module|advapi32.dll|5.1.2600.2180|0x77dd0000|0x77e6afff|0 +Module|rpcrt4.dll|5.1.2600.2180|0x77e70000|0x77f00fff|0 +Module|gdi32.dll|5.1.2600.2818|0x77f10000|0x77f56fff|0 +Module|kernel32.dll|5.1.2600.2945|0x7c800000|0x7c8f3fff|0 +Module|ntdll.dll|5.1.2600.2180|0x7c900000|0x7c9affff|0 + +0|0|test_app.exe|`anonymous namespace'::CrashFunction|c:\test_app.cc|56|0x3 +0|1|test_app.exe|main|c:\test_app.cc|63|0x4 +0|2|test_app.exe|__tmainCRTStartup|f:\rtm\vctools\crt_bld\self_x86\crt\src\crt0.c|318|0x11 +0|3|kernel32.dll|BaseProcessStart|||0x22 -- cgit v1.2.1