HomeSort by relevance Sort by last modified time
    Searched defs:breakpad (Results 1 - 23 of 23) sorted by null

  /external/chromium_org/components/breakpad/app/
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
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_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
crash_keys_win_unittest.cc 5 #include "components/breakpad/app/crash_keys_win.h"
10 #include "components/breakpad/app/breakpad_client.h"
14 namespace breakpad { namespace
51 MOCK_METHOD1(InstallAdditionalFilters, void(BreakpadRef breakpad));
100 // The exe path ought to get passed through to the breakpad client.
145 } // namespace breakpad
hard_error_handler_win.cc 5 #include "components/breakpad/app/hard_error_handler_win.h"
17 #include "components/breakpad/app/breakpad_client.h"
19 namespace breakpad { namespace
118 } // 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_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
crash_keys_win.cc 5 #include "components/breakpad/app/crash_keys_win.h"
15 #include "components/breakpad/app/breakpad_client.h"
18 namespace breakpad { namespace
66 // Appends the breakpad dump path to |g_custom_entries|.
73 L"breakpad-dump-location", crash_dumps_dir_path.value().c_str()));
141 // merely placeholders. The name cannot be empty because Breakpad's
194 } // namespace breakpad
breakpad_win.cc 5 #include "components/breakpad/app/breakpad_win.h"
34 #include "breakpad/src/client/windows/handler/exception_handler.h"
35 #include "components/breakpad/app/breakpad_client.h"
36 #include "components/breakpad/app/crash_keys_win.h"
37 #include "components/breakpad/app/hard_error_handler_win.h"
48 namespace breakpad { namespace
249 // Exception filter used when breakpad is not enabled. We just display
260 // Exception filter for the service process used when breakpad is not enabled.
431 // The Breakpad pipe name is already configured: nothing to do.
530 // Breakpad is not enabled. Configuration is managed or the use
    [all...]
breakpad_linux.cc 8 #include "components/breakpad/app/breakpad_linux.h"
37 #include "breakpad/src/client/linux/crash_generation/crash_generation_client.h"
38 #include "breakpad/src/client/linux/handler/exception_handler.h"
39 #include "breakpad/src/client/linux/minidump_writer/directory_reader.h"
40 #include "breakpad/src/common/linux/linux_libc_support.h"
41 #include "breakpad/src/common/memory.h"
42 #include "components/breakpad/app/breakpad_client.h"
43 #include "components/breakpad/app/breakpad_linux_impl.h"
76 namespace breakpad { namespace
141 // breakpad/src/common/linux/linux_libc_support.h. Return the length of th
    [all...]
  /external/chromium_org/tools/
find_depot_tools.py 7 imports breakpad.
45 import breakpad namespace
  /external/chromium_org/chrome/browser/
chrome_browser_main_android.h 12 namespace breakpad { namespace
32 scoped_ptr<breakpad::CrashDumpManager> crash_dump_manager_;
  /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
crash_dump_manager_android.cc 5 #include "components/breakpad/browser/crash_dump_manager_android.h"
25 namespace breakpad { namespace
171 } // namespace breakpad
crash_handler_host_linux.cc 5 #include "components/breakpad/browser/crash_handler_host_linux.h"
28 #include "breakpad/src/client/linux/handler/exception_handler.h"
29 #include "breakpad/src/client/linux/minidump_writer/linux_dumper.h"
30 #include "breakpad/src/client/linux/minidump_writer/minidump_writer.h"
31 #include "components/breakpad/app/breakpad_linux_impl.h"
43 namespace breakpad { namespace
144 // The message sender is in components/breakpad/app/breakpad_linux.cc.
436 } // 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
crash_service.cc 5 #include "components/breakpad/tools/crash_service.h"
17 #include "breakpad/src/client/windows/crash_generation/client_info.h"
18 #include "breakpad/src/client/windows/crash_generation/crash_generation_server.h"
19 #include "breakpad/src/client/windows/sender/crash_report_sender.h"
21 namespace breakpad { namespace
346 // Move dump file to the directory under client breakpad dump location.
348 CrashMap::const_iterator it = map.find(L"breakpad-dump-location");
488 } // namespace breakpad
  /external/chromium_org/content/shell/browser/
shell_browser_main_parts.h 14 namespace breakpad { namespace
59 scoped_ptr<breakpad::CrashDumpManager> crash_dump_manager_;
  /external/chromium_org/win8/delegate_execute/
delegate_execute.cc 22 #include "breakpad/src/client/windows/handler/exception_handler.h"
142 scoped_ptr<google_breakpad::ExceptionHandler> breakpad = local

Completed in 357 milliseconds