Home
last modified time | relevance | path

Searched refs:breakpad (Results 1 – 25 of 113) sorted by relevance

12345

/external/chromium_org/components/
Dbreakpad.gypi14 'breakpad/app/breakpad_client.cc',
15 'breakpad/app/breakpad_client.h',
16 'breakpad/app/breakpad_linux.cc',
17 'breakpad/app/breakpad_linux.h',
18 'breakpad/app/breakpad_linux_impl.h',
19 'breakpad/app/breakpad_mac.h',
20 'breakpad/app/breakpad_mac.mm',
21 'breakpad/app/breakpad_win.cc',
22 'breakpad/app/breakpad_win.h',
23 'breakpad/app/hard_error_handler_win.cc',
[all …]
/external/chromium_org/chrome/tools/build/linux/
DFILES.cfg177 'filename': 'chrome.breakpad.ia32',
180 'archive': 'breakpad-info.zip',
183 'filename': 'chrome.breakpad.x64',
186 'archive': 'breakpad-info.zip',
189 'filename': 'libpdf.so.breakpad.ia32',
192 'archive': 'breakpad-info.zip',
195 'filename': 'libpdf.so.breakpad.x64',
198 'archive': 'breakpad-info.zip',
201 'filename': 'libremoting_host_plugin.ia32.so.breakpad.ia32',
204 'archive': 'breakpad-info.zip',
[all …]
/external/chromium_org/build/
Dall_android.gyp39 '../breakpad/breakpad.gyp:dump_syms#host',
40 '../breakpad/breakpad.gyp:minidump_stackwalk#host',
67 '../breakpad/breakpad.gyp:breakpad_unittests',
70 '../breakpad/breakpad.gyp:dump_syms#host',
71 '../breakpad/breakpad.gyp:symupload#host',
72 '../breakpad/breakpad.gyp:minidump_dump#host',
73 '../breakpad/breakpad.gyp:minidump_stackwalk#host',
/external/v8/tools/oom_dump/
DREADME3 To build one needs a google-breakpad checkout
4 (http://code.google.com/p/google-breakpad/).
6 First, one needs to build and install breakpad itself. For instructions
7 check google-breakpad, but currently it's as easy as:
13 (the catch: breakpad installs .so into /usr/local/lib, so you might
26 scons BREAKPAD_DIR=<path to google-breakpad working copy>
DSConstruct30 'Path to checkout of google-breakpad project',
31 '~/google-breakpad',
42 env.Program('oom_dump.cc', LIBS = ['breakpad', 'v8', 'pthread'])
/external/chromium_org/v8/tools/oom_dump/
DREADME3 To build one needs a google-breakpad checkout
4 (http://code.google.com/p/google-breakpad/).
6 First, one needs to build and install breakpad itself. For instructions
7 check google-breakpad, but currently it's as easy as:
13 (the catch: breakpad installs .so into /usr/local/lib, so you might
26 scons BREAKPAD_DIR=<path to google-breakpad working copy>
DSConstruct30 'Path to checkout of google-breakpad project',
31 '~/google-breakpad',
42 env.Program('oom_dump.cc', LIBS = ['breakpad', 'v8', 'pthread'])
/external/chromium_org/content/shell/browser/
Dshell_content_browser_client.cc57 breakpad::CrashHandlerHostLinux* CreateCrashHandlerHost( in CreateCrashHandlerHost()
64 breakpad::CrashHandlerHostLinux* crash_handler = in CreateCrashHandlerHost()
65 new breakpad::CrashHandlerHostLinux( in CreateCrashHandlerHost()
73 if (!breakpad::IsCrashReporterEnabled()) in GetCrashSignalFD()
80 static breakpad::CrashHandlerHostLinux* crash_handler = NULL; in GetCrashSignalFD()
87 static breakpad::CrashHandlerHostLinux* crash_handler = NULL; in GetCrashSignalFD()
94 static breakpad::CrashHandlerHostLinux* crash_handler = NULL; in GetCrashSignalFD()
101 static breakpad::CrashHandlerHostLinux* crash_handler = NULL; in GetCrashSignalFD()
296 if (breakpad::IsCrashReporterEnabled()) { in GetAdditionalMappedFilesForChildProcess()
297 f = breakpad::CrashDumpManager::GetInstance()->CreateMinidumpFile( in GetAdditionalMappedFilesForChildProcess()
Dshell_browser_main_parts.h14 namespace breakpad {
59 scoped_ptr<breakpad::CrashDumpManager> crash_dump_manager_;
/external/chromium_org/content/shell/app/
Dshell_main_delegate.cc198 breakpad::SetBreakpadClient(g_shell_breakpad_client.Pointer()); in PreSandboxStartup()
201 breakpad::InitCrashReporter(process_type); in PreSandboxStartup()
202 breakpad::InitCrashProcessInfo(process_type); in PreSandboxStartup()
207 breakpad::InitCrashReporter(process_type); in PreSandboxStartup()
209 breakpad::InitNonBrowserCrashReporterForAndroid(process_type); in PreSandboxStartup()
211 breakpad::InitCrashReporter(process_type); in PreSandboxStartup()
219 breakpad::InitCrashReporter(process_type); in PreSandboxStartup()
249 breakpad::InitCrashReporter(process_type); in ZygoteForked()
/external/chromium_org/components/breakpad/app/
Dbreakpad_mac_stubs.mm5 #import "components/breakpad/app/breakpad_mac.h"
9 // Stubbed out versions of breakpad integration functions so we can compile
12 namespace breakpad {
24 } // namespace breakpad
Dbreakpad_client.cc10 namespace breakpad { namespace
123 void BreakpadClient::InstallAdditionalFilters(BreakpadRef breakpad) { in InstallAdditionalFilters() argument
Dbreakpad_client.h28 namespace breakpad {
138 virtual void InstallAdditionalFilters(BreakpadRef breakpad);
Dbreakpad_mac.mm5 #import "components/breakpad/app/breakpad_mac.h"
25 #import "breakpad/src/client/mac/Framework/Breakpad.h"
26 #include "components/breakpad/app/breakpad_client.h"
28 namespace breakpad {
249 // abort() sends SIGABRT, which breakpad does not intercept.
250 // Register a signal handler to crash in a way breakpad will
279 } // namespace breakpad
/external/chromium_org/chrome/app/
Dchrome_breakpad_client_mac.mm16 #import "breakpad/src/client/mac/Framework/Breakpad.h"
36 void ChromeBreakpadClient::InstallAdditionalFilters(BreakpadRef breakpad) {
40 BreakpadSetFilterCallback(breakpad, NaClBreakpadCrashFilter, NULL);
DDEPS3 "+breakpad",
12 "+components/breakpad",
Dchrome_main_delegate.cc481 breakpad::InitCrashReporter(process_type); in InitMacCrashReporter()
506 if (!breakpad::IsCrashReporterEnabled() && disable_apple_crash_reporter) { in InitMacCrashReporter()
557 if (breakpad::IsCrashReporterEnabled()) in InitMacCrashReporter()
558 breakpad::InitCrashProcessInfo(process_type); in InitMacCrashReporter()
568 breakpad::SetBreakpadClient(g_chrome_breakpad_client.Pointer()); in PreSandboxStartup()
711 breakpad::InitCrashReporter(process_type); in PreSandboxStartup()
713 breakpad::InitNonBrowserCrashReporterForAndroid(process_type); in PreSandboxStartup()
715 breakpad::InitCrashReporter(process_type); in PreSandboxStartup()
824 breakpad::InitCrashReporter(process_type); in ZygoteForked()
/external/chromium_org/chrome/nacl/
Dnacl_exe_win_64.cc27 breakpad::SetBreakpadClient(g_chrome_breakpad_client.Pointer()); in wWinMain()
28 breakpad::InitCrashReporter(process_type); in wWinMain()
/external/chromium_org/chrome/browser/
Dchrome_browser_main_android.h10 namespace breakpad {
29 scoped_ptr<breakpad::CrashDumpManager> crash_dump_manager_;
/external/chromium_org/chrome_frame/crash_reporting/
Dcrash_reporting.gyp32 '../../breakpad/breakpad.gyp:breakpad_handler',
88 '../../breakpad/breakpad.gyp:breakpad_handler',
Dcrash_report.cc56 bool Init(google_breakpad::ExceptionHandler* breakpad,
80 bool CrashHandler::Init(google_breakpad::ExceptionHandler* breakpad, in Init() argument
82 DCHECK(breakpad); in Init()
/external/chromium_org/chrome_frame/
Dchrome_frame_launcher.gyp103 '../breakpad/breakpad.gyp:breakpad_handler',
131 '../breakpad/breakpad.gyp:breakpad_handler',
Dchrome_frame.gyp150 '<(DEPTH)/breakpad/src',
180 '../breakpad/breakpad.gyp:breakpad_handler',
273 '<(DEPTH)/breakpad/src',
378 '../breakpad/breakpad.gyp:breakpad_handler',
417 '<(DEPTH)/breakpad/src',
456 '../breakpad/breakpad.gyp:breakpad_handler',
600 '<(DEPTH)/breakpad/src',
651 '../breakpad/breakpad.gyp:breakpad_handler',
786 '../breakpad/breakpad.gyp:breakpad_handler',
910 '../breakpad/breakpad.gyp:breakpad_handler',
/external/chromium_org/chrome/
Dchrome_exe.gypi205 '../breakpad/breakpad.gyp:dump_syms',
206 '../breakpad/breakpad.gyp:symupload',
332 # targets. Use --breakpad=0 to not include any Breakpad
343 '--breakpad=0',
475 '../breakpad/breakpad.gyp:breakpad_handler',
476 '../breakpad/breakpad.gyp:breakpad_sender',
593 '../breakpad/breakpad.gyp:breakpad_handler_win64',
594 '../breakpad/breakpad.gyp:breakpad_sender_win64',
/external/chromium_org/chrome_frame/test/
Drun_all_unittests.cc64 google_breakpad::scoped_ptr<google_breakpad::ExceptionHandler> breakpad; in main() local
69 breakpad.reset(InitializeCrashReporting(HEADLESS)); in main()

12345