breakpad/src
mmentovai e5468b8a49 MinidumpProcessor should process all threads (#35). r=bryner
- MinidumpProcessor now processes all threads and returns a new ProcessState
   object.  (Interface change.)
 - ProcessState contains a CallStack for each thread in the process, and
   additional information about whether the process crashed, which thread
   crashed, the reason for the crash, and identifying attributes for the
   OS and CPU.
 - MinidumpSystemInfo now contains a GetCPUVendor() method that returns the
   vendor information from CPUID 0 on x86 processors ("GenuineIntel").

http://groups.google.com/group/airbag-dev/browse_thread/thread/16dd2c981e3361ba


git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@47 4c0a9323-5329-0410-9bdc-e9ce6186880e
2006-10-24 19:31:21 +00:00
..
client/windows Update comments to reflect HTTPS support, r=mark. 2006-10-23 17:50:59 +00:00
common/windows Update comments to reflect HTTPS support, r=mark. 2006-10-23 17:50:59 +00:00
google MinidumpProcessor should process all threads (#35). r=bryner 2006-10-24 19:31:21 +00:00
processor MinidumpProcessor should process all threads (#35). r=bryner 2006-10-24 19:31:21 +00:00
tools/windows Handle frame pointer omission, (#21), part 4 (final part!): FPO stackwalker. 2006-10-20 01:46:38 +00:00
config.h.in Make build system less annoying (#8) r=bryner 2006-08-30 20:05:05 +00:00