HomeSort by relevance Sort by last modified time
    Searched refs:breakpad (Results 1 - 25 of 47) sorted by null

1 2

  /external/chromium_org/components/crash/app/
hard_error_handler_win.h 10 namespace breakpad { namespace
14 // breakpad's unhandled exception handler after the crash dump has been
32 } // namespace breakpad
breakpad_linux.h 5 // Public interface for enabling Breakpad on Linux systems.
14 namespace breakpad { namespace
30 } // namespace breakpad
breakpad_mac.h 10 // This header defines the entry points for Breakpad integration.
12 namespace breakpad { namespace
14 // Initializes Breakpad.
17 // Give Breakpad a chance to store information about the current process.
22 // Is Breakpad enabled?
25 } // namespace breakpad
breakpad_win.h 12 namespace breakpad { namespace
20 } // namespace breakpad
breakpad_linux_impl.h 5 // Internal header file for the Linux breakpad implementation. This file is
15 #include "breakpad/src/common/simple_string_dictionary.h"
18 namespace breakpad { namespace
43 int fd; // File descriptor to the Breakpad dump data.
44 const char* filename; // Path to the Breakpad dump data.
63 } // namespace breakpad
crash_keys_win.h 11 #include "breakpad/src/client/windows/common/ipc_protocol.h"
12 #include "breakpad/src/client/windows/handler/exception_handler.h"
23 namespace breakpad { namespace
25 // Manages the breakpad key/value pair stash, there may only be one instance
77 } // namespace breakpad
crash_reporter_client.cc 120 void CrashReporterClient::InstallAdditionalFilters(BreakpadRef breakpad) {
crash_reporter_client.h 19 // breakpad/src/client/mac/Framework/Breakpad.h here, so we repeat the
22 // On Mac, when compiling without breakpad support, a stub implementation is
23 // compiled in. Not having any includes of the breakpad library allows for
88 // Returns the result code to return when breakpad failed to respawn a
134 // Install additional breakpad filter callbacks.
135 virtual void InstallAdditionalFilters(BreakpadRef breakpad);
138 // Returns true if breakpad should run in the given process type.
  /external/chromium_org/chrome/browser/
chrome_browser_main_android.h 12 namespace breakpad { namespace
32 scoped_ptr<breakpad::CrashDumpManager> crash_dump_manager_;
chrome_browser_main_linux.cc 57 breakpad::IsCrashReporterEnabled());
chrome_browser_main_android.cc 43 // Allow Breakpad to be enabled in Chromium builds for testing purposes.
51 crash_dump_manager_.reset(new breakpad::CrashDumpManager(crash_dump_dir));
  /external/chromium_org/content/shell/browser/
shell_browser_main_parts.h 14 namespace breakpad { namespace
59 scoped_ptr<breakpad::CrashDumpManager> crash_dump_manager_;
shell_content_browser_client.cc 64 breakpad::CrashHandlerHostLinux* CreateCrashHandlerHost(
71 breakpad::CrashHandlerHostLinux* crash_handler =
72 new breakpad::CrashHandlerHostLinux(
80 if (!breakpad::IsCrashReporterEnabled())
87 static breakpad::CrashHandlerHostLinux* crash_handler = NULL;
94 static breakpad::CrashHandlerHostLinux* crash_handler = NULL;
101 static breakpad::CrashHandlerHostLinux* crash_handler = NULL;
108 static breakpad::CrashHandlerHostLinux* crash_handler = NULL;
377 if (breakpad::IsCrashReporterEnabled()) {
378 f = breakpad::CrashDumpManager::GetInstance()->CreateMinidumpFile
    [all...]
  /external/chromium_org/chrome/nacl/
nacl_exe_win_64.cc 28 breakpad::InitCrashReporter(process_type);
  /external/chromium_org/content/shell/tools/
content_shell_crash_service.cc 31 breakpad::CrashService crash_service;
  /external/chromium_org/content/shell/app/
shell_main_delegate.cc 212 breakpad::InitCrashReporter(process_type);
213 breakpad::InitCrashProcessInfo(process_type);
218 breakpad::InitCrashReporter(process_type);
220 breakpad::InitNonBrowserCrashReporterForAndroid(process_type);
222 breakpad::InitCrashReporter(process_type);
230 breakpad::InitCrashReporter(process_type);
260 breakpad::InitCrashReporter(process_type);
  /external/chromium_org/chromecast/shell/browser/
cast_browser_process.h 11 namespace breakpad { namespace
13 } // namespace breakpad
  /external/chromium_org/components/crash/browser/
crash_dump_manager_android.h 22 namespace breakpad { namespace
82 } // namespace breakpad
crash_handler_host_linux.h 22 namespace breakpad { namespace
26 // This is the host for processes which run breakpad inside the sandbox on
91 } // namespace breakpad
  /external/chromium_org/components/crash/tools/
crash_service.h 22 namespace breakpad { namespace
24 // This class implements an out-of-process crash server. It uses breakpad's
38 // should store breakpad's checkpoint file. |dumps_path| is the directory
123 } // namespace breakpad
  /external/chromium_org/tools/findit/
chromium_deps_unittest.py 21 "src/breakpad/src":
22 (Var("googlecode_url") %% "google-breakpad") + "/trunk/src@%s",
53 'src/breakpad/src/': {
54 'path': 'src/breakpad/src/',
56 'name': 'breakpad',
57 'repository': 'http://google-breakpad.googlecode.com/svn/trunk/src',
112 'src/breakpad/src/': {
114 'name': 'breakpad',
115 'repository': 'http://google-breakpad.googlecode.com/svn/trunk/src',
118 'path': 'src/breakpad/src/'
    [all...]
  /external/chromium_org/chrome/app/
chrome_crash_reporter_client.h 65 virtual void InstallAdditionalFilters(BreakpadRef breakpad) OVERRIDE;
chrome_main_delegate.cc 547 // Breakpad initialization could occur sooner, preferably even before the
549 breakpad::InitCrashReporter(process_type);
567 // * If Breakpad is enabled, it will pass browser crashes to Crash Reporter
569 // * If Breakpad is disabled, we only turn on Crash Reporter for the
574 if (!breakpad::IsCrashReporterEnabled() && disable_apple_crash_reporter) {
633 if (breakpad::IsCrashReporterEnabled())
634 breakpad::InitCrashProcessInfo(process_type);
775 breakpad::InitCrashReporter(process_type);
777 breakpad::InitNonBrowserCrashReporterForAndroid(process_type);
779 breakpad::InitCrashReporter(process_type)
    [all...]
  /external/chromium_org/chrome/tools/crash_service/
main.cc 68 breakpad::CrashService crash_service;
  /external/chromium_org/tools/
find_depot_tools.py 7 imports breakpad.
45 import breakpad namespace

Completed in 676 milliseconds

1 2