Home
last modified time | relevance | path

Searched refs:AreaInfoForAddress (Results 1 – 2 of 2) sorted by relevance

/haiku/src/kits/debugger/debugger_interface/core/
H A DCoreFileDebuggerInterface.cpp332 const CoreFileAreaInfo* info = fCoreFile->AreaInfoForAddress(address); in GetMemoryProperties()
354 const CoreFileAreaInfo* info = fCoreFile->AreaInfoForAddress(address); in ReadMemory()
/haiku/src/kits/debugger/elf/
H A DCoreFile.h183 const CoreFileAreaInfo* AreaInfoForAddress(uint64 address) const in AreaInfoForAddress() function