Home
last modified time | relevance | path

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

12

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/minidump/
H A DMinidumpParser.h99 static MemoryRegionInfo GetMemoryRegionInfo(const MemoryRegionInfos &regions,
H A DProcessMinidump.h80 Status GetMemoryRegionInfo(lldb::addr_t load_addr,
H A DMinidumpParser.cpp337 MemoryRegionInfo region = MinidumpParser::GetMemoryRegionInfo(regions, addr); in CheckForLinuxExecutable()
342 region = MinidumpParser::GetMemoryRegionInfo(regions, addr); in CheckForLinuxExecutable()
691 MinidumpParser::GetMemoryRegionInfo(const MemoryRegionInfos &regions, in GetMemoryRegionInfo() function in MinidumpParser
H A DProcessMinidump.cpp432 MinidumpParser::GetMemoryRegionInfo(*m_memory_regions, load_addr); in BuildMemoryRegions()
450 Status ProcessMinidump::GetMemoryRegionInfo(lldb::addr_t load_addr, in GetMemoryRegionInfo() function in ProcessMinidump
453 region = MinidumpParser::GetMemoryRegionInfo(*m_memory_regions, load_addr); in GetMemoryRegionInfo()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/scripted/
H A DScriptedProcess.h89 Status GetMemoryRegionInfo(lldb::addr_t load_addr,
H A DScriptedProcess.cpp265 Status ScriptedProcess::GetMemoryRegionInfo(lldb::addr_t load_addr, in GetMemoryRegionInfo() function in ScriptedProcess
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/NetBSD/
H A DNativeProcessNetBSD.h56 Status GetMemoryRegionInfo(lldb::addr_t load_addr,
H A DNativeProcessNetBSD.cpp599 Status NativeProcessNetBSD::GetMemoryRegionInfo(lldb::addr_t load_addr, in GetMemoryRegionInfo() function in NativeProcessNetBSD
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/FreeBSD/
H A DNativeProcessFreeBSD.h59 Status GetMemoryRegionInfo(lldb::addr_t load_addr,
H A DNativeProcessFreeBSD.cpp550 Status NativeProcessFreeBSD::GetMemoryRegionInfo(lldb::addr_t load_addr, in GetMemoryRegionInfo() function in NativeProcessFreeBSD
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/elf-core/
H A DProcessElfCore.h93 GetMemoryRegionInfo(lldb::addr_t load_addr,
H A DProcessElfCore.cpp294 Status ProcessElfCore::GetMemoryRegionInfo(lldb::addr_t load_addr, in GetMemoryRegionInfo() function in ProcessElfCore
/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DDynamicLoader.cpp190 Status error = m_process->GetMemoryRegionInfo(base_addr, memory_info); in LoadModuleAtAddress()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBProcess.h357 lldb::SBError GetMemoryRegionInfo(lldb::addr_t load_addr,
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
H A DDynamicLoaderPOSIXDYLD.cpp538 Status status = m_process->GetMemoryRegionInfo(m_vdso_base, info); in LoadVDSO()
558 Status status = m_process->GetMemoryRegionInfo(m_interpreter_base, info); in LoadInterpreterModule()
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBProcess.cpp1236 SBProcess::GetMemoryRegionInfo(lldb::addr_t load_addr, in GetMemoryRegionInfo() function in SBProcess
1238 LLDB_RECORD_METHOD(lldb::SBError, SBProcess, GetMemoryRegionInfo, in GetMemoryRegionInfo()
1251 process_sp->GetMemoryRegionInfo(load_addr, sb_region_info.ref()); in GetMemoryRegionInfo()
1460 LLDB_REGISTER_METHOD(lldb::SBError, SBProcess, GetMemoryRegionInfo, in RegisterMethods()
/freebsd-13.1/contrib/llvm-project/lldb/source/Expression/
H A DIRMemoryMap.cpp106 Status err = process_sp->GetMemoryRegionInfo(ret, region_info); in FindSpace()
125 err = process_sp->GetMemoryRegionInfo( in FindSpace()
/freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/
H A DSBProcess.i404 GetMemoryRegionInfo(lldb::addr_t load_addr, lldb::SBMemoryRegionInfo &region_info);
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Host/common/
H A DNativeProcessProtocol.h81 virtual Status GetMemoryRegionInfo(lldb::addr_t load_addr,
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.h148 Status GetMemoryRegionInfo(lldb::addr_t load_addr,
H A DGDBRemoteCommunicationClient.h240 Status GetMemoryRegionInfo(lldb::addr_t addr, MemoryRegionInfo &range_info);
H A DProcessGDBRemote.cpp2842 status = GetMemoryRegionInfo(addr, region); in FlashErase()
2961 Status region_status = GetMemoryRegionInfo(addr, region); in DoWriteMemory()
3055 Status ProcessGDBRemote::GetMemoryRegionInfo(addr_t load_addr, in GetMemoryRegionInfo() function in ProcessGDBRemote
3058 Status error(m_gdb_comm.GetMemoryRegionInfo(load_addr, region_info)); in GetMemoryRegionInfo()
/freebsd-13.1/contrib/llvm-project/lldb/source/Host/common/
H A DNativeProcessProtocol.cpp49 NativeProcessProtocol::GetMemoryRegionInfo(lldb::addr_t load_addr, in GetMemoryRegionInfo() function in NativeProcessProtocol
/freebsd-13.1/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectMemory.cpp1656 error = process_sp->GetMemoryRegionInfo(load_addr, range_info); in DoExecute()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Target/
H A DProcess.h1801 virtual Status GetMemoryRegionInfo(lldb::addr_t load_addr, in GetMemoryRegionInfo() function

12