Home
last modified time | relevance | path

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

/haiku/src/system/kernel/debug/
H A DBreakpointManager.h127 status_t _ReadMemory(const addr_t _address,
H A DBreakpointManager.cpp286 status_t error = _ReadMemory(address, buffer, size, bytesRead); in ReadMemory()
504 status_t error = _ReadMemory(address, breakpoint->softwareData, in _InstallSoftwareBreakpoint()
637 BreakpointManager::_ReadMemory(const addr_t _address, void* _buffer, in _ReadMemory() function in BreakpointManager