Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/minidump/
H A DMinidumpParser.h99 static MemoryRegionInfo GetMemoryRegionInfo(const MemoryRegionInfos &regions,
H A DMinidumpParser.cpp334 MemoryRegionInfo region = MinidumpParser::GetMemoryRegionInfo(regions, addr); in CheckForLinuxExecutable()
339 region = MinidumpParser::GetMemoryRegionInfo(regions, addr); in CheckForLinuxExecutable()
687 MinidumpParser::GetMemoryRegionInfo(const MemoryRegionInfos &regions, in GetMemoryRegionInfo() function in MinidumpParser
H A DProcessMinidump.cpp351 MinidumpParser::GetMemoryRegionInfo(*m_memory_regions, load_addr); in BuildMemoryRegions()
372 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.cpp619 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.cpp562 Status NativeProcessFreeBSD::GetMemoryRegionInfo(lldb::addr_t load_addr, in GetMemoryRegionInfo() function in NativeProcessFreeBSD
/freebsd/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
H A DDynamicLoaderPOSIXDYLD.cpp543 Status status = m_process->GetMemoryRegionInfo(m_vdso_base, info); in LoadVDSO()
563 Status status = m_process->GetMemoryRegionInfo(m_interpreter_base, info); in LoadInterpreterModule()
602 Status error = m_process->GetMemoryRegionInfo(base_addr, memory_info); in LoadModuleAtAddress()
H A DDYLDRendezvous.cpp657 m_process->GetMemoryRegionInfo(entry.dyn_addr, region); in UpdateFileSpecIfNecessary()
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBProcess.h385 lldb::SBError GetMemoryRegionInfo(lldb::addr_t load_addr,
/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DIRMemoryMap.cpp116 Status err = process_sp->GetMemoryRegionInfo(ret, region_info); in FindSpace()
135 err = process_sp->GetMemoryRegionInfo( in FindSpace()
/freebsd/contrib/llvm-project/lldb/include/lldb/Host/common/
H A DNativeProcessProtocol.h93 virtual Status GetMemoryRegionInfo(lldb::addr_t load_addr,
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBProcess.cpp1195 SBProcess::GetMemoryRegionInfo(lldb::addr_t load_addr, in GetMemoryRegionInfo() function in SBProcess
1208 process_sp->GetMemoryRegionInfo(load_addr, sb_region_info.ref()); in GetMemoryRegionInfo()
/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.cpp2669 status = GetMemoryRegionInfo(addr, region); in FlashErase()
2788 Status region_status = GetMemoryRegionInfo(addr, region); in DoWriteMemory()
2884 Status error(m_gdb_comm.GetMemoryRegionInfo(load_addr, region_info)); in DoGetMemoryRegionInfo()
H A DGDBRemoteCommunicationServerLLGS.cpp2736 const Status error = m_current_process->GetMemoryRegionInfo(0, region_info); in Handle_qMemoryRegionInfoSupported()
2774 m_current_process->GetMemoryRegionInfo(read_addr, region_info); in Handle_qMemoryRegionInfo()
H A DGDBRemoteCommunicationClient.cpp1536 Status GDBRemoteCommunicationClient::GetMemoryRegionInfo( in GetMemoryRegionInfo() function in GDBRemoteCommunicationClient
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectMemory.cpp1807 error = process_sp->GetMemoryRegionInfo(addr, region_info); in DoExecute()
1816 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/Plugins/ObjectFile/Minidump/
H A DMinidumpFileBuilder.cpp472 Status error = process_sp->GetMemoryRegionInfo(rsp, range_info); in findStackHelper()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DProcess.cpp2411 Status error(GetMemoryRegionInfo(load_addr, range_info)); in GetLoadAddressPermissions()
5985 Status Process::GetMemoryRegionInfo(lldb::addr_t load_addr, in GetMemoryRegionInfo() function in Process
6001 error = GetMemoryRegionInfo(range_end, region_info); in GetMemoryRegions()
6406 if (process.GetMemoryRegionInfo(sp, sp_region).Success()) { in GetCoreFileSaveRangesStackOnly()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DProcess.h1884 Status GetMemoryRegionInfo(lldb::addr_t load_addr,
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp44551 result = (arg1)->GetMemoryRegionInfo(arg2,*arg3); in _wrap_SBProcess_GetMemoryRegionInfo()