Home
last modified time | relevance | path

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

12

/llvm-project-15.0.7/lldb/test/API/functionalities/gdb_remote_client/
H A DTestMemoryRegionDirtyPages.py37 err = process.GetMemoryRegionInfo(0, region)
44 err = process.GetMemoryRegionInfo(0x100000000, region)
52 err = process.GetMemoryRegionInfo(0x100004000, region)
60 err = process.GetMemoryRegionInfo(0x1000a2000, region)
/llvm-project-15.0.7/lldb/test/API/functionalities/postmortem/netbsd-core/
H A DTestNetBSDCore.py45 error = process.GetMemoryRegionInfo(begin_address, region_at_begin)
53 error = process.GetMemoryRegionInfo(
61 error = process.GetMemoryRegionInfo(end_address, region_at_end)
67 error = process.GetMemoryRegionInfo(
79 error = process.GetMemoryRegionInfo(
/llvm-project-15.0.7/lldb/test/API/functionalities/postmortem/elf-core/
H A DTestLinuxCore.py542 error = process.GetMemoryRegionInfo(begin_address, region_at_begin)
550 error = process.GetMemoryRegionInfo(
558 error = process.GetMemoryRegionInfo(end_address, region_at_end)
564 error = process.GetMemoryRegionInfo(
576 error = process.GetMemoryRegionInfo(
/llvm-project-15.0.7/lldb/unittests/Process/gdb-remote/
H A DGDBRemoteCommunicationClientTest.cpp323 TEST_F(GDBRemoteCommunicationClientTest, GetMemoryRegionInfo) { in TEST_F() argument
327 return client.GetMemoryRegionInfo(addr, region_info); in TEST_F()
349 return client.GetMemoryRegionInfo(addr, region_info); in TEST_F()
358 return client.GetMemoryRegionInfo(addr, region_info); in TEST_F()
371 return client.GetMemoryRegionInfo(addr, region_info); in TEST_F()
/llvm-project-15.0.7/lldb/tools/debugserver/source/MacOSX/
H A DMachVMMemory.h29 nub_bool_t GetMemoryRegionInfo(task_t task, nub_addr_t address,
H A DMachTask.h59 int GetMemoryRegionInfo(nub_addr_t addr, DNBRegionInfo *region_info);
H A DMachVMMemory.cpp118 nub_bool_t MachVMMemory::GetMemoryRegionInfo(task_t task, nub_addr_t address, in GetMemoryRegionInfo() function in MachVMMemory
/llvm-project-15.0.7/lldb/source/Plugins/Process/minidump/
H A DMinidumpParser.h99 static MemoryRegionInfo GetMemoryRegionInfo(const MemoryRegionInfos &regions,
H A DMinidumpParser.cpp333 MemoryRegionInfo region = MinidumpParser::GetMemoryRegionInfo(regions, addr); in CheckForLinuxExecutable()
338 region = MinidumpParser::GetMemoryRegionInfo(regions, addr); in CheckForLinuxExecutable()
686 MinidumpParser::GetMemoryRegionInfo(const MemoryRegionInfos &regions, in GetMemoryRegionInfo() function in MinidumpParser
H A DProcessMinidump.cpp426 MinidumpParser::GetMemoryRegionInfo(*m_memory_regions, load_addr); in BuildMemoryRegions()
447 region = MinidumpParser::GetMemoryRegionInfo(*m_memory_regions, load_addr); in DoGetMemoryRegionInfo()
/llvm-project-15.0.7/lldb/source/Plugins/Process/Windows/Common/
H A DProcessDebugger.h78 Status GetMemoryRegionInfo(lldb::addr_t load_addr,
H A DNativeProcessWindows.h59 Status GetMemoryRegionInfo(lldb::addr_t load_addr,
H A DNativeProcessWindows.cpp205 Status NativeProcessWindows::GetMemoryRegionInfo(lldb::addr_t load_addr, in GetMemoryRegionInfo() function in lldb_private::NativeProcessWindows
207 return ProcessDebugger::GetMemoryRegionInfo(load_addr, range_info); in GetMemoryRegionInfo()
/llvm-project-15.0.7/lldb/source/Plugins/Process/NetBSD/
H A DNativeProcessNetBSD.h56 Status GetMemoryRegionInfo(lldb::addr_t load_addr,
/llvm-project-15.0.7/lldb/source/Plugins/Process/FreeBSD/
H A DNativeProcessFreeBSD.h59 Status GetMemoryRegionInfo(lldb::addr_t load_addr,
/llvm-project-15.0.7/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
H A DDynamicLoaderPOSIXDYLD.cpp541 Status status = m_process->GetMemoryRegionInfo(m_vdso_base, info); in LoadVDSO()
561 Status status = m_process->GetMemoryRegionInfo(m_interpreter_base, info); in LoadInterpreterModule()
600 Status error = m_process->GetMemoryRegionInfo(base_addr, memory_info); in LoadModuleAtAddress()
/llvm-project-15.0.7/lldb/test/API/functionalities/scripted_process/
H A Dstack_core_scripted_process.py57 error = self.corefile_process.GetMemoryRegionInfo(addr, mem_region)
/llvm-project-15.0.7/lldb/source/Plugins/Process/Linux/
H A DNativeProcessLinux.h69 Status GetMemoryRegionInfo(lldb::addr_t load_addr,
/llvm-project-15.0.7/lldb/include/lldb/API/
H A DSBProcess.h371 lldb::SBError GetMemoryRegionInfo(lldb::addr_t load_addr,
/llvm-project-15.0.7/lldb/source/Expression/
H A DIRMemoryMap.cpp107 Status err = process_sp->GetMemoryRegionInfo(ret, region_info); in FindSpace()
126 err = process_sp->GetMemoryRegionInfo( in FindSpace()
/llvm-project-15.0.7/lldb/bindings/interface/
H A DSBProcess.i407 GetMemoryRegionInfo(lldb::addr_t load_addr, lldb::SBMemoryRegionInfo &region_info);
/llvm-project-15.0.7/lldb/include/lldb/Host/common/
H A DNativeProcessProtocol.h92 virtual Status GetMemoryRegionInfo(lldb::addr_t load_addr,
/llvm-project-15.0.7/lldb/source/Plugins/ObjectFile/Minidump/
H A DMinidumpFileBuilder.cpp389 Status error = process_sp->GetMemoryRegionInfo(rsp, range_info); in findStackHelper()
586 error = process_sp->GetMemoryRegionInfo(interesting_address, range_info); in AddMemoryList()
/llvm-project-15.0.7/lldb/source/API/
H A DSBProcess.cpp1172 SBProcess::GetMemoryRegionInfo(lldb::addr_t load_addr, in GetMemoryRegionInfo() function in SBProcess
1185 process_sp->GetMemoryRegionInfo(load_addr, sb_region_info.ref()); in GetMemoryRegionInfo()
/llvm-project-15.0.7/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.h204 Status GetMemoryRegionInfo(lldb::addr_t addr, MemoryRegionInfo &range_info);

12