Home
last modified time | relevance | path

Searched refs:code_file (Results 1 – 25 of 33) sorted by relevance

12

/external/google-breakpad/src/processor/
Dsource_line_resolver_base.cc157 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 …]
Dbasic_code_module.h60 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
Dfast_source_line_resolver_unittest.cc72 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()
Dsimple_symbol_supplier.cc121 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()
Dminidump_processor_unittest.cc233 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 …]
Dstack_frame_symbolizer.cc69 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()
Dstackwalker_unittest_utils.h107 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
Dbasic_source_line_resolver_unittest.cc61 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()
Dmicrodump_processor_unittest.cc171 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()
Dbasic_code_modules.cc70 BPLOG(ERROR) << "Module " << module->code_file() << in BasicCodeModules()
Dstackwalk_common.cc269 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()
Dmicrodump.cc90 BPLOG(ERROR) << "Module " << module->code_file() << in Add()
/external/google-breakpad/src/processor/testdata/
Dminidump2.dump.out203 (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/
Dsymupload.cc202 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/
Dpdb_source_line_writer.cc664 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()
Dpdb_source_line_writer.h76 wstring code_file; member
/external/google-breakpad/src/tools/mac/crash_report/
Don_demand_symbol_supplier.mm183 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());
Dcrash_report.mm100 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/
Dminidump_generator_test.cc134 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()
Dcrash_generation_server_test.cc274 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/
Dcode_module.h58 virtual string code_file() const = 0;
/external/google-breakpad/src/processor/proto/
Dprocess_state.proto185 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/
Dms_symbol_server_converter.h83 string code_file; member
/external/google-breakpad/src/client/linux/minidump_writer/
Dminidump_writer_unittest.cc213 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/
Dsymupload.m32 // code_file: the basename of the module, e.g. "app"
112 [parameters setObject:[moduleParts objectAtIndex:4] forKey:@"code_file"];

12