Searched refs:google_breakpad (Results 1 - 19 of 19) sorted by relevance

/external/chromium_org/win8/delegate_execute/
H A Dcrash_server_init.h10 namespace google_breakpad { namespace
19 scoped_ptr<google_breakpad::ExceptionHandler> InitializeCrashReporting();
H A Dcrash_server_init.cc48 google_breakpad::CustomClientInfo* GetCustomInfo() {
52 static google_breakpad::CustomInfoEntry ver_entry(
54 static google_breakpad::CustomInfoEntry prod_entry(L"prod", L"Chrome");
55 static google_breakpad::CustomInfoEntry plat_entry(L"plat", L"Win32");
56 static google_breakpad::CustomInfoEntry type_entry(L"ptype",
58 static google_breakpad::CustomInfoEntry entries[] = {
60 static google_breakpad::CustomClientInfo custom_info = {
69 scoped_ptr<google_breakpad::ExceptionHandler> InitializeCrashReporting() {
89 return scoped_ptr<google_breakpad::ExceptionHandler>(
90 new google_breakpad
[all...]
H A Ddelegate_execute.cc178 scoped_ptr<google_breakpad::ExceptionHandler> breakpad =
/external/chromium_org/chrome_elf/
H A Dbreakpad.h10 namespace google_breakpad { namespace
32 extern google_breakpad::ExceptionHandler* g_elf_breakpad;
H A Dbreakpad.cc17 google_breakpad::ExceptionHandler* g_elf_breakpad = NULL;
41 google_breakpad::CustomClientInfo* GetCustomInfo() {
51 static google_breakpad::CustomInfoEntry ver_entry(
53 static google_breakpad::CustomInfoEntry prod_entry(
55 static google_breakpad::CustomInfoEntry plat_entry(
57 static google_breakpad::CustomInfoEntry proc_entry(
59 static google_breakpad::CustomInfoEntry channel_entry(
61 static google_breakpad::CustomInfoEntry entries[] = {
63 static google_breakpad::CustomClientInfo custom_info = {
179 g_elf_breakpad = new google_breakpad
[all...]
/external/chromium_org/components/crash/tools/
H A Dcrash_service.h14 namespace google_breakpad { namespace
88 const google_breakpad::ClientInfo* client_info);
92 const google_breakpad::ClientInfo* client_info,
96 const google_breakpad::ClientInfo* client_info);
107 google_breakpad::CrashGenerationServer* dumper_;
108 google_breakpad::CrashReportSender* sender_;
H A Dcrash_service.cc32 bool CustomInfoToMap(const google_breakpad::ClientInfo* client_info,
34 google_breakpad::CustomClientInfo info = client_info->GetCustomInfo();
171 using google_breakpad::CrashReportSender;
172 using google_breakpad::CrashGenerationServer;
286 const google_breakpad::ClientInfo* client_info) {
294 const google_breakpad::ClientInfo* client_info) {
324 const google_breakpad::ClientInfo* client_info,
408 google_breakpad::ReportResult send_result
412 case google_breakpad::RESULT_FAILED:
415 case google_breakpad
[all...]
/external/chromium_org/remoting/base/
H A Dbreakpad_win.cc63 google_breakpad::CustomClientInfo* GetCustomInfo();
79 scoped_ptr<google_breakpad::ExceptionHandler> breakpad_;
117 new google_breakpad::ExceptionHandler(
119 google_breakpad::ExceptionHandler::HANDLER_ALL, dump_type,
145 google_breakpad::CustomClientInfo* BreakpadWin::GetCustomInfo() {
158 static google_breakpad::CustomInfoEntry ver_entry(
160 static google_breakpad::CustomInfoEntry prod_entry(
162 static google_breakpad::CustomInfoEntry plat_entry(
164 static google_breakpad::CustomInfoEntry entries[] = {
166 static google_breakpad
[all...]
H A Dbreakpad_win_unittest.cc35 // |google_breakpad::CrashGenerationServer| invokes callbacks from artitrary
45 const google_breakpad::ClientInfo* client_info,
58 const google_breakpad::ClientInfo* /* client_info */,
77 scoped_ptr<google_breakpad::CrashGenerationServer> crash_server_;
124 new google_breakpad::CrashGenerationServer(
/external/chromium_org/components/crash/app/
H A Dcrash_keys_win.cc51 google_breakpad::CustomInfoEntry::kValueMaxLength - 1);
59 custom_entries_.push_back(google_breakpad::CustomInfoEntry(
71 custom_entries_.push_back(google_breakpad::CustomInfoEntry(
78 google_breakpad::CustomClientInfo*
98 google_breakpad::CustomInfoEntry(L"ver",
101 google_breakpad::CustomInfoEntry(L"prod",
104 google_breakpad::CustomInfoEntry(L"plat", L"Win32"));
106 google_breakpad::CustomInfoEntry(L"ptype", type.c_str()));
107 custom_entries_.push_back(google_breakpad::CustomInfoEntry(
109 custom_entries_.push_back(google_breakpad
[all...]
H A Dcrash_keys_win.h42 google_breakpad::CustomClientInfo* GetCustomInfo(
60 std::vector<google_breakpad::CustomInfoEntry> custom_entries_;
62 typedef std::map<std::wstring, google_breakpad::CustomInfoEntry*>
H A Dbreakpad_linux_impl.h20 typedef google_breakpad::NonAllocatingMap<256, 256, 64> CrashKeyStorage;
H A Dcrash_keys_win_unittest.cc60 const google_breakpad::CustomClientInfo* client_info,
68 const google_breakpad::CustomClientInfo* client_info,
121 google_breakpad::CustomClientInfo* info =
H A Dbreakpad_win.cc80 google_breakpad::ExceptionHandler* g_breakpad = NULL;
81 google_breakpad::ExceptionHandler* g_dumphandler_no_crash = NULL;
509 google_breakpad::CustomClientInfo* custom_info =
514 google_breakpad::ExceptionHandler::MinidumpCallback callback = NULL;
565 g_breakpad = new google_breakpad::ExceptionHandler(temp_dir, &FilterCallback,
567 google_breakpad::ExceptionHandler::HANDLER_ALL,
571 g_dumphandler_no_crash = new google_breakpad::ExceptionHandler(temp_dir,
578 google_breakpad::ExceptionHandler::HANDLER_NONE,
H A Dbreakpad_linux.cc73 using google_breakpad::ExceptionHandler;
74 using google_breakpad::MinidumpDescriptor;
574 google_breakpad::PageAllocator allocator;
673 const google_breakpad::MinidumpDescriptor& descriptor,
748 new google_breakpad::ExceptionHandler(MinidumpDescriptor(minidump_fd),
753 class NonBrowserCrashHandler : public google_breakpad::CrashGenerationClient {
795 google_breakpad::SerializedNonAllocatingMap* serialized_map;
797 const_cast<const google_breakpad::SerializedNonAllocatingMap**>(
894 void LoadDataFromFD(google_breakpad::PageAllocator& allocator,
929 void LoadDataFromFile(google_breakpad
[all...]
/external/chromium_org/v8/tools/oom_dump/
H A Doom_dump.cc33 #include <google_breakpad/processor/minidump.h>
39 using google_breakpad::Minidump;
40 using google_breakpad::MinidumpContext;
41 using google_breakpad::MinidumpThread;
42 using google_breakpad::MinidumpThreadList;
43 using google_breakpad::MinidumpException;
44 using google_breakpad::MinidumpMemoryRegion;
/external/chromium_org/components/crash/browser/
H A Dcrash_handler_host_linux.cc41 using google_breakpad::ExceptionHandler;
155 google_breakpad::SerializedNonAllocatingMap* serialized_crash_keys;
157 const_cast<const google_breakpad::SerializedNonAllocatingMap**>(
364 if (!google_breakpad::WriteMinidump(minidump_filename.c_str(),
369 google_breakpad::MappingList(),
370 google_breakpad::AppMemoryList())) {
/external/chromium_org/chrome/installer/setup/
H A Dsetup_main.cc1256 google_breakpad::CustomClientInfo* GetCustomInfo(const wchar_t* exe_path) {
1272 static google_breakpad::CustomInfoEntry ver_entry(L"ver", version.c_str());
1273 static google_breakpad::CustomInfoEntry prod_entry(L"prod", product.c_str());
1274 static google_breakpad::CustomInfoEntry plat_entry(L"plat", L"Win32");
1275 static google_breakpad::CustomInfoEntry type_entry(L"ptype",
1277 static google_breakpad::CustomInfoEntry entries[] = {
1279 static google_breakpad::CustomClientInfo custom_info = {
1286 scoped_ptr<google_breakpad::ExceptionHandler> InitializeCrashReporting(
1290 return scoped_ptr<google_breakpad::ExceptionHandler>();
1295 return scoped_ptr<google_breakpad
[all...]
/external/chromium_org/chrome/common/
H A Dcrash_keys.cc42 google_breakpad::SimpleStringDictionary::value_size - 1;
45 google_breakpad::CustomInfoEntry::kValueMaxLength - 1;

Completed in 425 milliseconds