/external/google-breakpad/src/processor/ |
D | source_line_resolver_base.cc | 157 if (modules_->find(module->code_file()) != modules_->end()) { in LoadModule() 158 BPLOG(INFO) << "Symbols for module " << module->code_file() in LoadModule() 163 BPLOG(INFO) << "Loading symbols for module " << module->code_file() in LoadModule() 178 memory_buffers_->insert(make_pair(module->code_file(), memory_buffer)); in LoadModule() 192 if (modules_->find(module->code_file()) != modules_->end()) { in LoadModuleUsingMapBuffer() 193 BPLOG(INFO) << "Symbols for module " << module->code_file() in LoadModuleUsingMapBuffer() 201 BPLOG(ERROR) << "Could not allocate memory for " << module->code_file(); in LoadModuleUsingMapBuffer() 214 memory_buffers_->insert(make_pair(module->code_file(), memory_buffer)); in LoadModuleUsingMapBuffer() 230 if (modules_->find(module->code_file()) != modules_->end()) { in LoadModuleUsingMemoryBuffer() 231 BPLOG(INFO) << "Symbols for module " << module->code_file() in LoadModuleUsingMemoryBuffer() [all …]
|
D | basic_code_module.h | 60 code_file_(that->code_file()), in BasicCodeModule() 67 const string &code_file, in BasicCodeModule() argument 74 code_file_(code_file), in BasicCodeModule() 86 virtual string code_file() const { return code_file_; } in code_file() function
|
D | fast_source_line_resolver_unittest.cc | 72 explicit TestCodeModule(string code_file) : code_file_(code_file) {} in TestCodeModule() argument 77 virtual string code_file() const { return code_file_; } in code_file() function in __anon233c601c0111::TestCodeModule 201 module1.code_file(), &basic_resolver, &fast_resolver)); in TEST_F() 209 module2.code_file(), &basic_resolver, &fast_resolver)); in TEST_F() 229 ASSERT_EQ(frame.module->code_file(), "module1"); in TEST_F() 383 ASSERT_EQ(frame.module->code_file(), "module2"); in TEST_F() 415 ASSERT_TRUE(serializer.ConvertOneModule(module3.code_file(), in TEST_F() 427 ASSERT_TRUE(serializer.ConvertOneModule(module4.code_file(), in TEST_F() 449 ASSERT_TRUE(serializer.ConvertOneModule(module1.code_file(), in TEST_F() 460 ASSERT_TRUE(serializer.ConvertOneModule(module1.code_file(), in TEST_F()
|
D | simple_symbol_supplier.cc | 121 memory_buffers_.insert(make_pair(module->code_file(), *symbol_data)); in GetCStringSymbolData() 132 map<string, char *>::iterator it = memory_buffers_.find(module->code_file()); in FreeSymbolData() 135 << module->code_file(); in FreeSymbolData() 162 PathnameStripper::File(module->code_file()) << ")"; in GetSymbolFileAtPathFromRoot() 173 PathnameStripper::File(module->code_file()) << in GetSymbolFileAtPathFromRoot()
|
D | minidump_processor_unittest.cc | 233 if (module && module->code_file() == "c:\\test_app.exe") { in GetSymbolFile() 277 << module->code_file() << " size: " << *symbol_data_size; in GetCStringSymbolData() 282 memory_buffers_.insert(make_pair(module->code_file(), *symbol_data)); in GetCStringSymbolData() 289 map<string, char *>::iterator it = memory_buffers_.find(module->code_file()); in FreeSymbolData() 365 Property(&google_breakpad::CodeModule::code_file, in TEST_F() 369 Property(&google_breakpad::CodeModule::code_file, in TEST_F() 383 Property(&google_breakpad::CodeModule::code_file, in TEST_F() 387 Property(&google_breakpad::CodeModule::code_file, in TEST_F() 427 ASSERT_EQ(stack->frames()->at(0)->module->code_file(), "c:\\test_app.exe"); in TEST_F() 435 ASSERT_EQ(stack->frames()->at(1)->module->code_file(), "c:\\test_app.exe"); in TEST_F() [all …]
|
D | stack_frame_symbolizer.cc | 69 if (no_symbol_modules_.find(module->code_file()) != in FillSourceLineInfo() 109 no_symbol_modules_.insert(module->code_file()); in FillSourceLineInfo() 115 no_symbol_modules_.insert(module->code_file()); in FillSourceLineInfo()
|
D | stackwalker_unittest_utils.h | 107 const string &code_file, const string &version) in MockCodeModule() argument 108 : base_address_(base_address), size_(size), code_file_(code_file) { } in MockCodeModule() 112 string code_file() const { return code_file_; } in code_file() function
|
D | basic_source_line_resolver_unittest.cc | 61 TestCodeModule(string code_file) : code_file_(code_file) {} in TestCodeModule() argument 66 virtual string code_file() const { return code_file_; } in code_file() function in __anon066effb00111::TestCodeModule 201 ASSERT_EQ(frame.module->code_file(), "module1"); in TEST_F() 356 ASSERT_EQ(frame.module->code_file(), "module2"); in TEST_F()
|
D | microdump_processor_unittest.cc | 171 state.threads()->at(0)->frames()->at(6)->module->code_file()); in TEST_F() 189 state.threads()->at(0)->frames()->at(7)->module->code_file()); in TEST_F()
|
D | basic_code_modules.cc | 70 BPLOG(ERROR) << "Module " << module->code_file() << in BasicCodeModules()
|
D | stackwalk_common.cc | 269 printf("%s", PathnameStripper::File(frame->module->code_file()).c_str()); in PrintStack() 634 assert(!frame->module->code_file().empty()); in PrintStackMachineReadable() 636 frame->module->code_file())).c_str()); in PrintStackMachineReadable() 714 PathnameStripper::File(module->code_file()).c_str(), in PrintModule() 772 StripSeparator(PathnameStripper::File(module->code_file())).c_str(), in PrintModulesMachineReadable()
|
D | microdump.cc | 90 BPLOG(ERROR) << "Module " << module->code_file() << in Add()
|
/external/google-breakpad/src/processor/testdata/ |
D | minidump2.dump.out | 203 (code_file) = "c:\test_app.exe" 235 (code_file) = "C:\WINDOWS\system32\ntdll.dll" 267 (code_file) = "C:\WINDOWS\system32\kernel32.dll" 299 (code_file) = "C:\WINDOWS\system32\ole32.dll" 331 (code_file) = "C:\WINDOWS\system32\advapi32.dll" 363 (code_file) = "C:\WINDOWS\system32\rpcrt4.dll" 395 (code_file) = "C:\WINDOWS\system32\gdi32.dll" 427 (code_file) = "C:\WINDOWS\system32\user32.dll" 459 (code_file) = "C:\WINDOWS\system32\msvcrt.dll" 491 (code_file) = "C:\WINDOWS\system32\imm32.dll" [all …]
|
/external/google-breakpad/src/tools/windows/symupload/ |
D | symupload.cc | 202 wstring code_file = WindowsStringUtils::GetBaseName(wstring(module)); in wmain() local 205 parameters[L"code_file"] = code_file; in wmain() 252 pdb_info.debug_identifier.c_str(), code_file.c_str(), in wmain()
|
/external/google-breakpad/src/common/windows/ |
D | pdb_source_line_writer.cc | 664 string code_file; in PrintFrameDataUsingEXE() local 665 if (!WindowsStringUtils::safe_wcstombs(code_file_, &code_file)) { in PrintFrameDataUsingEXE() 669 AutoImage img(ImageLoad((PSTR)code_file.c_str(), NULL)); in PrintFrameDataUsingEXE() 671 fprintf(stderr, "Failed to load %s\n", code_file.c_str()); in PrintFrameDataUsingEXE() 852 info.code_file.c_str()); in PrintPEInfo() 1255 string code_file; in GetPEInfo() local 1256 if (!WindowsStringUtils::safe_wcstombs(code_file_, &code_file)) { in GetPEInfo() 1260 AutoImage img(ImageLoad((PSTR)code_file.c_str(), NULL)); in GetPEInfo() 1262 fprintf(stderr, "Failed to open PE file: %s\n", code_file.c_str()); in GetPEInfo() 1266 info->code_file = WindowsStringUtils::GetBaseName(code_file_); in GetPEInfo()
|
D | pdb_source_line_writer.h | 76 wstring code_file; member
|
/external/google-breakpad/src/tools/mac/crash_report/ |
D | on_demand_symbol_supplier.mm | 183 memory_buffers_.insert(make_pair(module->code_file(), *symbol_data)); 189 map<string, char *>::iterator it = memory_buffers_.find(module->code_file()); 198 const char *moduleStr = module->code_file().c_str(); 206 return module->code_file(); 233 return module->code_file(); 237 return PathnameStripper::File(module->code_file());
|
D | crash_report.mm | 100 strcpy(buffer, PathnameStripper::File(module->code_file()).c_str()); 217 PathnameStripper::File(module->code_file()).c_str(), 221 module->code_file().c_str());
|
/external/google-breakpad/src/client/mac/tests/ |
D | minidump_generator_test.cc | 134 EXPECT_EQ(GetExecutablePath(), main_module->code_file()); in TEST_F() 225 EXPECT_EQ(GetExecutablePath(), main_module->code_file()); in TEST_F() 315 EXPECT_EQ(helper_path, main_module->code_file()); in TEST_F()
|
D | crash_generation_server_test.cc | 274 EXPECT_EQ(GetExecutablePath(), main_module->code_file()); in TEST_F() 353 EXPECT_EQ(helper_path, main_module->code_file()); in TEST_F()
|
/external/google-breakpad/src/google_breakpad/processor/ |
D | code_module.h | 58 virtual string code_file() const = 0;
|
/external/google-breakpad/src/processor/proto/ |
D | process_state.proto | 185 optional string code_file = 3; field 196 // this will be different from code_file. If debugging information is 198 // will be the same as code_file. 203 // the same as code_identifier when the debug_file and code_file are
|
/external/google-breakpad/src/tools/windows/converter/ |
D | ms_symbol_server_converter.h | 83 string code_file; member
|
/external/google-breakpad/src/client/linux/minidump_writer/ |
D | minidump_writer_unittest.cc | 213 EXPECT_EQ(kMemoryName, module->code_file()); in TEST() 333 EXPECT_EQ(kMemoryName, module->code_file()); in TEST() 412 EXPECT_STREQ(binpath.c_str(), module->code_file().c_str()); in TEST()
|
/external/google-breakpad/src/tools/mac/symupload/ |
D | symupload.m | 32 // code_file: the basename of the module, e.g. "app" 112 [parameters setObject:[moduleParts objectAtIndex:4] forKey:@"code_file"];
|