breakpad/src/client/mac/handler
jimblandy@gmail.com 4969cfc647 Issue 39002: Breakpad DWARF parser: Move DWARF parser to platform-independent directory.
Move the DWARF parser, and the functioninfo.cc DWARF consumer, from
src/common/mac/dwarf to src/commmon/dwarf, so that it can be shared
between the Mac and Linux dumpers.

Fix up #include directives, multiple inclusion protection macros, and
Xcode build files.

a=jimblandy, r=nealsid


git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@446 4c0a9323-5329-0410-9bdc-e9ce6186880e
2009-12-15 17:06:21 +00:00
..
minidump_test.xcodeproj Issue 39002: Breakpad DWARF parser: Move DWARF parser to platform-independent directory. 2009-12-15 17:06:21 +00:00
testcases New test data to reflect Ted's changes that add function parameters to symbols when using DWARF 2008-12-19 22:28:45 +00:00
breakpad_exc_server.c Now we provide our own implementation of the MIG function exc_server, as recommended by Apple. 2008-07-11 17:39:52 +00:00
breakpad_exc_server.h Now we provide our own implementation of the MIG function exc_server, as recommended by Apple. 2008-07-11 17:39:52 +00:00
breakpad_nlist_64.cc As part of resolving issue 256 I'd like to check in some unit 2008-04-15 23:09:30 +00:00
breakpad_nlist_64.h Updated code to be compliant with style guidelines 2008-04-29 23:49:39 +00:00
dynamic_images.cc Issue 181: Add version info for Mac OS X modules. Found by iterating over load commands until I found LC_ID_DYLIB. Also modified crash_report to generate version number. Also added suspend/resume capability to exception handler, necessary because exception handling can behave strangely across fork() calls. Also added fix for filtering out functions with no line number information, and for filtering out some multiple inheritance glue the compiler generates. 2008-10-22 05:08:50 +00:00
dynamic_images.h Issue 181: Add version info for Mac OS X modules. Found by iterating over load commands until I found LC_ID_DYLIB. Also modified crash_report to generate version number. Also added suspend/resume capability to exception handler, necessary because exception handling can behave strangely across fork() calls. Also added fix for filtering out functions with no line number information, and for filtering out some multiple inheritance glue the compiler generates. 2008-10-22 05:08:50 +00:00
exception_handler_test.cc issue 323 - OS X exception handler / minidump generator should set exception address correctly for EXC_BAD_ACCESS . r=nealsid at http://breakpad.appspot.com/15002 2009-06-12 20:36:53 +00:00
exception_handler.cc Forward exceptions in child processes to Apple's Crash Reporter 2009-11-18 13:59:01 +00:00
exception_handler.h issue 323 - OS X exception handler / minidump generator should set exception address correctly for EXC_BAD_ACCESS . r=nealsid at http://breakpad.appspot.com/15002 2009-06-12 20:36:53 +00:00
minidump_generator_test.cc Open sourcing the Breakpad framework from Google. 2009-04-01 03:18:49 +00:00
minidump_generator.cc Mozilla bug 532713 - OS X client code doesn't decoded extended family ids in CPU info. Patch by Jeff Muizelaar <jmuizelaar@mozilla.com>, r=me 2009-12-14 11:47:53 +00:00
minidump_generator.h Fix compilation of OS X handler on PPC with 10.5 SDK. r=nealsid at http://breakpad.appspot.com/30001 2009-09-30 12:01:15 +00:00
minidump_tests32-Info.plist Issue 258: Added test cases for ReadTaskMemory, reorganized project file, renamed filenames inside comments 2008-04-25 00:37:19 +00:00
minidump_tests64-Info.plist Issue 258: Added test cases for ReadTaskMemory, reorganized project file, renamed filenames inside comments 2008-04-25 00:37:19 +00:00
obj-cTestCases-Info.plist Added DWARF support to Breakpad client. Thanks to Google for open sourcing their DWARF code! 2008-10-08 23:56:02 +00:00
protected_memory_allocator.cc Issue 202: reviewed by Waylonis 2007-08-27 19:46:32 +00:00
protected_memory_allocator.h Issue 202: reviewed by Waylonis 2007-08-27 19:46:32 +00:00