Home
last modified time | relevance | path

Searched refs:range_info (Results 1 – 12 of 12) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/NetBSD/
HDNativeProcessNetBSD.cpp566 MemoryRegionInfo &range_info) { in GetMemoryRegionInfo() argument
593 range_info.GetRange().SetRangeBase(load_addr); in GetMemoryRegionInfo()
594 range_info.GetRange().SetByteSize( in GetMemoryRegionInfo()
596 range_info.SetReadable(MemoryRegionInfo::OptionalBool::eNo); in GetMemoryRegionInfo()
597 range_info.SetWritable(MemoryRegionInfo::OptionalBool::eNo); in GetMemoryRegionInfo()
598 range_info.SetExecutable(MemoryRegionInfo::OptionalBool::eNo); in GetMemoryRegionInfo()
599 range_info.SetMapped(MemoryRegionInfo::OptionalBool::eNo); in GetMemoryRegionInfo()
603 range_info = proc_entry_info; in GetMemoryRegionInfo()
612 range_info.GetRange().SetRangeBase(load_addr); in GetMemoryRegionInfo()
613 range_info.GetRange().SetRangeEnd(LLDB_INVALID_ADDRESS); in GetMemoryRegionInfo()
[all …]
HDNativeProcessNetBSD.h55 MemoryRegionInfo &range_info) override;
/freebsd-11-stable/contrib/llvm-project/lldb/source/Commands/
HDCommandObjectMemory.cpp1713 lldb_private::MemoryRegionInfo range_info; in DoExecute() local
1714 error = process_sp->GetMemoryRegionInfo(load_addr, range_info); in DoExecute()
1717 ConstString name = range_info.GetName(); in DoExecute()
1730 range_info.GetRange().GetRangeBase(), in DoExecute()
1731 range_info.GetRange().GetRangeEnd(), range_info.GetReadable(), in DoExecute()
1732 range_info.GetWritable(), range_info.GetExecutable(), in DoExecute()
1734 m_prev_end_addr = range_info.GetRange().GetRangeEnd(); in DoExecute()
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/minidump/
HDProcessMinidump.h80 MemoryRegionInfo &range_info) override;
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/Darwin/
HDNativeProcessDarwin.h76 MemoryRegionInfo &range_info) override;
HDNativeProcessDarwin.cpp1454 MemoryRegionInfo &range_info) { in GetMemoryRegionInfo() argument
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Host/common/
HDNativeProcessProtocol.h79 MemoryRegionInfo &range_info);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
HDGDBRemoteCommunicationClient.h216 Status GetMemoryRegionInfo(lldb::addr_t addr, MemoryRegionInfo &range_info);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Target/
HDProcess.cpp2406 MemoryRegionInfo range_info; in GetLoadAddressPermissions() local
2408 Status error(GetMemoryRegionInfo(load_addr, range_info)); in GetLoadAddressPermissions()
2411 if (range_info.GetReadable() == MemoryRegionInfo::eDontKnow || in GetLoadAddressPermissions()
2412 range_info.GetWritable() == MemoryRegionInfo::eDontKnow || in GetLoadAddressPermissions()
2413 range_info.GetExecutable() == MemoryRegionInfo::eDontKnow) { in GetLoadAddressPermissions()
2417 if (range_info.GetReadable() == MemoryRegionInfo::eYes) in GetLoadAddressPermissions()
2420 if (range_info.GetWritable() == MemoryRegionInfo::eYes) in GetLoadAddressPermissions()
2423 if (range_info.GetExecutable() == MemoryRegionInfo::eYes) in GetLoadAddressPermissions()
/freebsd-11-stable/contrib/llvm-project/lldb/source/Host/common/
HDNativeProcessProtocol.cpp52 MemoryRegionInfo &range_info) { in GetMemoryRegionInfo() argument
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Target/
HDProcess.h1764 MemoryRegionInfo &range_info) { in GetMemoryRegionInfo() argument
/freebsd-11-stable/contrib/gcc/
HDChangeLog-199812304 start/stop notes is really a range_info rtx. If type is 'b', print