Home
last modified time | relevance | path

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

12

/external/google-breakpad/src/processor/testdata/
Dmicrodump-arm64.dmp1 W/google-breakpad( 3728): -----BEGIN BREAKPAD MICRODUMP-----
2 W/google-breakpad( 3728): O A arm64 02 aarch64 OS 64 VERSION INFO
3 W/google-breakpad( 3728): S 0 0000007FE2BA6120 0000007FE2BA6000 0000000000003000
4 W/google-breakpad( 3728): S 0000007FE2BA6000 0700000000000000A060BAE27F0000007060BAE27F000000E4006A…
5 W/google-breakpad( 3728): S 0000007FE2BA6180 00000000000000009863BAE27F0000000000000005000000000000…
6 W/google-breakpad( 3728): S 0000007FE2BA6300 000000000000000000000000000000000000000000000000000000…
7 W/google-breakpad( 3728): S 0000007FE2BA6480 000000000000000000000000000000000000000000000000000000…
8 W/google-breakpad( 3728): S 0000007FE2BA6600 000000000000000000000000000000000000000000000000000000…
9 W/google-breakpad( 3728): S 0000007FE2BA6780 80E64E9555000000006033807F00000090E64E955500000058F66D…
10 W/google-breakpad( 3728): S 0000007FE2BA6900 000000000000000000000000000000000000000000000000000000…
[all …]
Dmicrodump-arm.dmp1 W/google-breakpad( 3745): -----BEGIN BREAKPAD MICRODUMP-----
2 W/google-breakpad( 3745): O A arm 02 armv7l OS VERSION INFO
3 W/google-breakpad( 3745): S 0 FFEA68C0 FFEA6000 00002000
4 W/google-breakpad( 3745): S FFEA6000 00000000000000000000000000000000000000000000000000000000000000…
5 W/google-breakpad( 3745): S FFEA6180 2168EAFFC59104F77C67EAFF7C62EAFF4062EAFF1E71B3AA040000001E71B3…
6 W/google-breakpad( 3745): S FFEA6300 00000000000000000000000000000000000000000000000000000000000000…
7 W/google-breakpad( 3745): S FFEA6480 00000000000000000000000000000000000000000000000000000000000000…
8 W/google-breakpad( 3745): S FFEA6600 00000000000000000000000000000000000000000000000000000000000000…
9 W/google-breakpad( 3745): S FFEA6780 0000000000000000285F20ABB467EAFF030000002768EAFF200000007702B3…
10 W/google-breakpad( 3745): S FFEA6900 010000000000000000000000000000000000000000000000485F20AB000000…
[all …]
Dmicrodump.stackwalk.machine_readable-arm64.out13 …MicrodumpWriterTest_Setup_Test::TestBody|/s/clank/src/out/Release/../../breakpad/src/client/linux/…
/external/google-breakpad/src/client/ios/
DBreakpad.mm65 // We want any memory allocations which are used by breakpad during the
83 // Mutex for thread-safe access to the key/value dictionary used by breakpad.
132 Breakpad *breakpad =
136 if (!breakpad)
139 if (!breakpad->Initialize(parameters)) {
141 breakpad->~Breakpad();
145 return breakpad;
251 Breakpad *breakpad = (Breakpad *)context;
255 if (!breakpad || !succeeded)
258 return breakpad->HandleMinidump(dump_dir, minidump_id);
[all …]
DBreakpadController.mm158 // This method must be called from the breakpad queue.
/external/google-breakpad/src/client/mac/Framework/
DBreakpad.mm70 // We want any memory allocations which are used by breakpad during the
88 // Mutex for thread-safe access to the key/value dictionary used by breakpad.
137 Breakpad *breakpad =
141 if (!breakpad)
144 if (!breakpad->Initialize(parameters)) {
146 breakpad->~Breakpad();
150 return breakpad;
269 Breakpad *breakpad = (Breakpad *)context;
273 if (!breakpad)
276 return breakpad->HandleException( exception_type,
[all …]
DOnDemandServer.mm105 kr = breakpad::BootstrapRegister(
178 kern_return_t kr = breakpad::BootstrapRegister(server_port_,
/external/google-breakpad/
DREADME18 Owners at http://code.google.com/p/google-breakpad/ are able to grant
22 http://code.google.com/p/google-breakpad/source/checkout
31 upload.py --server=breakpad.appspot.com
35 5. At http://breakpad.appspot.com you'll find your issue listed; click on it,
37 google-breakpad-dev@googlegroups.com
Dconfigure.ac33 AC_INIT(breakpad, 0.1, google-breakpad-dev@googlegroups.com) package
154 breakpad.pc
155 breakpad-client.pc
Dbreakpad.pc.in6 Name: google-breakpad pkg
Dbreakpad-client.pc.in6 Name: google-breakpad-client
Dconfigure1367 --docdir=DIR documentation root [DATAROOTDIR/doc/breakpad]
1833 It was created by breakpad $as_me 0.1, which was
6585 ac_config_files="$ac_config_files breakpad.pc breakpad-client.pc Makefile"
7157 This file was extended by breakpad $as_me 0.1, which was
7217 Report bugs to <google-breakpad-dev@googlegroups.com>."
7223 breakpad config.status 0.1
7354 "breakpad.pc") CONFIG_FILES="$CONFIG_FILES breakpad.pc" ;;
7355 "breakpad-client.pc") CONFIG_FILES="$CONFIG_FILES breakpad-client.pc" ;;
DREADME.ANDROID61 found at http://code.google.com/p/google-breakpad/wiki/LinuxStarterGuide
/external/v8/tools/clang/plugins/tests/
Dblacklisted_dirs.txt8 /src/chrome-breakpad/src/myheader.h:124:21: warning: [chromium-style] Overriding method must be mar…
12 /src/chrome-breakpad/src/myheader.h:124:3: warning: [chromium-style] 'virtual' will be redundant; '…
/external/google-breakpad/src/client/mac/handler/testcases/
Ddwarftests.mm43 NSString *outputBreakpadSymbolFile = @"/tmp/dump_syms_i386.breakpad";
52 STAssertNotNil(d, @"Input breakpad symbol file not found");
55 STAssertNotNil(d1, @"Output breakpad symbol file not found");
/external/google-breakpad/src/tools/solaris/dump_syms/testdata/
Ddump_syms_regtest.stabs6 …1: .stabs "/export/home/alfred/cvs/breakpad/google-breakpad20070927/src/tools/solaris/dump_syms/t…
114 …1: .stabs "/export/home/alfred/cvs/breakpad/google-breakpad20070927/src/tools/solaris/dump_syms/t…
116 …3: .stabs "/export/home/alfred/cvs/breakpad/google-breakpad20070927/src/tools/solaris/dump_syms/t…
119 …6: .stabs "/export/home/alfred/cvs/breakpad/google-breakpad20070927/src/tools/solaris/dump_syms/t…
/external/google-breakpad/src/common/mac/
Dbootstrap_compat.h35 namespace breakpad {
Dbootstrap_compat.cc32 namespace breakpad { namespace
DMachIPC.mm191 init_result_ = breakpad::BootstrapRegister(
/external/google-breakpad/android/
Dtest-shell.sh55 TEST_DIR=/data/local/tmp/test-google-breakpad-$$
/external/libyuv/files/tools/msan/
Dblacklist.txt23 src:*/breakpad/src/*
/external/google-breakpad/src/processor/testdata/symbols/null_read_av/7B7D1968FF0D47AE4366E9C3A7E1B6750/
Dnull_read_av.sym3 FILE 1 /home/mattdr/google-breakpad/./src/client/linux/crash_generation/crash_generation_client.h
4 FILE 2 /home/mattdr/google-breakpad/./src/client/linux/handler/minidump_descriptor.h
5 FILE 3 /home/mattdr/google-breakpad/./src/client/linux/minidump_writer/directory_reader.h
6 FILE 4 /home/mattdr/google-breakpad/./src/client/linux/minidump_writer/line_reader.h
7 FILE 5 /home/mattdr/google-breakpad/./src/client/linux/minidump_writer/linux_dumper.h
8 FILE 6 /home/mattdr/google-breakpad/./src/client/linux/minidump_writer/linux_ptrace_dumper.h
9 FILE 7 /home/mattdr/google-breakpad/./src/client/linux/minidump_writer/proc_cpuinfo_reader.h
10 FILE 8 /home/mattdr/google-breakpad/./src/client/minidump_file_writer-inl.h
11 FILE 9 /home/mattdr/google-breakpad/./src/client/minidump_file_writer.h
12 FILE 10 /home/mattdr/google-breakpad/./src/common/linux/elfutils-inl.h
[all …]
/external/google-breakpad/src/processor/testdata/symbols/overflow/B0E1FC01EF48E39CAF5C881D2DF0C3840/
Doverflow.sym3 FILE 1 /home/mattdr/google-breakpad-read-only/./src/client/linux/crash_generation/crash_generation_…
4 FILE 2 /home/mattdr/google-breakpad-read-only/./src/client/linux/handler/minidump_descriptor.h
5 FILE 3 /home/mattdr/google-breakpad-read-only/./src/client/linux/minidump_writer/directory_reader.h
6 FILE 4 /home/mattdr/google-breakpad-read-only/./src/client/linux/minidump_writer/line_reader.h
7 FILE 5 /home/mattdr/google-breakpad-read-only/./src/client/linux/minidump_writer/linux_dumper.h
8 FILE 6 /home/mattdr/google-breakpad-read-only/./src/client/linux/minidump_writer/linux_ptrace_dumpe…
9 FILE 7 /home/mattdr/google-breakpad-read-only/./src/client/linux/minidump_writer/proc_cpuinfo_reade…
10 FILE 8 /home/mattdr/google-breakpad-read-only/./src/client/minidump_file_writer-inl.h
11 FILE 9 /home/mattdr/google-breakpad-read-only/./src/client/minidump_file_writer.h
12 FILE 10 /home/mattdr/google-breakpad-read-only/./src/common/linux/elfutils-inl.h
[all …]
/external/google-breakpad/src/tools/mac/symupload/
Dminidump_upload.m34 // symbol_file: the breakpad format symbol file
Dsymupload.m39 // symbol_file: the contents of the breakpad-format symbol file

12