Searched refs:breakpad (Results 26 - 46 of 46) sorted by relevance

12

/external/chromium_org/chrome/app/
H A Dchrome_crash_reporter_client.h65 virtual void InstallAdditionalFilters(BreakpadRef breakpad) OVERRIDE;
H A Dclient_util.cc296 if (breakpad::ShowRestartDialogIfCrashed(&exit_now)) {
303 breakpad::InitCrashReporter(process_type_);
/external/chromium_org/components/crash/app/
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 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/chrome/browser/ui/views/
H A Dfirst_run_dialog.cc123 breakpad::InitCrashReporter(std::string());
/external/chromium_org/content/shell/browser/
H A Dshell_browser_main_parts.cc127 crash_dump_manager_.reset(new breakpad::CrashDumpManager(crash_dumps_dir));
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/breakpad/
H A Ddump_reader_multipart_unittest.py36 from webkitpy.layout_tests.breakpad.dump_reader_multipart import DumpReaderMultipart
H A Ddump_reader_win.py33 from webkitpy.layout_tests.breakpad.dump_reader import DumpReader
40 """DumpReader for windows breakpad."""
H A Ddump_reader_multipart.py35 from webkitpy.layout_tests.breakpad.dump_reader import DumpReader
42 """Base class for Linux and Android breakpad dump reader."""
111 _log.error(" Could not find breakpad tools, unexpected crashes won't be symbolized")
132 _log.debug("Generating breakpad symbols")
153 _log.debug("Done generating breakpad symbols")
173 """Linux breakpad dump reader."""
183 """Android breakpad dump reader."""
/external/chromium_org/components/crash/browser/
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/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/
H A Dlinux.py33 from webkitpy.layout_tests.breakpad.dump_reader_multipart import DumpReaderLinux
H A Dwin.py41 from webkitpy.layout_tests.breakpad.dump_reader_win import DumpReaderWin
H A Dandroid.py42 from webkitpy.layout_tests.breakpad.dump_reader_multipart import DumpReaderAndroid
1043 stderr += '********* [%s] breakpad minidump %s:\n%s' % (self._port.host.filesystem.basename(crash), self._android_commands.get_serial(), self._port._dump_reader._get_stack_from_dump(crash))
/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
/external/chromium_org/chrome/browser/
H A Dchrome_content_browser_client.cc438 breakpad::CrashHandlerHostLinux* CreateCrashHandlerHost(
445 breakpad::CrashHandlerHostLinux* crash_handler =
446 new breakpad::CrashHandlerHostLinux(process_type, dumps_path, upload);
455 static breakpad::CrashHandlerHostLinux* crash_handler = NULL;
465 static breakpad::CrashHandlerHostLinux* crash_handler = NULL;
472 static breakpad::CrashHandlerHostLinux* crash_handler = NULL;
479 static breakpad::CrashHandlerHostLinux* crash_handler = NULL;
486 static breakpad::CrashHandlerHostLinux* crash_handler = NULL;
1198 if (breakpad::IsCrashReporterEnabled()) {
2444 if (breakpad
[all...]
/external/chromium_org/components/crash/tools/
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/chrome/browser/chromeos/login/
H A Dwizard_controller.cc616 breakpad::InitCrashReporter(std::string());
/external/chromium_org/chrome/installer/setup/
H A Dsetup_main.cc36 #include "breakpad/src/client/windows/handler/exception_handler.h"
1285 // breakpad, etc.
1703 scoped_ptr<google_breakpad::ExceptionHandler> breakpad(

Completed in 542 milliseconds

12