Fix minidump generation from exception.

Review URL: https://breakpad.appspot.com/583002

git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@1169 4c0a9323-5329-0410-9bdc-e9ce6186880e
This commit is contained in:
qsr@chromium.org
2013-05-03 15:04:12 +00:00
parent 110c99fbd5
commit e61b76c679
2 changed files with 16 additions and 10 deletions

View File

@@ -53,6 +53,9 @@ class IosExceptionMinidumpGenerator : public MinidumpGenerator {
// Get the crashing program counter from the exception.
uint32_t GetPCFromException();
// Get the crashing link register from the exception.
uint32_t GetLRFromException();
// Write a virtual thread context for the crashing site.
bool WriteCrashingContext(MDLocationDescriptor *register_location);