HomeSort by relevance Sort by last modified time
    Searched full:google_breakpad (Results 1 - 25 of 27) sorted by null

1 2

  /external/chromium_org/chrome_frame/crash_reporting/
crash_report.h 14 extern google_breakpad::ExceptionHandler* g_breakpad;
21 google_breakpad::CustomClientInfo* client_info);
27 google_breakpad::CustomClientInfo* client_info);
crash_report.cc 18 static google_breakpad::ExceptionHandler* g_breakpad = NULL;
56 bool Init(google_breakpad::ExceptionHandler* breakpad,
80 bool CrashHandler::Init(google_breakpad::ExceptionHandler* breakpad,
121 google_breakpad::CustomClientInfo* client_info) {
132 g_breakpad = new google_breakpad::ExceptionHandler(
134 google_breakpad::ExceptionHandler::HANDLER_INVALID_PARAMETER |
135 google_breakpad::ExceptionHandler::HANDLER_PURECALL, dump_type,
154 google_breakpad::CustomClientInfo* client_info) {
  /external/chromium_org/win8/delegate_execute/
crash_server_init.cc 48 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::ExceptionHandler
    [all...]
crash_server_init.h 10 namespace google_breakpad { namespace
19 scoped_ptr<google_breakpad::ExceptionHandler> InitializeCrashReporting();
delegate_execute.cc 142 scoped_ptr<google_breakpad::ExceptionHandler> breakpad =
  /external/chromium_org/chrome_frame/
crash_server_init.cc 73 google_breakpad::CustomClientInfo* GetCustomInfo() {
74 static google_breakpad::CustomInfoEntry ver_entry(
76 static google_breakpad::CustomInfoEntry prod_entry(L"prod", L"ChromeFrame");
77 static google_breakpad::CustomInfoEntry plat_entry(L"plat", L"Win32");
78 static google_breakpad::CustomInfoEntry type_entry(L"ptype", L"chrome_frame");
79 static google_breakpad::CustomInfoEntry entries[] = {
81 static google_breakpad::CustomClientInfo custom_info = {
86 google_breakpad::ExceptionHandler* InitializeCrashReporting(
114 google_breakpad::ExceptionHandler* breakpad =
115 new google_breakpad::ExceptionHandler
    [all...]
chrome_launcher_main.cc 14 google_breakpad::scoped_ptr<google_breakpad::ExceptionHandler> breakpad(
chrome_frame_reporting.cc 28 google_breakpad::CustomClientInfo* GetCustomInfo(const wchar_t* dll_path) {
44 static google_breakpad::CustomInfoEntry ver_entry(L"ver", version.c_str());
45 static google_breakpad::CustomInfoEntry prod_entry(L"prod", product.c_str());
46 static google_breakpad::CustomInfoEntry plat_entry(L"plat", L"Win32");
47 static google_breakpad::CustomInfoEntry type_entry(L"ptype", L"chrome_frame");
48 static google_breakpad::CustomInfoEntry entries[] = {
50 static google_breakpad::CustomClientInfo custom_info = {
chrome_frame_unittest_main.cc 54 google_breakpad::scoped_ptr<google_breakpad::ExceptionHandler> breakpad(
crash_server_init.h 27 google_breakpad::CustomClientInfo* GetCustomInfo();
32 google_breakpad::ExceptionHandler* InitializeCrashReporting(
chrome_frame_helper_main.cc 226 google_breakpad::scoped_ptr<google_breakpad::ExceptionHandler> breakpad(
  /external/chromium_org/remoting/base/
breakpad_win.cc 66 google_breakpad::CustomClientInfo* GetCustomInfo();
82 scoped_ptr<google_breakpad::ExceptionHandler> breakpad_;
120 new google_breakpad::ExceptionHandler(
122 google_breakpad::ExceptionHandler::HANDLER_ALL, dump_type,
148 google_breakpad::CustomClientInfo* BreakpadWin::GetCustomInfo() {
161 static google_breakpad::CustomInfoEntry ver_entry(
163 static google_breakpad::CustomInfoEntry prod_entry(
165 static google_breakpad::CustomInfoEntry plat_entry(
167 static google_breakpad::CustomInfoEntry entries[] = {
169 static google_breakpad::CustomClientInfo custom_info =
    [all...]
breakpad_win_unittest.cc 35 // |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/breakpad/tools/
crash_service.h 14 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_;
crash_service.cc 32 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::RESULT_REJECTED
    [all...]
  /external/chromium_org/components/breakpad/app/
breakpad_win.cc 46 std::vector<google_breakpad::CustomInfoEntry>* g_custom_entries = NULL;
77 google_breakpad::ExceptionHandler* g_breakpad = NULL;
78 google_breakpad::ExceptionHandler* g_dumphandler_no_crash = NULL;
89 typedef std::map<std::wstring, google_breakpad::CustomInfoEntry*>
157 google_breakpad::CustomInfoEntry(L"unusual-crash-signature", L""));
167 google_breakpad::CustomInfoEntry::kValueMaxLength - 1);
176 google_breakpad::CustomInfoEntry::kValueMaxLength);
192 google_breakpad::CustomInfoEntry::kValueMaxLength - 1);
200 g_custom_entries->push_back(google_breakpad::CustomInfoEntry(
214 g_custom_entries->push_back(google_breakpad::CustomInfoEntry
    [all...]
breakpad_linux_impl.h 20 typedef google_breakpad::NonAllocatingMap<256, 256, 64> CrashKeyStorage;
breakpad_linux.cc 71 using google_breakpad::ExceptionHandler;
72 using google_breakpad::MinidumpDescriptor;
578 google_breakpad::PageAllocator allocator;
677 const google_breakpad::MinidumpDescriptor& descriptor,
735 new google_breakpad::ExceptionHandler(MinidumpDescriptor(minidump_fd),
780 google_breakpad::SerializedNonAllocatingMap* serialized_map;
782 const_cast<const google_breakpad::SerializedNonAllocatingMap**>(
848 void LoadDataFromFD(google_breakpad::PageAllocator& allocator,
883 void LoadDataFromFile(google_breakpad::PageAllocator& allocator,
910 google_breakpad::PageAllocator* allocator)
    [all...]
  /external/chromium_org/v8/tools/oom_dump/
oom_dump.cc 33 #include <google_breakpad/processor/minidump.h>
41 using google_breakpad::Minidump;
42 using google_breakpad::MinidumpContext;
43 using google_breakpad::MinidumpThread;
44 using google_breakpad::MinidumpThreadList;
45 using google_breakpad::MinidumpException;
46 using google_breakpad::MinidumpMemoryRegion;
  /external/v8/tools/oom_dump/
oom_dump.cc 33 #include <google_breakpad/processor/minidump.h>
41 using google_breakpad::Minidump;
42 using google_breakpad::MinidumpContext;
43 using google_breakpad::MinidumpThread;
44 using google_breakpad::MinidumpThreadList;
45 using google_breakpad::MinidumpException;
46 using google_breakpad::MinidumpMemoryRegion;
  /external/chromium_org/tools/valgrind/tsan/
suppressions_win32.txt 144 fun:google_breakpad::CrashGenerationServer::Handle*
145 fun:google_breakpad::CrashGenerationServer::OnPipeConnected
158 fun:google_breakpad::CrashGenerationServer::~CrashGenerationServer
159 fun:google_breakpad::CrashGenerationServer::`scalar deleting destructor'
  /external/chromium_org/chrome_frame/test/
run_all_unittests.cc 64 google_breakpad::scoped_ptr<google_breakpad::ExceptionHandler> breakpad;
  /external/chromium_org/components/breakpad/browser/
crash_handler_host_linux.cc 41 using google_breakpad::ExceptionHandler;
157 google_breakpad::SerializedNonAllocatingMap* serialized_crash_keys;
159 const_cast<const google_breakpad::SerializedNonAllocatingMap**>(
387 if (!google_breakpad::WriteMinidump(minidump_filename.c_str(),
391 google_breakpad::MappingList(),
392 google_breakpad::AppMemoryList())) {
  /external/chromium_org/chrome/installer/setup/
setup_main.cc     [all...]
  /external/chromium_org/chrome/common/
crash_keys.cc 39 google_breakpad::SimpleStringDictionary::value_size - 1;
42 google_breakpad::CustomInfoEntry::kValueMaxLength - 1;

Completed in 438 milliseconds

1 2