HomeSort by relevance Sort by last modified time
    Searched full:breakpad (Results 1 - 25 of 177) sorted by null

1 2 3 4 5 6 7 8

  /external/chromium_org/chrome/installer/
DEPS 2 "+breakpad",
  /external/chromium_org/remoting/base/
DEPS 2 "+breakpad",
breakpad_linux.cc 5 #include "remoting/base/breakpad.h"
breakpad_mac.mm 5 #include "remoting/base/breakpad.h"
11 #import "breakpad/src/client/mac/Framework/Breakpad.h"
20 // Tell Breakpad where crash_inspector and crash_report_sender are.
37 // Configure Breakpad settings here, if they are not already customized in
39 // problem is that the Breakpad URL contains a double-slash, which is broken
64 LOG(ERROR) << "Breakpad initialization failed";
  /external/chromium_org/chrome/app/
breakpad_mac.h 8 // This header defines the Chrome entry points for Breakpad integration.
10 // Initializes Breakpad.
13 // Give Breakpad a chance to store information about the current process.
18 // Is Breakpad enabled?
chrome_breakpad_client_mac.mm 11 #import "breakpad/src/client/mac/Framework/Breakpad.h"
31 void ChromeBreakpadClient::InstallAdditionalFilters(BreakpadRef breakpad) {
35 BreakpadSetFilterCallback(breakpad, NaClBreakpadCrashFilter, NULL);
breakpad_mac_stubs.mm 9 // Stubbed out versions of breakpad integration functions so we can compile
10 // without linking in Breakpad.
DEPS 3 "+breakpad",
11 "+components/breakpad",
chrome_breakpad_client.h 10 #include "components/breakpad/breakpad_client.h"
14 class ChromeBreakpadClient : public breakpad::BreakpadClient {
19 // breakpad::BreakpadClient implementation.
64 virtual void InstallAdditionalFilters(BreakpadRef breakpad) OVERRIDE;
chrome_exe.vsprops 6 InheritedPropertySheets="$(SolutionDir)..\breakpad\using_breakpad.vsprops"
breakpad_mac.mm 25 #import "breakpad/src/client/mac/Framework/Breakpad.h"
28 #include "components/breakpad/breakpad_client.h"
183 breakpad::GetBreakpadClient()->GetCollectStatsConsent() ||
184 breakpad::GetBreakpadClient()->IsRunningUnattended();
193 VLOG_IF(1, is_browser) << "Breakpad disabled";
197 // Tell Breakpad where crash_inspector and crash_report_sender are.
207 VLOG_IF(1, is_browser && base::mac::AmIBundled()) << "Breakpad disabled";
227 breakpad::GetBreakpadClient()->GetCrashDumpLocation(&dir_crash_dumps);
231 // Initialize Breakpad
    [all...]
  /external/chromium_org/chrome/tools/
DEPS 2 "+breakpad",
  /external/chromium_org/chrome/nacl/
DEPS 4 "+components/breakpad",
  /external/chromium_org/v8/tools/oom_dump/
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>
  /external/v8/tools/oom_dump/
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>
  /external/chromium_org/components/breakpad/
breakpad_client.h 19 // breakpad/src/client/mac/Framework/Breakpad.h here, so we repeat the
22 // On Mac, when compiling without breakpad support, a stub implementation is
23 // compiled in. Not having any includes of the breakpad library allows for
28 namespace breakpad { namespace
33 // breakpad code is called, and should stay alive throughout the entire runtime.
36 // Breakpad's embedder API should only be used by breakpad.
82 // Returns the result code to return when breakpad failed to respawn a
124 // Install additional breakpad filter callbacks
    [all...]
breakpad_client.cc 5 #include "components/breakpad/breakpad_client.h"
10 namespace breakpad { namespace
114 void BreakpadClient::InstallAdditionalFilters(BreakpadRef breakpad) {
118 } // namespace breakpad
  /external/chromium_org/chrome/browser/sync/glue/
chrome_report_unrecoverable_error.h 10 // On Windows, sends up a minidump via breakpad. On other platforms,
  /external/chromium_org/chrome/tools/build/linux/
FILES.cfg 179 # Breakpad symbols:
181 'filename': 'chrome.breakpad.ia32',
184 'archive': 'breakpad-info.zip',
187 'filename': 'chrome.breakpad.x64',
190 'archive': 'breakpad-info.zip',
193 'filename': 'libpdf.so.breakpad.ia32',
196 'archive': 'breakpad-info.zip',
199 'filename': 'libpdf.so.breakpad.x64',
202 'archive': 'breakpad-info.zip',
205 'filename': 'libremoting_host_plugin.ia32.so.breakpad.ia32'
    [all...]
  /external/chromium_org/base/process/
launch_mac.cc 12 // This function is tailored to remove the Breakpad exception handler.
14 // breakpad/src/client/mac/handler/exception_handler.cc
  /external/chromium_org/chrome/browser/
crash_upload_list.h 10 // An upload list manager for crash reports from breakpad.
18 // breakpad/src/client/apple/Framework/BreakpadDefines.h.
  /external/chromium_org/components/
breakpad.gypi 13 'breakpad/breakpad_client.cc',
14 'breakpad/breakpad_client.h',
54 # TODO(jochen): for now, this target is a copy of breakpad, however,
OWNERS 7 per-file breakpad.gypi=jochen@chromium.org
8 per-file breakpad.gypi=rsesek@chromium.org
9 per-file breakpad.gypi=thestig@chromium.org
  /external/chromium_org/remoting/scripts/mac/
dump_product_syms 30 # Use -c to avoid dumping CFI, because the Breakpad stackwalk is incompatible
32 # http://code.google.com/p/google-breakpad/issues/detail?id=443
34 "${SOURCE_BUNDLE}-${VERSION}-${ARCH}.breakpad"
  /external/chromium_org/build/
all_android.gyp 55 '../breakpad/breakpad.gyp:breakpad_unittests',
58 '../breakpad/breakpad.gyp:dump_syms#host',
59 '../breakpad/breakpad.gyp:symupload#host',
60 '../breakpad/breakpad.gyp:minidump_dump#host',
61 '../breakpad/breakpad.gyp:minidump_stackwalk#host'
    [all...]

Completed in 413 milliseconds

1 2 3 4 5 6 7 8