DescriptionOn Windows, MinidumpWriteDump includes a window of memory around the instruction pointer from the crashing thread in the minidump, which can be useful for debugging JIT crashes. This patch implements the same behavior for the OS X minidump generator. The patch includes some build shuffling to include a few processor source files in the unittest build, as well as moving src/common/linux/{memory.h,memory_unittest.cc} to src/common, with some slight changes so memory.h is usable on OS X. I also hooked up the memory_unittest tests that weren't being run anywhere. Patch Set 1 #
Total comments: 3
MessagesTotal messages: 3
|