Searched refs:_WriteMemory (Results 1 - 2 of 2) sorted by relevance

/haiku/src/system/kernel/debug/
H A DBreakpointManager.cpp384 status_t error = _WriteMemory(address, buffer, toCopy,
414 status_t error = _WriteMemory(address, buffer, size, chunkWritten);
512 error = _WriteMemory(address, DEBUG_SOFTWARE_BREAKPOINT,
521 _WriteMemory(address, breakpoint->softwareData, bytesTransferred,
540 _WriteMemory(breakpoint->address, breakpoint->softwareData,
688 BreakpointManager::_WriteMemory(addr_t _address, const void* _buffer, function in class:BreakpointManager
715 TRACE("BreakpointManager::_WriteMemory(): area not found for "
724 TRACE("BreakpointManager::_WriteMemory(): failed to get info for "
742 TRACE("BreakpointManager::_WriteMemory(): failed to set new "
757 TRACE("BreakpointManager::_WriteMemory()
[all...]
H A DBreakpointManager.h130 status_t _WriteMemory(addr_t _address,

Completed in 44 milliseconds