Home
last modified time | relevance | path

Searched refs:GetMemoryRegionInfo (Results 1 – 23 of 23) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
H A DDynamicLoaderPOSIXDYLD.cpp599 Status status = m_process->GetMemoryRegionInfo(m_vdso_base, info); in LoadVDSO()
619 Status status = m_process->GetMemoryRegionInfo(m_interpreter_base, info); in LoadInterpreterModule()
665 Status error = m_process->GetMemoryRegionInfo(base_addr, memory_info); in LoadModuleAtAddress()
964 Status err = process.GetMemoryRegionInfo(reg_value_addr, thread_local_region); in AddThreadLocalMemoryRegions()
990 Status err = process.GetMemoryRegionInfo(load_addr, link_map_section); in AddLinkMapSections()
H A DDYLDRendezvous.cpp657 m_process->GetMemoryRegionInfo(entry.dyn_addr, region); in DumpToLog()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/minidump/
H A DMinidumpParser.cpp338 MemoryRegionInfo region = MinidumpParser::GetMemoryRegionInfo(regions, addr); in CheckForLinuxExecutable()
343 region = MinidumpParser::GetMemoryRegionInfo(regions, addr); in CheckForLinuxExecutable()
667 MinidumpParser::GetMemoryRegionInfo(const MemoryRegionInfos &regions, in GetMemoryRegionInfo() function in MinidumpParser
H A DMinidumpParser.h120 static MemoryRegionInfo GetMemoryRegionInfo(const MemoryRegionInfos &regions,
H A DProcessMinidump.cpp397 MinidumpParser::GetMemoryRegionInfo(*m_memory_regions, load_addr); in BuildMemoryRegions()
418 region = MinidumpParser::GetMemoryRegionInfo(*m_memory_regions, load_addr); in DoGetMemoryRegionInfo()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/NetBSD/
H A DNativeProcessNetBSD.h57 Status GetMemoryRegionInfo(lldb::addr_t load_addr,
H A DNativeProcessNetBSD.cpp622 Status NativeProcessNetBSD::GetMemoryRegionInfo(lldb::addr_t load_addr, in GetMemoryRegionInfo() function in NativeProcessNetBSD
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/FreeBSD/
H A DNativeProcessFreeBSD.h60 Status GetMemoryRegionInfo(lldb::addr_t load_addr,
H A DNativeProcessFreeBSD.cpp590 Status NativeProcessFreeBSD::GetMemoryRegionInfo(lldb::addr_t load_addr, in GetMemoryRegionInfo() function in NativeProcessFreeBSD
/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DIRMemoryMap.cpp116 Status err = process_sp->GetMemoryRegionInfo(ret, region_info); in FindSpace()
143 err = process_sp->GetMemoryRegionInfo( in FindSpace()
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBProcess.h402 lldb::SBError GetMemoryRegionInfo(lldb::addr_t load_addr,
/freebsd/contrib/llvm-project/lldb/include/lldb/Host/common/
H A DNativeProcessProtocol.h89 virtual Status GetMemoryRegionInfo(lldb::addr_t load_addr,
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.h196 Status GetMemoryRegionInfo(lldb::addr_t addr, MemoryRegionInfo &range_info);
H A DProcessGDBRemote.cpp2799 status = GetMemoryRegionInfo(addr, region); in FlashErase()
2923 Status region_status = GetMemoryRegionInfo(addr, region); in DoWriteMemory()
3019 Status error(m_gdb_comm.GetMemoryRegionInfo(load_addr, region_info)); in DoGetMemoryRegionInfo()
H A DGDBRemoteCommunicationServerLLGS.cpp2730 const Status error = m_current_process->GetMemoryRegionInfo(0, region_info); in Handle_qMemoryRegionInfoSupported()
2768 m_current_process->GetMemoryRegionInfo(read_addr, region_info); in Handle_qMemoryRegionInfo()
H A DGDBRemoteCommunicationClient.cpp1574 Status GDBRemoteCommunicationClient::GetMemoryRegionInfo( in GetMemoryRegionInfo() function in GDBRemoteCommunicationClient
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBProcess.cpp1280 SBProcess::GetMemoryRegionInfo(lldb::addr_t load_addr, in GetMemoryRegionInfo() function in SBProcess
1293 process_sp->GetMemoryRegionInfo(load_addr, sb_region_info.ref()); in GetMemoryRegionInfo()
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectMemory.cpp1784 error = process_sp->GetMemoryRegionInfo(addr, region_info); in DoExecute()
1793 error = process_sp->GetMemoryRegionInfo(load_addr, region_info); in DoExecute()
/freebsd/contrib/llvm-project/lldb/source/Host/common/
H A DNativeProcessProtocol.cpp51 NativeProcessProtocol::GetMemoryRegionInfo(lldb::addr_t load_addr, in GetMemoryRegionInfo() function in NativeProcessProtocol
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DProcess.cpp2542 Status error(GetMemoryRegionInfo(load_addr, range_info)); in GetLoadAddressPermissions()
3380 error = GetMemoryRegionInfo(mem_pos + mem.size(), info); in FindInMemory()
6202 Status Process::GetMemoryRegionInfo(lldb::addr_t load_addr, in GetMemoryRegionInfo() function in Process
6223 error = GetMemoryRegionInfo(range_end, region_info); in GetMemoryRegions()
6604 if (process.GetMemoryRegionInfo(sp, sp_region).Success()) { in SaveOffRegionsWithStackPointers()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/Minidump/
H A DMinidumpFileBuilder.cpp650 m_process_sp->GetMemoryRegionInfo(sp, sp_region); in AddThreadList()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DProcess.h1952 Status GetMemoryRegionInfo(lldb::addr_t load_addr,
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp47156 result = (arg1)->GetMemoryRegionInfo(arg2,*arg3); in _wrap_SBProcess_GetMemoryRegionInfo()