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

  /external/chromium_org/components/crash/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
crash_keys_win_unittest.cc 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
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
hard_error_handler_win.cc 19 namespace breakpad { namespace
120 } // 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.cc 17 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()));
140 // merely placeholders. The name cannot be empty because Breakpad's
193 } // namespace breakpad
breakpad_win.cc 34 #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.
433 // The Breakpad pipe name is already configured: nothing to do.
534 // Breakpad is not enabled. Configuration is managed or the user
545 // The protocol for connecting to the out-of-process Breakpad crash
588 // Tells breakpad to handle breakpoint and single step exceptions.
614 } // namespace breakpad
breakpad_linux.cc 36 #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 will reinstal
    [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/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
crash_dump_manager_android.cc 25 namespace breakpad { namespace
171 } // namespace breakpad
crash_handler_host_linux.cc 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"
43 namespace breakpad { namespace
436 } // 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
crash_service.cc 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 21 #include "breakpad/src/client/windows/handler/exception_handler.h"
178 scoped_ptr<google_breakpad::ExceptionHandler> breakpad = local

Completed in 6333 milliseconds