Home
last modified time | relevance | path

Searched refs:start_of_memory_range (Results 1 – 11 of 11) sorted by relevance

/external/llvm-project/lldb/source/Plugins/Process/minidump/
DMinidumpTypes.h63 llvm::support::ulittle64_t start_of_memory_range; member
DMinidumpParser.cpp475 const lldb::addr_t range_start = memory_desc64.start_of_memory_range; in FindMemoryRange()
597 region.GetRange().SetRangeBase(memory_desc.start_of_memory_range); in CreateRegionsCacheFromMemory64List()
/external/google-breakpad/src/client/linux/minidump_writer/
Dminidump_writer.cc324 thread->stack.start_of_memory_range = stack_pointer; in FillThreadStack()
370 thread->stack.start_of_memory_range = reinterpret_cast<uintptr_t>(stack); in FillThreadStack()
439 ip_memory_d.start_of_memory_range = in WriteThreadListStream()
446 end_of_range - ip_memory_d.start_of_memory_range; in WriteThreadListStream()
460 reinterpret_cast<void*>(ip_memory_d.start_of_memory_range), in WriteThreadListStream()
531 desc.start_of_memory_range = reinterpret_cast<uintptr_t>(iter->ptr); in WriteAppMemory()
/external/google-breakpad/src/processor/testdata/
Dminidump2.dump.out84 stack.start_of_memory_range = 0x12f31c
135 stack.start_of_memory_range = 0x97f6e8
603 start_of_memory_range = 0x7c90eb14
611 start_of_memory_range = 0x12f31c
619 start_of_memory_range = 0x97f6e8
/external/google-breakpad/src/client/mac/handler/
Dminidump_generator.cc379 stack_location->start_of_memory_range = start_addr; in WriteStackFromStartAddress()
1066 ip_memory_d.start_of_memory_range = in WriteMemoryListStream()
1073 static_cast<uintptr_t>(ip_memory_d.start_of_memory_range); in WriteMemoryListStream()
1112 ip_memory_d.start_of_memory_range, in WriteMemoryListStream()
1122 reinterpret_cast<const void *>(ip_memory_d.start_of_memory_range), in WriteMemoryListStream()
/external/google-breakpad/src/processor/
Dminidump.cc173 Swap(&memory_descriptor->start_of_memory_range); in Swap()
1291 descriptor_->start_of_memory_range; in SetDescriptor()
1340 return descriptor_->start_of_memory_range; in GetBase()
1375 if (address < descriptor_->start_of_memory_range || in GetMemoryAtAddressInternal()
1377 address + sizeof(T) > descriptor_->start_of_memory_range + in GetMemoryAtAddressInternal()
1381 HexString(descriptor_->start_of_memory_range) << "+" << in GetMemoryAtAddressInternal()
1395 &memory[address - descriptor_->start_of_memory_range]); in GetMemoryAtAddressInternal()
1554 thread_.stack.start_of_memory_range) { in Read()
1557 HexString(thread_.stack.start_of_memory_range) << "+" << in Read()
1575 return thread_.stack.start_of_memory_range; in GetStartOfStackMemoryRange()
[all …]
/external/google-breakpad/src/client/
Dminidump_file_writer.cc264 output->start_of_memory_range = reinterpret_cast<uint64_t>(src); in WriteMemory()
/external/google-breakpad/src/client/ios/handler/
Dios_exception_minidump_generator.mm196 thread->stack.start_of_memory_range = sp;
/external/google-breakpad/src/google_breakpad/common/
Dminidump_format.h246 uint64_t start_of_memory_range; member
/external/google-breakpad/src/client/solaris/handler/
Dminidump_generator.cc145 loc->start_of_memory_range = last_esp; in WriteLwpStack()
/external/google-breakpad/src/tools/linux/md2core/
Dminidump-2-core.cc560 thread.stack_addr = rawthread->stack.start_of_memory_range; in ParseThreadList()