HomeSort by relevance Sort by last modified time
    Searched refs:code_file (Results 1 - 25 of 26) sorted by null

1 2

  /external/google-breakpad/src/processor/
source_line_resolver_base.cc 157 if (modules_->find(module->code_file()) != modules_->end()) {
158 BPLOG(INFO) << "Symbols for module " << module->code_file()
163 BPLOG(INFO) << "Loading symbols for module " << module->code_file()
178 memory_buffers_->insert(make_pair(module->code_file(), memory_buffer));
192 if (modules_->find(module->code_file()) != modules_->end()) {
193 BPLOG(INFO) << "Symbols for module " << module->code_file()
201 BPLOG(ERROR) << "Could not allocate memory for " << module->code_file();
214 memory_buffers_->insert(make_pair(module->code_file(), memory_buffer));
230 if (modules_->find(module->code_file()) != modules_->end()) {
231 BPLOG(INFO) << "Symbols for module " << module->code_file()
    [all...]
basic_code_module.h 60 code_file_(that->code_file()),
67 const string &code_file,
74 code_file_(code_file),
86 virtual string code_file() const { return code_file_; } function in class:google_breakpad::BasicCodeModule
stack_frame_symbolizer.cc 69 if (no_symbol_modules_.find(module->code_file()) !=
109 no_symbol_modules_.insert(module->code_file());
115 no_symbol_modules_.insert(module->code_file());
simple_symbol_supplier.cc 121 memory_buffers_.insert(make_pair(module->code_file(), *symbol_data));
132 map<string, char *>::iterator it = memory_buffers_.find(module->code_file());
135 << module->code_file();
161 "(code_file = " <<
162 PathnameStripper::File(module->code_file()) << ")";
172 "(code_file = " <<
173 PathnameStripper::File(module->code_file()) <<
stackwalker_unittest_utils.h 107 const string &code_file, const string &version)
108 : base_address_(base_address), size_(size), code_file_(code_file) { }
112 string code_file() const { return code_file_; } function in class:MockCodeModule
fast_source_line_resolver_unittest.cc 72 explicit TestCodeModule(string code_file) : code_file_(code_file) {}
77 virtual string code_file() const { return code_file_; } function in class:__anon11477::TestCodeModule
201 module1.code_file(), &basic_resolver, &fast_resolver));
209 module2.code_file(), &basic_resolver, &fast_resolver));
229 ASSERT_EQ(frame.module->code_file(), "module1");
383 ASSERT_EQ(frame.module->code_file(), "module2");
415 ASSERT_TRUE(serializer.ConvertOneModule(module3.code_file(),
427 ASSERT_TRUE(serializer.ConvertOneModule(module4.code_file(),
449 ASSERT_TRUE(serializer.ConvertOneModule(module1.code_file(),
    [all...]
basic_code_modules.cc 70 BPLOG(ERROR) << "Module " << module->code_file() <<
minidump_processor_unittest.cc 233 if (module && module->code_file() == "c:\\test_app.exe") {
277 << module->code_file() << " size: " << *symbol_data_size;
282 memory_buffers_.insert(make_pair(module->code_file(), *symbol_data));
289 map<string, char *>::iterator it = memory_buffers_.find(module->code_file());
365 Property(&google_breakpad::CodeModule::code_file,
369 Property(&google_breakpad::CodeModule::code_file,
383 Property(&google_breakpad::CodeModule::code_file,
387 Property(&google_breakpad::CodeModule::code_file,
427 ASSERT_EQ(stack->frames()->at(0)->module->code_file(), "c:\\test_app.exe");
435 ASSERT_EQ(stack->frames()->at(1)->module->code_file(), "c:\\test_app.exe")
    [all...]
microdump_processor_unittest.cc 171 state.threads()->at(0)->frames()->at(6)->module->code_file());
189 state.threads()->at(0)->frames()->at(7)->module->code_file());
basic_source_line_resolver_unittest.cc 61 TestCodeModule(string code_file) : code_file_(code_file) {}
66 virtual string code_file() const { return code_file_; } function in class:__anon11470::TestCodeModule
201 ASSERT_EQ(frame.module->code_file(), "module1");
356 ASSERT_EQ(frame.module->code_file(), "module2");
stackwalk_common.cc 269 printf("%s", PathnameStripper::File(frame->module->code_file()).c_str());
634 assert(!frame->module->code_file().empty());
636 frame->module->code_file())).c_str());
    [all...]
microdump.cc 90 BPLOG(ERROR) << "Module " << module->code_file() <<
295 filename, // code_file
minidump.cc 1816 string MinidumpModule::code_file() const { function in class:google_breakpad::MinidumpModule
    [all...]
  /external/google-breakpad/src/google_breakpad/processor/
code_module.h 58 virtual string code_file() const = 0;
69 // this will be different from code_file. If debugging information is
71 // will be the same as code_file. Empty on error.
76 // the same as code_identifier when the debug_file and code_file are
minidump.h 386 virtual string code_file() const;
    [all...]
  /external/google-breakpad/src/tools/windows/symupload/
symupload.cc 34 // code_file: the basename of the module, e.g. "app.exe"
202 wstring code_file = WindowsStringUtils::GetBaseName(wstring(module)); local
205 parameters[L"code_file"] = code_file;
252 pdb_info.debug_identifier.c_str(), code_file.c_str(),
  /external/google-breakpad/src/tools/windows/converter/
ms_symbol_server_converter.h 83 string code_file; member in struct:google_breakpad::MissingSymbolInfo
ms_symbol_server_converter.cc 343 return LocateFile(missing.code_file, missing.code_identifier,
  /external/google-breakpad/src/common/windows/
pdb_source_line_writer.h 76 wstring code_file; member in struct:google_breakpad::PEModuleInfo
pdb_source_line_writer.cc 664 string code_file; local
665 if (!WindowsStringUtils::safe_wcstombs(code_file_, &code_file)) {
669 AutoImage img(ImageLoad((PSTR)code_file.c_str(), NULL));
671 fprintf(stderr, "Failed to load %s\n", code_file.c_str());
852 info.code_file.c_str());
1255 string code_file; local
    [all...]
  /external/google-breakpad/src/client/mac/tests/
minidump_generator_test.cc 134 EXPECT_EQ(GetExecutablePath(), main_module->code_file());
225 EXPECT_EQ(GetExecutablePath(), main_module->code_file());
315 EXPECT_EQ(helper_path, main_module->code_file());
crash_generation_server_test.cc 274 EXPECT_EQ(GetExecutablePath(), main_module->code_file());
353 EXPECT_EQ(helper_path, main_module->code_file());
  /external/google-breakpad/src/client/linux/minidump_writer/
minidump_writer_unittest.cc 213 EXPECT_EQ(kMemoryName, module->code_file());
333 EXPECT_EQ(kMemoryName, module->code_file());
412 EXPECT_STREQ(binpath.c_str(), module->code_file().c_str());
  /external/autotest/server/
server_job.py     [all...]
  /external/google-breakpad/src/client/linux/handler/
exception_handler_unittest.cc 870 EXPECT_EQ(kMemoryName, module->code_file());
    [all...]

Completed in 534 milliseconds

1 2