/external/chromium_org/components/ |
D | breakpad.gypi | 14 '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/ |
D | FILES.cfg | 177 '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/ |
D | all_android.gyp | 39 '../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/ |
D | README | 3 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>
|
D | SConstruct | 30 '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/ |
D | README | 3 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>
|
D | SConstruct | 30 '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/ |
D | shell_content_browser_client.cc | 57 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()
|
D | shell_browser_main_parts.h | 14 namespace breakpad { 59 scoped_ptr<breakpad::CrashDumpManager> crash_dump_manager_;
|
/external/chromium_org/content/shell/app/ |
D | shell_main_delegate.cc | 198 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/ |
D | breakpad_mac_stubs.mm | 5 #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
|
D | breakpad_client.cc | 10 namespace breakpad { namespace 123 void BreakpadClient::InstallAdditionalFilters(BreakpadRef breakpad) { in InstallAdditionalFilters() argument
|
D | breakpad_client.h | 28 namespace breakpad { 138 virtual void InstallAdditionalFilters(BreakpadRef breakpad);
|
D | breakpad_mac.mm | 5 #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/ |
D | chrome_breakpad_client_mac.mm | 16 #import "breakpad/src/client/mac/Framework/Breakpad.h" 36 void ChromeBreakpadClient::InstallAdditionalFilters(BreakpadRef breakpad) { 40 BreakpadSetFilterCallback(breakpad, NaClBreakpadCrashFilter, NULL);
|
D | DEPS | 3 "+breakpad", 12 "+components/breakpad",
|
D | chrome_main_delegate.cc | 481 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/ |
D | nacl_exe_win_64.cc | 27 breakpad::SetBreakpadClient(g_chrome_breakpad_client.Pointer()); in wWinMain() 28 breakpad::InitCrashReporter(process_type); in wWinMain()
|
/external/chromium_org/chrome/browser/ |
D | chrome_browser_main_android.h | 10 namespace breakpad { 29 scoped_ptr<breakpad::CrashDumpManager> crash_dump_manager_;
|
/external/chromium_org/chrome_frame/crash_reporting/ |
D | crash_reporting.gyp | 32 '../../breakpad/breakpad.gyp:breakpad_handler', 88 '../../breakpad/breakpad.gyp:breakpad_handler',
|
D | crash_report.cc | 56 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/ |
D | chrome_frame_launcher.gyp | 103 '../breakpad/breakpad.gyp:breakpad_handler', 131 '../breakpad/breakpad.gyp:breakpad_handler',
|
D | chrome_frame.gyp | 150 '<(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/ |
D | chrome_exe.gypi | 205 '../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/ |
D | run_all_unittests.cc | 64 google_breakpad::scoped_ptr<google_breakpad::ExceptionHandler> breakpad; in main() local 69 breakpad.reset(InitializeCrashReporting(HEADLESS)); in main()
|