DescriptionMicrodumps: refactor out common parts of minidump_writer.cc This change is a pure refactoring of the common bits of minidump_writer.cc that will be shared soon with the upcoming microdump_writer.cc. In particular, this CL is extracting the following classes: - ThreadInfo: handles the state of the threads in the crashing process. - RawContextCPU: typedef for arch-specific CPU context structure. - UContextReader: Fills out a dump RawContextCPU structure from the ucontext struct provided by the kernel (arch-dependent). - SeccompUnwinder: cleans out the stack frames of the Seccomp sandbox on the supported architectures. - MappingInfo: handles information about mappings BUG=chromium:410294 R=mmandlis@chromium.org Committed: https://code.google.com/p/google-breakpad/source/detail?r=1388 Patch Set 1 : #Patch Set 2 : Decouple also ucontext and seccomp #
Total comments: 6
Patch Set 3 : Update makefiles #MessagesTotal messages: 11
|