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

1 2

  /external/chromium_org/sync/internal_api/
debug_info_event_listener_unittest.cc 18 const sync_pb::DebugEventInfo& debug_info = local
20 ASSERT_TRUE(debug_info.has_singleton_event());
21 ASSERT_EQ(debug_info.singleton_event(),
31 sync_pb::DebugInfo debug_info; local
32 debug_info_event_listener.GetDebugInfo(&debug_info);
34 ASSERT_TRUE(debug_info.events_dropped());
35 ASSERT_EQ(static_cast<int>(kMaxEntries), debug_info.events_size());
43 sync_pb::DebugInfo debug_info; local
44 debug_info_event_listener.GetDebugInfo(&debug_info);
46 ASSERT_EQ(debug_info.events_size(), 1)
    [all...]
  /external/oprofile/libpp/
profile_container.h 42 * @param debug_info If true line numbers and source files are
48 profile_container(bool debug_info, bool need_details,
180 bool debug_info; member in class:profile_container
  /external/chromium_org/sync/engine/
commit.cc 97 sync_pb::DebugInfo* debug_info = message_.mutable_debug_info(); local
98 session->context()->debug_info_getter()->GetDebugInfo(debug_info);
get_updates_processor.cc 220 sync_pb::DebugInfo* debug_info = msg->mutable_debug_info(); local
221 CopyClientDebugInfo(session->context()->debug_info_getter(), debug_info);
367 sync_pb::DebugInfo* debug_info) {
369 debug_info_getter->GetDebugInfo(debug_info);
get_updates_processor_unittest.cc 500 sync_pb::DebugInfo debug_info; local
501 GetUpdatesProcessor::CopyClientDebugInfo(debug_info_getter(), &debug_info); local
502 EXPECT_EQ(0, debug_info.events_size());
506 sync_pb::DebugInfo debug_info; local
508 GetUpdatesProcessor::CopyClientDebugInfo(debug_info_getter(), &debug_info); local
509 EXPECT_EQ(1, debug_info.events_size());
510 GetUpdatesProcessor::CopyClientDebugInfo(debug_info_getter(), &debug_info); local
511 EXPECT_EQ(1, debug_info.events_size());
  /external/lldb/source/Plugins/SymbolFile/DWARF/
DWARFDebugAranges.cpp 93 DWARFDebugInfo* debug_info = dwarf2Data->DebugInfo(); local
94 if (debug_info)
101 DWARFCompileUnit* cu = debug_info->GetCompileUnitAtIndex(cu_idx);
DWARFDebugPubnames.cpp 76 DWARFDebugInfo* debug_info = dwarf2Data->DebugInfo(); local
77 if (debug_info)
87 DWARFCompileUnit* cu = debug_info->GetCompileUnitAtIndex(cu_idx);
217 DWARFDebugInfo* debug_info = dwarf2Data->DebugInfo(); local
218 if (debug_info)
224 DWARFCompileUnit* cu = debug_info->GetCompileUnitAtIndex(cu_idx);
DWARFDebugInfo.cpp 345 DWARFDebugInfo* debug_info = (DWARFDebugInfo*)userData; local
353 debug_info->AddCompileUnit(cu_sp);
383 // Parses the .debug_info section and uses the .debug_abbrev section
640 // Dump the information in the .debug_info section to the specified
659 s->PutCString(".debug_info contents");
666 s->Printf(" for DIE entry at .debug_info[0x%8.8x]", die_offset);
692 s->PutCString("Dumping .debug_info section from internal representation\n");
DWARFCompileUnit.cpp 72 DWARFCompileUnit::Extract(const DataExtractor &debug_info, lldb::offset_t *offset_ptr)
78 if (debug_info.ValidOffset(*offset_ptr))
82 m_length = debug_info.GetU32(offset_ptr);
83 m_version = debug_info.GetU16(offset_ptr);
84 abbr_offset = debug_info.GetU32(offset_ptr);
85 m_addr_size = debug_info.GetU8 (offset_ptr);
87 bool length_OK = debug_info.ValidOffset(GetNextCompileUnitOffset()-1);
182 "DWARFCompileUnit::ExtractDIEsIfNeeded () for compile unit at .debug_info[0x%8.8x]",
315 const DataExtractor& debug_info = m_dwarf2Data->get_debug_info_data(); local
316 bool valid_offset = debug_info.ValidOffset(m_offset)
    [all...]
  /external/oprofile/pp/
opreport_options.cpp 38 bool debug_info; member in namespace:options
95 popt::option(options::debug_info, "debug-info", 'g',
212 if (debug_info || accumulated) {
294 if (debug_info)
295 xml_utils::add_option(DEBUG_INFO, true);
opannotate.cpp 834 bool debug_info = false; local
841 debug_info = true;
844 if (!debug_info && !options::assembly) {
  /external/chromium_org/components/omnibox/
autocomplete_result.cc 246 const base::string16 debug_info = local
255 DCHECK(default_match_->allowed_to_be_default_match) << debug_info;
263 DCHECK_NE(metrics::OmniboxInputType::URL, input.type()) << debug_info;
266 << debug_info;
275 << debug_info;
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/dbgfmts/dwarf2/
dwarf2-dbgfmt.c 154 /*@null@*/ yasm_section *debug_info, *debug_line, *main_code; local
163 /* If we don't have a .debug_info (or it's empty), generate the minimal
164 * set of .debug_info, .debug_aranges, and .debug_abbrev so that the
167 debug_info = yasm_object_find_general(object, ".debug_info");
169 (!debug_info || yasm_section_bcs_first(debug_info)
170 == yasm_section_bcs_last(debug_info))) {
171 debug_info = yasm_dwarf2__generate_info(object, debug_line, main_code);
172 yasm_dwarf2__generate_aranges(object, debug_info);
    [all...]
dwarf2-info.c 271 yasm_section *debug_info = local
272 yasm_object_get_general(object, ".debug_info", 4, 0, 0, &new, 0);
275 yasm_section_set_align(debug_info, 0, 0);
289 head = yasm_dwarf2__add_head(dbgfmt_dwarf2, debug_info, debug_abbrev, 1, 0);
296 dwarf2_append_expr(debug_info,
302 dwarf2_append_expr(debug_info,
314 dwarf2_append_expr(debug_info,
319 dwarf2_append_expr(debug_info,
329 dwarf2_append_str(debug_info, object->src_filename);
334 dwarf2_append_str(debug_info, buf)
    [all...]
  /external/oprofile/libutil++/
op_bfd.h 277 mutable cached_value<bool> debug_info; member in class:op_bfd
  /external/oprofile/opjitconv/
debug_line.c 442 asection * line_section, * debug_info, * debug_abbrev; local
482 debug_info = create_section(abfd, ".debug_info", b_debug_info.size, 0,
484 if (!debug_info)
499 asection * line_section, * debug_info, * debug_abbrev; local
505 debug_info = bfd_get_section_by_name(abfd, ".debug_info");
506 if (!debug_info)
515 fill_section_content(abfd, debug_info, b_debug_info.p,
  /external/chromium_org/chrome/browser/history/
thumbnail_database.cc 118 // Attempt to pass 2000 bytes of |debug_info| into a crash dump.
119 void DumpWithoutCrashing2000(const std::string& debug_info) {
121 base::strlcpy(debug_buf, debug_info.c_str(), arraysize(debug_buf));
131 std::string debug_info; local
133 base::StringAppendF(&debug_info, "SQLITE_CORRUPT, integrity_check:\n");
138 base::StringAppendF(&debug_info, "too big %" PRIuS "\n", startup_kb);
144 base::StringAppendF(&debug_info, "# %" PRIx64 " ms, %" PRIuS " records\n",
157 base::StringAppendF(&debug_info, "%s\n", messages[i].c_str());
161 DumpWithoutCrashing2000(debug_info);
168 std::string debug_info; local
    [all...]
  /external/chromium_org/third_party/jinja2/
environment.py 1049 def debug_info(self): member in class:Template
    [all...]
  /external/chromium_org/ui/compositor/
layer_unittest.cc 649 scoped_refptr<base::debug::ConvertableToTraceFormat> debug_info = local
651 EXPECT_TRUE(!!debug_info.get());
653 debug_info->AppendAsTraceFormat(&json);
    [all...]
  /external/chromium_org/v8/src/
debug.h 70 explicit BreakLocationIterator(Handle<DebugInfo> debug_info,
183 explicit DebugInfoListNode(DebugInfo* debug_info);
188 Handle<DebugInfo> debug_info() { return debug_info_; } function in class:v8::internal::DebugInfoListNode
341 // debug_info which is a FixedArray. Each entry in this list is of class
555 void RemoveDebugInfo(Handle<DebugInfo> debug_info);
debug.cc 62 BreakLocationIterator::BreakLocationIterator(Handle<DebugInfo> debug_info,
64 debug_info_ = debug_info;
700 BreakLocationIterator it(node->debug_info(), ALL_BREAK_LOCATIONS);
702 debug->RemoveDebugInfo(node->debug_info());
713 DebugInfoListNode::DebugInfoListNode(DebugInfo* debug_info): next_(NULL) {
715 GlobalHandles* global_handles = debug_info->GetIsolate()->global_handles();
716 debug_info_ = Handle<DebugInfo>::cast(global_handles->Create(debug_info));
887 Handle<DebugInfo> debug_info = GetDebugInfo(shared); local
890 BreakLocationIterator break_location_iterator(debug_info,
1089 Handle<DebugInfo> debug_info = GetDebugInfo(shared); local
1133 Handle<DebugInfo> debug_info = GetDebugInfo(shared); local
1160 Handle<DebugInfo> debug_info = node->debug_info(); local
1334 Handle<DebugInfo> debug_info = GetDebugInfo(shared); local
1559 Handle<DebugInfo> debug_info = GetDebugInfo(shared); local
2197 Handle<DebugInfo> debug_info = isolate->factory()->NewDebugInfo(shared); local
2254 Handle<DebugInfo> debug_info = GetDebugInfo(shared); local
2348 Handle<DebugInfo> debug_info = GetDebugInfo(shared); local
    [all...]
factory.cc 2091 Handle<DebugInfo> debug_info = local
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/multiprocessing/
managers.py 153 'debug_info', 'number_of_objects', 'dummy', 'incref', 'decref']
317 def debug_info(self, c): member in class:Server
584 return dispatch(conn, None, 'debug_info')
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/multiprocessing/
managers.py 153 'debug_info', 'number_of_objects', 'dummy', 'incref', 'decref']
317 def debug_info(self, c): member in class:Server
584 return dispatch(conn, None, 'debug_info')
    [all...]
  /art/runtime/
elf_file.cc 1605 const Elf32_Shdr* debug_info = all.FindSectionByName(".debug_info"); local
    [all...]

Completed in 784 milliseconds

1 2