Lines Matching full:debug_info
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();
316 bool valid_offset = debug_info.ValidOffset(m_offset);
317 bool length_OK = debug_info.ValidOffset(GetNextCompileUnitOffset()-1);
337 s->Printf(" The length (0x%8.8x) for this compile unit is too large for the .debug_info provided.\n", m_length);
346 s->Printf(" The start offset of the compile unit header in the .debug_info is invalid.\n");
449 "DWARFCompileUnit::GetFunctionAranges() for compile unit at .debug_info[0x%8.8x]",
535 // .debug_info offset.
624 "DWARFCompileUnit::Index() for compile unit at .debug_info[0x%8.8x]",