Home
last modified time | relevance | path

Searched refs:debug_info (Results 1 – 25 of 104) sorted by relevance

12345

/external/chromium_org/sync/internal_api/
Ddebug_info_event_listener_unittest.cc18 const sync_pb::DebugEventInfo& debug_info = in TEST_F() local
20 ASSERT_TRUE(debug_info.has_singleton_event()); in TEST_F()
21 ASSERT_EQ(debug_info.singleton_event(), in TEST_F()
31 sync_pb::DebugInfo debug_info; in TEST_F() local
32 debug_info_event_listener.GetDebugInfo(&debug_info); in TEST_F()
34 ASSERT_TRUE(debug_info.events_dropped()); in TEST_F()
35 ASSERT_EQ(static_cast<int>(kMaxEntries), debug_info.events_size()); in TEST_F()
43 sync_pb::DebugInfo debug_info; in TEST_F() local
44 debug_info_event_listener.GetDebugInfo(&debug_info); in TEST_F()
46 ASSERT_EQ(debug_info.events_size(), 1); in TEST_F()
[all …]
Ddebug_info_event_listener.cc146 void DebugInfoEventListener::GetDebugInfo(sync_pb::DebugInfo* debug_info) { in GetDebugInfo() argument
153 sync_pb::DebugEventInfo* event_info = debug_info->add_events(); in GetDebugInfo()
157 debug_info->set_events_dropped(events_dropped_); in GetDebugInfo()
158 debug_info->set_cryptographer_ready(cryptographer_ready_); in GetDebugInfo()
159 debug_info->set_cryptographer_has_pending_keys( in GetDebugInfo()
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/dbgfmts/dwarf2/
Ddwarf2-info.c271 yasm_section *debug_info = in yasm_dwarf2__generate_info() local
275 yasm_section_set_align(debug_info, 0, 0); in yasm_dwarf2__generate_info()
289 head = yasm_dwarf2__add_head(dbgfmt_dwarf2, debug_info, debug_abbrev, 1, 0); in yasm_dwarf2__generate_info()
296 dwarf2_append_expr(debug_info, in yasm_dwarf2__generate_info()
302 dwarf2_append_expr(debug_info, in yasm_dwarf2__generate_info()
314 dwarf2_append_expr(debug_info, in yasm_dwarf2__generate_info()
319 dwarf2_append_expr(debug_info, in yasm_dwarf2__generate_info()
329 dwarf2_append_str(debug_info, object->src_filename); in yasm_dwarf2__generate_info()
334 dwarf2_append_str(debug_info, buf); in yasm_dwarf2__generate_info()
340 dwarf2_append_str(debug_info, "yasm HEAD"); in yasm_dwarf2__generate_info()
[all …]
Ddwarf2-dbgfmt.c154 /*@null@*/ yasm_section *debug_info, *debug_line, *main_code; in dwarf2_dbgfmt_generate() local
167 debug_info = yasm_object_find_general(object, ".debug_info"); in dwarf2_dbgfmt_generate()
169 (!debug_info || yasm_section_bcs_first(debug_info) in dwarf2_dbgfmt_generate()
170 == yasm_section_bcs_last(debug_info))) { in dwarf2_dbgfmt_generate()
171 debug_info = yasm_dwarf2__generate_info(object, debug_line, main_code); in dwarf2_dbgfmt_generate()
172 yasm_dwarf2__generate_aranges(object, debug_info); in dwarf2_dbgfmt_generate()
Ddwarf2-dbgfmt.h120 yasm_section *debug_info);
124 yasm_section *debug_info);
Ddwarf2-aranges.c81 yasm_dwarf2__generate_aranges(yasm_object *object, yasm_section *debug_info) in yasm_dwarf2__generate_aranges() argument
96 head = yasm_dwarf2__add_head(dbgfmt_dwarf2, debug_aranges, debug_info, 1, in yasm_dwarf2__generate_aranges()
/external/llvm/lib/DebugInfo/
DDWARFTypeUnit.cpp16 bool DWARFTypeUnit::extractImpl(DataExtractor debug_info, in extractImpl() argument
18 if (!DWARFUnit::extractImpl(debug_info, offset_ptr)) in extractImpl()
20 TypeHash = debug_info.getU64(offset_ptr); in extractImpl()
21 TypeOffset = debug_info.getU32(offset_ptr); in extractImpl()
DDWARFUnit.cpp54 bool DWARFUnit::extractImpl(DataExtractor debug_info, uint32_t *offset_ptr) { in extractImpl() argument
55 Length = debug_info.getU32(offset_ptr); in extractImpl()
56 Version = debug_info.getU16(offset_ptr); in extractImpl()
57 uint64_t AbbrOffset = debug_info.getU32(offset_ptr); in extractImpl()
58 AddrSize = debug_info.getU8(offset_ptr); in extractImpl()
60 bool LengthOK = debug_info.isValidOffset(getNextUnitOffset() - 1); in extractImpl()
74 bool DWARFUnit::extract(DataExtractor debug_info, uint32_t *offset_ptr) { in extract() argument
79 if (debug_info.isValidOffset(*offset_ptr)) { in extract()
80 if (extractImpl(debug_info, offset_ptr)) in extract()
/external/chromium_org/chrome/browser/history/
Dthumbnail_database.cc119 void DumpWithoutCrashing2000(const std::string& debug_info) { in DumpWithoutCrashing2000() argument
121 base::strlcpy(debug_buf, debug_info.c_str(), arraysize(debug_buf)); in DumpWithoutCrashing2000()
131 std::string debug_info; in ReportCorrupt() local
133 base::StringAppendF(&debug_info, "SQLITE_CORRUPT, integrity_check:\n"); in ReportCorrupt()
138 base::StringAppendF(&debug_info, "too big %" PRIuS "\n", startup_kb); in ReportCorrupt()
144 base::StringAppendF(&debug_info, "# %" PRIx64 " ms, %" PRIuS " records\n", in ReportCorrupt()
157 base::StringAppendF(&debug_info, "%s\n", messages[i].c_str()); in ReportCorrupt()
161 DumpWithoutCrashing2000(debug_info); in ReportCorrupt()
168 std::string debug_info; in ReportError() local
171 base::StringAppendF(&debug_info, "db error: %d/%s\n", in ReportError()
[all …]
/external/oprofile/libpp/
Dcallgraph_container.h119 extra_images const & extra, bool debug_info,
147 bool debug_info, size_t pclass);
152 bool debug_info, bool merge_lib);
156 bool debug_info, bool merge_lib);
Dcallgraph_container.cpp130 image_name_id aid, bool debug_info) in call_data() argument
132 app(aid), debug(debug_info) {} in call_data()
396 extra_images const & extra, bool debug_info, double threshold, in populate() argument
402 profile_container pc(debug_info, false, extra_found_images); in populate()
418 i, pc, debug_info, merge_lib); in populate()
428 profile_container const & pc, bool debug_info, bool merge_lib) in populate() argument
438 pclass, pc, debug_info, merge_lib); in populate()
446 profile_container const & pc, bool debug_info, bool merge_lib) in populate() argument
496 debug_info, pclass); in populate()
504 profile_container const & pc, bool debug_info, size_t pclass) in add() argument
[all …]
Dprofile_container.h48 profile_container(bool debug_info, bool need_details,
180 bool debug_info; variable
/external/llvm/test/DebugInfo/
Ddwarfdump-dump-flags.test5 ; DUMP_ALL: .debug_info
8 ; DUMP_INFO: .debug_info
11 ; DUMP_RANGES-NOT: .debug_info
Ddwarfdump-type-units.test6 FOO: debug_info contents:
18 BAR: debug_info contents:
31 TYPES-NOT: debug_info contents:
/external/lldb/source/Plugins/SymbolFile/DWARF/
DDWARFDebugPubnames.cpp76 DWARFDebugInfo* debug_info = dwarf2Data->DebugInfo(); in GeneratePubnames() local
77 if (debug_info) in GeneratePubnames()
87 DWARFCompileUnit* cu = debug_info->GetCompileUnitAtIndex(cu_idx); in GeneratePubnames()
217 DWARFDebugInfo* debug_info = dwarf2Data->DebugInfo(); in GeneratePubBaseTypes() local
218 if (debug_info) in GeneratePubBaseTypes()
224 DWARFCompileUnit* cu = debug_info->GetCompileUnitAtIndex(cu_idx); in GeneratePubBaseTypes()
DDWARFDebugAranges.cpp93 DWARFDebugInfo* debug_info = dwarf2Data->DebugInfo(); in Generate() local
94 if (debug_info) in Generate()
101 DWARFCompileUnit* cu = debug_info->GetCompileUnitAtIndex(cu_idx); in Generate()
DDWARFCompileUnit.cpp72 DWARFCompileUnit::Extract(const DataExtractor &debug_info, lldb::offset_t *offset_ptr) in Extract() argument
78 if (debug_info.ValidOffset(*offset_ptr)) in Extract()
82 m_length = debug_info.GetU32(offset_ptr); in Extract()
83 m_version = debug_info.GetU16(offset_ptr); in Extract()
84 abbr_offset = debug_info.GetU32(offset_ptr); in Extract()
85 m_addr_size = debug_info.GetU8 (offset_ptr); in Extract()
87 bool length_OK = debug_info.ValidOffset(GetNextCompileUnitOffset()-1); in Extract()
315 const DataExtractor& debug_info = m_dwarf2Data->get_debug_info_data(); in Verify() local
316 bool valid_offset = debug_info.ValidOffset(m_offset); in Verify()
317 bool length_OK = debug_info.ValidOffset(GetNextCompileUnitOffset()-1); in Verify()
/external/chromium_org/v8/src/
Ddebug.cc65 BreakLocationIterator::BreakLocationIterator(Handle<DebugInfo> debug_info, in BreakLocationIterator() argument
67 debug_info_ = debug_info; in BreakLocationIterator()
707 BreakLocationIterator it(node->debug_info(), ALL_BREAK_LOCATIONS); in HandleWeakDebugInfo()
709 debug->RemoveDebugInfo(node->debug_info()); in HandleWeakDebugInfo()
720 DebugInfoListNode::DebugInfoListNode(DebugInfo* debug_info): next_(NULL) { in DebugInfoListNode() argument
722 GlobalHandles* global_handles = debug_info->GetIsolate()->global_handles(); in DebugInfoListNode()
723 debug_info_ = Handle<DebugInfo>::cast(global_handles->Create(debug_info)); in DebugInfoListNode()
905 Handle<DebugInfo> debug_info = GetDebugInfo(shared); in Break() local
908 BreakLocationIterator break_location_iterator(debug_info, in Break()
1081 return !shared->debug_info()->IsUndefined(); in HasDebugInfo()
[all …]
/external/chromium_org/sync/test/sessions/
Dmock_debug_info_getter.cc16 void MockDebugInfoGetter::GetDebugInfo(sync_pb::DebugInfo* debug_info) { in GetDebugInfo() argument
17 debug_info->CopyFrom(debug_info_); in GetDebugInfo()
/external/oprofile/opjitconv/
Ddebug_line.c442 asection * line_section, * debug_info, * debug_abbrev; in init_debug_line_info() local
482 debug_info = create_section(abfd, ".debug_info", b_debug_info.size, 0, in init_debug_line_info()
484 if (!debug_info) in init_debug_line_info()
499 asection * line_section, * debug_info, * debug_abbrev; in finalize_debug_line_info() local
505 debug_info = bfd_get_section_by_name(abfd, ".debug_info"); in finalize_debug_line_info()
506 if (!debug_info) in finalize_debug_line_info()
515 fill_section_content(abfd, debug_info, b_debug_info.p, in finalize_debug_line_info()
/external/chromium_org/sync/engine/
Dget_updates_processor_unittest.cc450 sync_pb::DebugInfo debug_info; in TEST_F() local
451 GetUpdatesProcessor::CopyClientDebugInfo(debug_info_getter(), &debug_info); in TEST_F()
452 EXPECT_EQ(0, debug_info.events_size()); in TEST_F()
456 sync_pb::DebugInfo debug_info; in TEST_F() local
458 GetUpdatesProcessor::CopyClientDebugInfo(debug_info_getter(), &debug_info); in TEST_F()
459 EXPECT_EQ(1, debug_info.events_size()); in TEST_F()
460 GetUpdatesProcessor::CopyClientDebugInfo(debug_info_getter(), &debug_info); in TEST_F()
461 EXPECT_EQ(1, debug_info.events_size()); in TEST_F()
/external/oprofile/libutil++/
Dop_bfd.cpp342 if (debug_info.cached()) in has_debug_info()
343 return debug_info.get(); in has_debug_info()
346 return debug_info.reset(false); in has_debug_info()
349 return debug_info.reset(true); in has_debug_info()
357 return debug_info.reset(true); in has_debug_info()
364 return debug_info.reset(false); in has_debug_info()
/external/oprofile/pp/
Dopreport_options.cpp38 bool debug_info; variable
95 popt::option(options::debug_info, "debug-info", 'g',
212 if (debug_info || accumulated) { in check_options()
294 if (debug_info) in handle_options()
/external/chromium_org/content/renderer/compositor_bindings/
Dweb_layer_impl.cc442 explicit TracedDebugInfo(blink::WebGraphicsLayerDebugInfo* debug_info) in TracedDebugInfo() argument
443 : debug_info_(debug_info) {} in TracedDebugInfo()
461 blink::WebGraphicsLayerDebugInfo* debug_info = in TakeDebugInfo() local
464 if (debug_info) in TakeDebugInfo()
465 return new TracedDebugInfo(debug_info); in TakeDebugInfo()
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/dbgfmts/dwarf2/tests/pass64/
Ddwarf64_2loc.asm7 .section .debug_info

12345