Home
last modified time | relevance | path

Searched refs:google_breakpad (Results 1 – 25 of 416) sorted by relevance

12345678910>>...17

/external/google-breakpad/src/processor/
Dexploitability_unittest.cc44 using google_breakpad::BasicSourceLineResolver;
45 using google_breakpad::MinidumpProcessor;
46 using google_breakpad::ProcessState;
47 using google_breakpad::SimpleSymbolSupplier;
57 google_breakpad::ExploitabilityRating
67 google_breakpad::PROCESS_OK) { in ExploitabilityFor()
68 return google_breakpad::EXPLOITABILITY_ERR_PROCESSING; in ExploitabilityFor()
75 ASSERT_EQ(google_breakpad::EXPLOITABILITY_HIGH, in TEST()
77 ASSERT_EQ(google_breakpad::EXPLOITABILITY_HIGH, in TEST()
79 ASSERT_EQ(google_breakpad::EXPLOITABILITY_HIGH, in TEST()
[all …]
Dminidump_processor_unittest.cc58 namespace google_breakpad { namespace
145 using google_breakpad::BasicSourceLineResolver;
146 using google_breakpad::CallStack;
147 using google_breakpad::CodeModule;
148 using google_breakpad::MinidumpContext;
149 using google_breakpad::MinidumpMemoryRegion;
150 using google_breakpad::MinidumpMiscInfo;
151 using google_breakpad::MinidumpProcessor;
152 using google_breakpad::MinidumpSystemInfo;
153 using google_breakpad::MinidumpThreadList;
[all …]
Dmicrodump_processor_unittest.cc49 using google_breakpad::BasicSourceLineResolver;
50 using google_breakpad::MicrodumpProcessor;
51 using google_breakpad::ProcessState;
52 using google_breakpad::SimpleSymbolSupplier;
53 using google_breakpad::StackFrameSymbolizer;
77 google_breakpad::ProcessResult ProcessMicrodump( in ProcessMicrodump()
96 google_breakpad::ProcessResult result = in AnalyzeDump()
99 ASSERT_EQ(google_breakpad::PROCESS_OK, result); in AnalyzeDump()
114 google_breakpad::ProcessResult result = in TEST_F()
116 ASSERT_EQ(google_breakpad::PROCESS_ERROR_MINIDUMP_NOT_FOUND, result); in TEST_F()
[all …]
Dminidump_dump.cc44 using google_breakpad::Minidump;
45 using google_breakpad::MinidumpThreadList;
46 using google_breakpad::MinidumpModuleList;
47 using google_breakpad::MinidumpMemoryInfoList;
48 using google_breakpad::MinidumpMemoryList;
49 using google_breakpad::MinidumpException;
50 using google_breakpad::MinidumpAssertion;
51 using google_breakpad::MinidumpSystemInfo;
52 using google_breakpad::MinidumpMiscInfo;
53 using google_breakpad::MinidumpBreakpadInfo;
Dmicrodump_stackwalk.cc53 using google_breakpad::BasicSourceLineResolver;
54 using google_breakpad::MicrodumpProcessor;
55 using google_breakpad::ProcessResult;
56 using google_breakpad::ProcessState;
57 using google_breakpad::scoped_ptr;
58 using google_breakpad::SimpleSymbolSupplier;
59 using google_breakpad::StackFrameSymbolizer;
93 if (res == google_breakpad::PROCESS_OK) { in PrintMicrodumpProcess()
Dlogging.h82 namespace google_breakpad {
151 google_breakpad::LogMessageVoidify() & (BPLOG_ ## stream)
158 ((google_breakpad::LogStream::SEVERITY_ ## severity) >= \
159 (google_breakpad::LogStream::BPLOG_MINIMUM_SEVERITY))
169 #define BPLOG_INFO google_breakpad::LogStream(BPLOG_INFO_STREAM, \
170 google_breakpad::LogStream::SEVERITY_INFO, \
178 #define BPLOG_ERROR google_breakpad::LogStream(BPLOG_ERROR_STREAM, \
179 google_breakpad::LogStream::SEVERITY_ERROR, \
Dstackwalker_selftest.cc79 using google_breakpad::BasicSourceLineResolver;
80 using google_breakpad::CallStack;
81 using google_breakpad::CodeModule;
82 using google_breakpad::MemoryRegion;
83 using google_breakpad::scoped_ptr;
84 using google_breakpad::StackFrame;
85 using google_breakpad::StackFramePPC;
86 using google_breakpad::StackFrameX86;
87 using google_breakpad::StackFrameSPARC;
91 using google_breakpad::StackwalkerX86;
[all …]
Dminidump_stackwalk.cc54 using google_breakpad::BasicSourceLineResolver;
55 using google_breakpad::Minidump;
56 using google_breakpad::MinidumpProcessor;
57 using google_breakpad::ProcessState;
58 using google_breakpad::SimpleSymbolSupplier;
59 using google_breakpad::scoped_ptr;
92 google_breakpad::PROCESS_OK) { in PrintMinidumpProcess()
Dsynth_minidump_unittest.cc44 using google_breakpad::SynthMinidump::Context;
45 using google_breakpad::SynthMinidump::Dump;
46 using google_breakpad::SynthMinidump::Exception;
47 using google_breakpad::SynthMinidump::List;
48 using google_breakpad::SynthMinidump::Memory;
49 using google_breakpad::SynthMinidump::Module;
50 using google_breakpad::SynthMinidump::Section;
51 using google_breakpad::SynthMinidump::Stream;
52 using google_breakpad::SynthMinidump::String;
53 using google_breakpad::SynthMinidump::SystemInfo;
[all …]
Dstackwalker_unittest_utils.h52 class MockMemoryRegion: public google_breakpad::MemoryRegion {
104 class MockCodeModule: public google_breakpad::CodeModule {
117 const google_breakpad::CodeModule *Copy() const { in Copy()
128 class MockCodeModules: public google_breakpad::CodeModules {
130 typedef google_breakpad::CodeModule CodeModule;
131 typedef google_breakpad::CodeModules CodeModules;
167 class MockSymbolSupplier: public google_breakpad::SymbolSupplier {
169 typedef google_breakpad::CodeModule CodeModule;
170 typedef google_breakpad::SystemInfo SystemInfo;
Dstackwalker_address_list_unittest.cc49 using google_breakpad::BasicSourceLineResolver;
50 using google_breakpad::CallStack;
51 using google_breakpad::CodeModule;
52 using google_breakpad::StackFrameSymbolizer;
53 using google_breakpad::StackFrame;
54 using google_breakpad::Stackwalker;
55 using google_breakpad::StackwalkerAddressList;
/external/google-breakpad/src/client/windows/unittests/
Dcrash_generation_server_test.cc55 google_breakpad::CustomInfoEntry kCustomInfoEntries[] = {
56 google_breakpad::CustomInfoEntry(L"prod", L"CrashGenerationServerTest"),
57 google_breakpad::CustomInfoEntry(L"ver", L"1.0"),
80 void(const google_breakpad::ClientInfo* client_info));
82 void(const google_breakpad::ClientInfo* client_info,
85 void(const google_breakpad::ClientInfo* client_info));
167 google_breakpad::CustomClientInfo custom_info = {kCustomInfoEntries, in DoFaultyClient()
170 google_breakpad::ProtocolMessage msg( in DoFaultyClient()
172 google_breakpad::MESSAGE_TAG_NONE : in DoFaultyClient()
173 google_breakpad::MESSAGE_TAG_REGISTRATION_REQUEST, in DoFaultyClient()
[all …]
Dexception_handler_death_test.cc48 using namespace google_breakpad;
127 scoped_ptr<google_breakpad::ExceptionHandler> exc( in TEST_F()
128 new google_breakpad::ExceptionHandler( in TEST_F()
133 google_breakpad::ExceptionHandler::HANDLER_ALL)); in TEST_F()
145 const google_breakpad::ClientInfo *client_info, in clientDumpCallback()
152 scoped_ptr<google_breakpad::ExceptionHandler> exc; in DoCrashAccessViolation()
155 google_breakpad::CrashGenerationClient *client = in DoCrashAccessViolation()
156 new google_breakpad::CrashGenerationClient(kPipeName, in DoCrashAccessViolation()
160 exc.reset(new google_breakpad::ExceptionHandler( in DoCrashAccessViolation()
165 google_breakpad::ExceptionHandler::HANDLER_ALL, in DoCrashAccessViolation()
[all …]
Dexception_handler_nesting_test.cc150 google_breakpad::ExceptionHandler exc( in InstallExceptionHandlerAndCrash()
163 google_breakpad::ExceptionHandler::HANDLER_EXCEPTION); in InstallExceptionHandlerAndCrash()
260 google_breakpad::ExceptionHandler exc( in TEST()
265 google_breakpad::ExceptionHandler::HANDLER_EXCEPTION); in TEST()
284 google_breakpad::ExceptionHandler exc( in TEST()
289 google_breakpad::ExceptionHandler::HANDLER_EXCEPTION); in TEST()
309 google_breakpad::ExceptionHandler exc( in TEST()
314 google_breakpad::ExceptionHandler::HANDLER_EXCEPTION); in TEST()
/external/google-breakpad/src/tools/solaris/dump_syms/testdata/
Ddump_syms_regtest.sym11 FUNC 0 16 0 int google_breakpad::i()
14 FUNC 0 37 0 google_breakpad::C::C()
16 FUNC 0 3 0 google_breakpad::C::~C()
18 FUNC 0 12 0 void google_breakpad::C::set_member(int)
21 FUNC 0 29 0 void google_breakpad::C::f()
24 FUNC 0 16 0 int google_breakpad::C::g()
27 FUNC 0 16 0 char*google_breakpad::C::h(const google_breakpad::C&)
30 FUNC 0 15 0 google_breakpad::C::~C #Nvariant 1()
/external/google-breakpad/src/client/mac/tests/
Dminidump_generator_test.cc49 namespace google_breakpad { namespace
59 using google_breakpad::AutoTempDir;
60 using google_breakpad::MinidumpGenerator;
61 using google_breakpad::MachPortSender;
62 using google_breakpad::MachReceiveMessage;
63 using google_breakpad::MachSendMessage;
64 using google_breakpad::Minidump;
65 using google_breakpad::MinidumpContext;
66 using google_breakpad::MinidumpException;
67 using google_breakpad::MinidumpModule;
[all …]
Dcrash_generation_server_test.cc50 namespace google_breakpad { namespace
59 using google_breakpad::AutoTempDir;
60 using google_breakpad::ClientInfo;
61 using google_breakpad::CrashGenerationClient;
62 using google_breakpad::CrashGenerationServer;
63 using google_breakpad::ExceptionHandler;
64 using google_breakpad::Minidump;
65 using google_breakpad::MinidumpContext;
66 using google_breakpad::MinidumpException;
67 using google_breakpad::MinidumpModule;
[all …]
Dminidump_generator_test_helper.cc39 using google_breakpad::MachPortSender;
40 using google_breakpad::MachReceiveMessage;
41 using google_breakpad::MachSendMessage;
42 using google_breakpad::ReceivePort;
67 google_breakpad::ExceptionHandler eh("", NULL, NULL, NULL, true, argv[2]); in main()
/external/google-breakpad/src/tools/mac/crash_report/
Dcrash_report.mm43 #include "google_breakpad/processor/basic_source_line_resolver.h"
44 #include "google_breakpad/processor/call_stack.h"
45 #include "google_breakpad/processor/code_module.h"
46 #include "google_breakpad/processor/minidump.h"
47 #include "google_breakpad/processor/minidump_processor.h"
48 #include "google_breakpad/processor/process_state.h"
49 #include "google_breakpad/processor/stack_frame_cpu.h"
50 #include "google_breakpad/processor/system_info.h"
58 using google_breakpad::BasicSourceLineResolver;
59 using google_breakpad::CallStack;
[all …]
/external/google-breakpad/src/client/linux/microdump_writer/
Dmicrodump_writer.cc47 using google_breakpad::ExceptionHandler;
48 using google_breakpad::LinuxDumper;
49 using google_breakpad::LinuxPtraceDumper;
50 using google_breakpad::MappingInfo;
51 using google_breakpad::MappingList;
52 using google_breakpad::RawContextCPU;
53 using google_breakpad::SeccompUnwinder;
54 using google_breakpad::ThreadInfo;
55 using google_breakpad::UContextReader;
366 const google_breakpad::fpstate_t* const float_state_;
[all …]
/external/google-breakpad/src/processor/testdata/symbols/null_read_av/7B7D1968FF0D47AE4366E9C3A7E1B6750/
Dnull_read_av.sym66 FUNC 1c6c 20 0 google_breakpad::ProcCpuInfoReader::GetValueAndLen(unsigned long*)
70 FUNC 1c8c 20 0 google_breakpad::TypedMDRVA<MDRawDirectory>::CopyIndex(unsigned int, MDRawDirectory*)
74 FUNC 1cac 20 0 google_breakpad::TypedMDRVA<unsigned int>::AllocateObjectAndArray(unsigned long, uns…
78 FUNC 1ccc 20 0 google_breakpad::TypedMDRVA<unsigned int>::CopyIndexAfterObject(unsigned int, void c…
143 FUNC 1ed8 20 0 google_breakpad::TypedMDRVA<MDString>::CopyIndexAfterObject(unsigned int, void const…
147 FUNC 1ef8 20 0 google_breakpad::TypedMDRVA<MDString>::AllocateObjectAndArray(unsigned long, unsigne…
151 FUNC 1f18 20 0 google_breakpad::LineReader::PopLine(unsigned int)
172 FUNC 2140 2c 0 MinidumpCallback(google_breakpad::MinidumpDescriptor const&, void*, bool)
182 FUNC 2180 90 0 google_breakpad::MinidumpDescriptor::~MinidumpDescriptor()
207 FUNC 2210 f5 0 google_breakpad::ExceptionHandler::InstallHandlersLocked()
[all …]
/external/google-breakpad/src/processor/testdata/symbols/overflow/B0E1FC01EF48E39CAF5C881D2DF0C3840/
Doverflow.sym69 FUNC 1e7c 20 0 google_breakpad::ProcCpuInfoReader::GetValueAndLen(unsigned long*)
73 FUNC 1e9c 20 0 google_breakpad::TypedMDRVA<MDRawDirectory>::CopyIndex(unsigned int, MDRawDirectory*)
77 FUNC 1ebc 20 0 google_breakpad::TypedMDRVA<unsigned int>::AllocateObjectAndArray(unsigned long, uns…
81 FUNC 1edc 20 0 google_breakpad::TypedMDRVA<unsigned int>::CopyIndexAfterObject(unsigned int, void c…
146 FUNC 20e8 20 0 google_breakpad::TypedMDRVA<MDString>::CopyIndexAfterObject(unsigned int, void const…
150 FUNC 2108 20 0 google_breakpad::TypedMDRVA<MDString>::AllocateObjectAndArray(unsigned long, unsigne…
154 FUNC 2128 20 0 google_breakpad::LineReader::PopLine(unsigned int)
222 FUNC 24d0 2c 0 MinidumpCallback(google_breakpad::MinidumpDescriptor const&, void*, bool)
249 FUNC 25c0 8 0 std::_Sp_counted_ptr_inplace<google_breakpad::ExceptionHandler, std::allocator<google…
253 FUNC 25e0 c 0 std::_Sp_counted_ptr_inplace<google_breakpad::ExceptionHandler, std::allocator<google…
[all …]
/external/google-breakpad/src/client/mac/crash_generation/
DInspector.h66 const google_breakpad::SimpleStringDictionary::Entry &inEntry) { in KeyValueMessageData()
71 char key[google_breakpad::SimpleStringDictionary::key_size];
72 char value[google_breakpad::SimpleStringDictionary::value_size];
76 using google_breakpad::MinidumpGenerator;
78 namespace google_breakpad {
/external/google-breakpad/src/tools/linux/core2md/
Dcore2md.cc37 using google_breakpad::AppMemoryList;
38 using google_breakpad::MappingList;
39 using google_breakpad::LinuxCoreDumper;
52 return google_breakpad::WriteMinidump(filename, mappings, memory_list, in WriteMinidumpFromCore()
/external/google-breakpad/src/common/linux/
Ddump_symbols_unittest.cc48 namespace google_breakpad { namespace
56 using google_breakpad::synth_elf::ELF;
57 using google_breakpad::synth_elf::StringTable;
58 using google_breakpad::synth_elf::SymbolTable;
59 using google_breakpad::test_assembler::kLittleEndian;
60 using google_breakpad::test_assembler::Section;

12345678910>>...17