Lines Matching defs:BreakpointManager

6 #include "BreakpointManager.h"
30 BreakpointManager::InstalledBreakpoint::InstalledBreakpoint(addr_t address)
41 BreakpointManager::BreakpointManager()
50 BreakpointManager::~BreakpointManager()
79 BreakpointManager::Init()
100 BreakpointManager::InstallBreakpoint(void* _address)
146 BreakpointManager::UninstallBreakpoint(void* _address)
170 BreakpointManager::InstallWatchpoint(void* _address, uint32 type, int32 length)
205 BreakpointManager::UninstallWatchpoint(void* address)
222 BreakpointManager::RemoveAllBreakpoints()
252 BreakpointManager::CanAccessAddress(const void* _address, bool write)
286 BreakpointManager::ReadMemory(const void* _address, void* buffer, size_t size,
330 BreakpointManager::WriteMemory(void* _address, const void* _buffer, size_t size,
433 BreakpointManager::PrepareToContinue(void* _address)
463 BreakpointManager::Breakpoint*
464 BreakpointManager::_GetUnusedHardwareBreakpoint(bool force)
496 BreakpointManager::_InstallSoftwareBreakpoint(InstalledBreakpoint* installed,
544 BreakpointManager::_UninstallSoftwareBreakpoint(Breakpoint* breakpoint)
558 BreakpointManager::_InstallHardwareBreakpoint(Breakpoint* breakpoint,
578 BreakpointManager::_UninstallHardwareBreakpoint(Breakpoint* breakpoint)
592 BreakpointManager::InstalledWatchpoint*
593 BreakpointManager::_FindWatchpoint(addr_t address) const
606 BreakpointManager::_InstallWatchpoint(InstalledWatchpoint* watchpoint,
633 BreakpointManager::_UninstallWatchpoint(InstalledWatchpoint* watchpoint)
644 BreakpointManager::_ReadMemory(const addr_t _address, void* _buffer,
695 BreakpointManager::_WriteMemory(addr_t _address, const void* _buffer,
722 TRACE("BreakpointManager::_WriteMemory(): area not found for "
731 TRACE("BreakpointManager::_WriteMemory(): failed to get info for "
749 TRACE("BreakpointManager::_WriteMemory(): failed to set new "
764 TRACE("BreakpointManager::_WriteMemory(): user_memcpy() failed: "