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:
ted.mielczarek
2011-11-11 19:05:51 +00:00
parent a8d599dc00
commit 06cede988b
13 changed files with 208 additions and 4 deletions

View File

@@ -216,6 +216,7 @@ static void _cdecl ShowClientConnected(void* context,
static void _cdecl ShowClientCrashed(void* context,
const ClientInfo* client_info,
const CrashGenerationServer::ClientDumpRequestType request_type,
const wstring* dump_path) {
TCHAR* line = new TCHAR[kMaximumLineLength];
line[0] = _T('\0');