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()
598 Status NativeProcessNetBSD::GetMemoryRegionInfo(lldb::addr_t load_addr, 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.cpp583 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.cpp556 Status status = m_process->GetMemoryRegionInfo(m_vdso_base, info); in LoadVDSO()
576 Status status = m_process->GetMemoryRegionInfo(m_interpreter_base, info); in LoadInterpreterModule()
622 Status error = m_process->GetMemoryRegionInfo(base_addr, memory_info); in LoadModuleAtAddress()
H A DDYLDRendezvous.cpp657 m_process->GetMemoryRegionInfo(entry.dyn_addr, region); in DumpToLog()
/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/API/
H A DSBProcess.h401 lldb::SBError GetMemoryRegionInfo(lldb::addr_t load_addr,
/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/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.h196 Status GetMemoryRegionInfo(lldb::addr_t addr, MemoryRegionInfo &range_info);
H A DProcessGDBRemote.cpp2690 status = GetMemoryRegionInfo(addr, region); in FlashErase()
2809 Status region_status = GetMemoryRegionInfo(addr, region); in DoWriteMemory()
2905 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.cpp1549 Status GDBRemoteCommunicationClient::GetMemoryRegionInfo( in GetMemoryRegionInfo() function in GDBRemoteCommunicationClient
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBProcess.cpp1264 SBProcess::GetMemoryRegionInfo(lldb::addr_t load_addr, in GetMemoryRegionInfo() function in SBProcess
1277 process_sp->GetMemoryRegionInfo(load_addr, sb_region_info.ref()); in GetMemoryRegionInfo()
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectMemory.cpp1753 error = process_sp->GetMemoryRegionInfo(addr, region_info); in DoExecute()
1762 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.cpp2574 Status error(GetMemoryRegionInfo(load_addr, range_info)); in GetLoadAddressPermissions()
6186 Status Process::GetMemoryRegionInfo(lldb::addr_t load_addr, in GetMemoryRegionInfo() function in Process
6202 error = GetMemoryRegionInfo(range_end, region_info); in GetMemoryRegions()
6555 if (process.GetMemoryRegionInfo(sp, sp_region).Success()) { in SaveOffRegionsWithStackPointers()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/Minidump/
H A DMinidumpFileBuilder.cpp635 m_process_sp->GetMemoryRegionInfo(sp, sp_region); in AddThreadList()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DProcess.h1909 Status GetMemoryRegionInfo(lldb::addr_t load_addr,
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp46347 result = (arg1)->GetMemoryRegionInfo(arg2,*arg3); in _wrap_SBProcess_GetMemoryRegionInfo()