Allow CrashGenerationClient to request that a dump of the parent process be written.
A=Jim Mathies <jmathies@mozilla.com> R=ted at https://bugzilla.mozilla.org/show_bug.cgi?id=679238 git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@883 4c0a9323-5329-0410-9bdc-e9ce6186880e
This commit is contained in:
		@@ -704,6 +704,12 @@ bool ExceptionHandler::WriteMinidump(const wstring &dump_path,
 | 
			
		||||
  return handler.WriteMinidump();
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
bool ExceptionHandler::RequestMinidumpForParent() {
 | 
			
		||||
  if (!IsOutOfProcess())
 | 
			
		||||
    return false;
 | 
			
		||||
  return crash_generation_client_->RequestParentDump();
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
bool ExceptionHandler::WriteMinidumpWithException(
 | 
			
		||||
    DWORD requesting_thread_id,
 | 
			
		||||
    EXCEPTION_POINTERS* exinfo,
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user