Searched defs:breakpad (Results 1 - 23 of 23) sorted by relevance

/external/chromium_org/components/crash/app/
H A Dbreakpad_linux.h14 namespace breakpad { namespace
30 } // namespace breakpad
H A Dbreakpad_mac.h12 namespace breakpad { namespace
25 } // namespace breakpad
H A Dbreakpad_win.h12 namespace breakpad { namespace
20 } // namespace breakpad
H A Dhard_error_handler_win.h10 namespace breakpad { namespace
14 // breakpad's unhandled exception handler after the crash dump has been
32 } // namespace breakpad
H A Dcrash_keys_win.h11 #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
H A Dcrash_keys_win_unittest.cc14 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
H A Dbreakpad_linux_impl.h5 // Internal header file for the Linux breakpad implementation. This file is
15 #include "breakpad/src/common/simple_string_dictionary.h"
18 namespace breakpad { namespace
63 } // namespace breakpad
H A Dhard_error_handler_win.cc19 namespace breakpad { namespace
120 } // namespace breakpad
H A Dcrash_keys_win.cc17 namespace breakpad { namespace
67 // Appends the breakpad dump path to |g_custom_entries|.
72 L"breakpad-dump-location", crash_dumps_dir_path.value().c_str()));
193 } // namespace breakpad
H A Dcrash_reporter_client.cc120 void CrashReporterClient::InstallAdditionalFilters(BreakpadRef breakpad) { argument
H A Dbreakpad_win.cc34 #include "breakpad/src/client/windows/handler/exception_handler.h"
48 namespace breakpad { namespace
251 // Exception filter used when breakpad is not enabled. We just display
262 // Exception filter for the service process used when breakpad is not enabled.
588 // Tells breakpad to handle breakpoint and single step exceptions.
614 } // namespace breakpad
H A Dbreakpad_linux.cc36 #include "breakpad/src/client/linux/crash_generation/crash_generation_client.h"
37 #include "breakpad/src/client/linux/handler/exception_handler.h"
38 #include "breakpad/src/client/linux/minidump_writer/directory_reader.h"
39 #include "breakpad/src/common/linux/linux_libc_support.h"
40 #include "breakpad/src/common/memory.h"
76 namespace breakpad { namespace
141 // breakpad/src/common/linux/linux_libc_support.h. Return the length of the
157 // breakpad/src/common/linux/linux_libc_support.h. Convert a non-negative
515 const char kGoogleBreakpad[] = "google-breakpad";
532 // log. By returning false from the HandlerCallbacks, breakpad wil
[all...]
/external/chromium_org/tools/
H A Dfind_depot_tools.py7 imports breakpad.
45 import breakpad namespace
/external/chromium_org/chrome/browser/
H A Dchrome_browser_main_android.h12 namespace breakpad { namespace
32 scoped_ptr<breakpad::CrashDumpManager> crash_dump_manager_;
/external/chromium_org/chromecast/shell/browser/
H A Dcast_browser_process.h11 namespace breakpad { namespace
13 } // namespace breakpad
/external/chromium_org/components/crash/browser/
H A Dcrash_dump_manager_android.h22 namespace breakpad { namespace
82 } // namespace breakpad
H A Dcrash_handler_host_linux.h22 namespace breakpad { namespace
26 // This is the host for processes which run breakpad inside the sandbox on
91 } // namespace breakpad
H A Dcrash_dump_manager_android.cc25 namespace breakpad { namespace
171 } // namespace breakpad
H A Dcrash_handler_host_linux.cc28 #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"
43 namespace breakpad { namespace
436 } // namespace breakpad
/external/chromium_org/content/shell/browser/
H A Dshell_browser_main_parts.h14 namespace breakpad { namespace
59 scoped_ptr<breakpad::CrashDumpManager> crash_dump_manager_;
/external/chromium_org/components/crash/tools/
H A Dcrash_service.h22 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
H A Dcrash_service.cc17 #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/win8/delegate_execute/
H A Ddelegate_execute.cc21 #include "breakpad/src/client/windows/handler/exception_handler.h"
178 scoped_ptr<google_breakpad::ExceptionHandler> breakpad = local

Completed in 175 milliseconds