Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/minidump/
H A DProcessMinidump.h80 Status GetMemoryRegionInfo(lldb::addr_t load_addr,
H A DMinidumpParser.h92 MemoryRegionInfo GetMemoryRegionInfo(lldb::addr_t load_addr);
H A DProcessMinidump.cpp293 Status ProcessMinidump::GetMemoryRegionInfo(lldb::addr_t load_addr, in GetMemoryRegionInfo() function in ProcessMinidump
295 range_info = m_minidump_parser.GetMemoryRegionInfo(load_addr); in GetMemoryRegionInfo()
H A DMinidumpParser.cpp542 MinidumpParser::GetMemoryRegionInfo(lldb::addr_t load_addr) { in GetMemoryRegionInfo() function in MinidumpParser
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/NetBSD/
H A DNativeProcessNetBSD.h55 Status GetMemoryRegionInfo(lldb::addr_t load_addr,
H A DNativeProcessNetBSD.cpp441 Status NativeProcessNetBSD::GetMemoryRegionInfo(lldb::addr_t load_addr, in GetMemoryRegionInfo() function in NativeProcessNetBSD
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/elf-core/
H A DProcessElfCore.h109 GetMemoryRegionInfo(lldb::addr_t load_addr,
H A DProcessElfCore.cpp297 Status ProcessElfCore::GetMemoryRegionInfo(lldb::addr_t load_addr, in GetMemoryRegionInfo() function in ProcessElfCore
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DDynamicLoader.cpp194 Status error = m_process->GetMemoryRegionInfo(base_addr, memory_info); in LoadModuleAtAddress()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/Darwin/
H A DNativeProcessDarwin.h78 Status GetMemoryRegionInfo(lldb::addr_t load_addr,
H A DNativeProcessDarwin.cpp1476 Status NativeProcessDarwin::GetMemoryRegionInfo(lldb::addr_t load_addr, in GetMemoryRegionInfo() function in NativeProcessDarwin
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBProcess.h407 lldb::SBError GetMemoryRegionInfo(lldb::addr_t load_addr,
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
H A DDynamicLoaderPOSIXDYLD.cpp514 Status status = m_process->GetMemoryRegionInfo(m_vdso_base, info); in LoadVDSO()
534 Status status = m_process->GetMemoryRegionInfo(m_interpreter_base, info); in LoadInterpreterModule()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Host/common/
H A DNativeProcessProtocol.h81 virtual Status GetMemoryRegionInfo(lldb::addr_t load_addr,
/freebsd-12.1/contrib/llvm/tools/lldb/source/Expression/
H A DIRMemoryMap.cpp107 Status err = process_sp->GetMemoryRegionInfo(ret, region_info); in FindSpace()
126 err = process_sp->GetMemoryRegionInfo( in FindSpace()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.h233 Status GetMemoryRegionInfo(lldb::addr_t addr, MemoryRegionInfo &range_info);
H A DProcessGDBRemote.h158 Status GetMemoryRegionInfo(lldb::addr_t load_addr,
H A DProcessGDBRemote.cpp2861 status = GetMemoryRegionInfo(addr, region); in FlashErase()
2979 Status region_status = GetMemoryRegionInfo(addr, region); in DoWriteMemory()
3073 Status ProcessGDBRemote::GetMemoryRegionInfo(addr_t load_addr, in GetMemoryRegionInfo() function in ProcessGDBRemote
3076 Status error(m_gdb_comm.GetMemoryRegionInfo(load_addr, region_info)); in GetMemoryRegionInfo()
H A DGDBRemoteCommunicationServerLLGS.cpp2386 m_debugged_process_up->GetMemoryRegionInfo(0, region_info);
2424 m_debugged_process_up->GetMemoryRegionInfo(read_addr, region_info);
H A DGDBRemoteCommunicationClient.cpp1439 Status GDBRemoteCommunicationClient::GetMemoryRegionInfo( in GetMemoryRegionInfo() function in GDBRemoteCommunicationClient
/freebsd-12.1/contrib/llvm/tools/lldb/source/Host/common/
H A DNativeProcessProtocol.cpp52 NativeProcessProtocol::GetMemoryRegionInfo(lldb::addr_t load_addr, in GetMemoryRegionInfo() function in NativeProcessProtocol
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBProcess.cpp1357 SBProcess::GetMemoryRegionInfo(lldb::addr_t load_addr, in GetMemoryRegionInfo() function in SBProcess
1368 process_sp->GetMemoryRegionInfo(load_addr, sb_region_info.ref()); in GetMemoryRegionInfo()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectMemory.cpp1725 error = process_sp->GetMemoryRegionInfo(load_addr, range_info); in DoExecute()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DProcess.h2066 virtual Status GetMemoryRegionInfo(lldb::addr_t load_addr, in GetMemoryRegionInfo() function
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DProcess.cpp2653 Status error(GetMemoryRegionInfo(load_addr, range_info)); in GetLoadAddressPermissions()
6047 error = GetMemoryRegionInfo(range_end, region_info); in GetMemoryRegions()