| .. |
|
minidump_test.xcodeproj
|
Added DWARF support to Breakpad client. Thanks to Google for open sourcing their DWARF code!
|
2008-10-08 23:56:02 +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.cc
|
Open sourcing the Breakpad framework from Google.
|
2009-04-01 03:18:49 +00:00 |
|
exception_handler.h
|
Undo suspend/resume feature since it was meant as a workaround to a bug in how we handled child process exceptions. Currently we don't return to the kernel when we take an exception from a child process, causing a hang. Now we return KERN_FAILURE, indicating to the kernel to move on to the host-level exception handler(usually Crash Reporter)
|
2008-10-27 04:52:16 +00:00 |
|
exception_handler_test.cc
|
Open sourcing the Breakpad framework from Google.
|
2009-04-01 03:18:49 +00:00 |
|
minidump_generator.cc
|
Patch from Jeremy Moskovich to build with 10.5 SDK correctly. Also removed externals directory.
|
2009-04-21 08:29:46 +00:00 |
|
minidump_generator.h
|
Patch from Jeremy Moskovich to build with 10.5 SDK correctly. Also removed externals directory.
|
2009-04-21 08:29:46 +00:00 |
|
minidump_generator_test.cc
|
Open sourcing the Breakpad framework from Google.
|
2009-04-01 03:18:49 +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 |