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/breakpad/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"
16 #include "components/breakpad/app/breakpad_linux.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
breakpad_client.cc 5 #include "components/breakpad/app/breakpad_client.h"
10 namespace breakpad { namespace
118 void BreakpadClient::InstallAdditionalFilters(BreakpadRef breakpad) {
126 } // namespace breakpad
breakpad_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
28 namespace breakpad { namespace
33 // breakpad code is called, and should stay alive throughout the entire runtime.
37 // Breakpad's embedder API should only be used by breakpad.
47 // Sets the Breakpad client ID, which is a unique identifier for the client
85 // Returns the result code to return when breakpad failed to respawn
    [all...]
crash_keys_win.h 11 #include "breakpad/src/client/windows/common/ipc_protocol.h"
12 #include "breakpad/src/client/windows/handler/exception_handler.h"
19 namespace breakpad { namespace
23 // Manages the breakpad key/value pair stash, there may only be one instance
75 } // namespace breakpad
  /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 8 #include "components/breakpad/app/breakpad_linux.h"
46 breakpad::IsCrashReporterEnabled());
chrome_browser_main_android.cc 13 #include "components/breakpad/app/breakpad_linux.h"
14 #include "components/breakpad/browser/crash_dump_manager_android.h"
41 // Allow Breakpad to be enabled in Chromium builds for testing purposes.
49 crash_dump_manager_.reset(new breakpad::CrashDumpManager(crash_dump_dir));
  /external/chromium_org/chrome/nacl/
nacl_exe_win_64.cc 9 #include "components/breakpad/app/breakpad_win.h"
27 breakpad::SetBreakpadClient(g_chrome_breakpad_client.Pointer());
28 breakpad::InitCrashReporter(process_type);
  /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 39 #include "components/breakpad/browser/crash_dump_manager_android.h"
45 #include "components/breakpad/app/breakpad_linux.h"
46 #include "components/breakpad/browser/crash_handler_host_linux.h"
63 breakpad::CrashHandlerHostLinux* CreateCrashHandlerHost(
70 breakpad::CrashHandlerHostLinux* crash_handler =
71 new breakpad::CrashHandlerHostLinux(
79 if (!breakpad::IsCrashReporterEnabled())
86 static breakpad::CrashHandlerHostLinux* crash_handler = NULL;
93 static breakpad::CrashHandlerHostLinux* crash_handler = NULL;
100 static breakpad::CrashHandlerHostLinux* crash_handler = NULL
    [all...]
  /external/chromium_org/content/shell/app/
shell_breakpad_client.h 9 #include "components/breakpad/app/breakpad_client.h"
13 class ShellBreakpadClient : public breakpad::BreakpadClient {
shell_main_delegate.cc 51 #include "components/breakpad/app/breakpad_mac.h"
60 #include "components/breakpad/app/breakpad_win.h"
64 #include "components/breakpad/app/breakpad_linux.h"
202 breakpad::SetBreakpadClient(g_shell_breakpad_client.Pointer());
205 breakpad::InitCrashReporter(process_type);
206 breakpad::InitCrashProcessInfo(process_type);
211 breakpad::InitCrashReporter(process_type);
213 breakpad::InitNonBrowserCrashReporterForAndroid(process_type);
215 breakpad::InitCrashReporter(process_type);
223 breakpad::InitCrashReporter(process_type)
    [all...]
  /external/chromium_org/content/shell/tools/
content_shell_crash_service.cc 13 #include "components/breakpad/tools/crash_service.h"
31 breakpad::CrashService crash_service;
  /external/chromium_org/chrome/app/
chrome_breakpad_client.h 10 #include "components/breakpad/app/breakpad_client.h"
14 class ChromeBreakpadClient : public breakpad::BreakpadClient {
19 // breakpad::BreakpadClient implementation.
64 virtual void InstallAdditionalFilters(BreakpadRef breakpad) OVERRIDE;
chrome_main_delegate.cc 61 #include "components/breakpad/app/breakpad_mac.h"
70 #include "components/breakpad/app/breakpad_client.h"
100 #include "components/breakpad/app/breakpad_linux.h"
538 // Breakpad initialization could occur sooner, preferably even before the
540 breakpad::InitCrashReporter(process_type);
558 // * If Breakpad is enabled, it will pass browser crashes to Crash Reporter
560 // * If Breakpad is disabled, we only turn on Crash Reporter for the
563 breakpad::IsCrashReporterEnabled() ||
614 if (breakpad::IsCrashReporterEnabled())
615 breakpad::InitCrashProcessInfo(process_type)
    [all...]
  /external/chromium_org/components/breakpad/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/breakpad/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/chrome/test/base/
chrome_test_launcher.cc 120 // We leak this pointer intentionally. The breakpad client needs to outlive
125 breakpad::SetBreakpadClient(breakpad_client);
  /external/chromium_org/chrome/tools/crash_service/
main.cc 16 #include "components/breakpad/tools/crash_service.h"
68 breakpad::CrashService crash_service;
  /external/chromium_org/tools/
find_depot_tools.py 7 imports breakpad.
45 import breakpad namespace

Completed in 1860 milliseconds

1 2