Searched refs:InstallBreakpoint (Results 1 - 9 of 9) sorted by relevance

/haiku/src/system/kernel/debug/
H A DBreakpointManager.h22 status_t InstallBreakpoint(void* address);
H A DBreakpointManager.cpp99 BreakpointManager::InstallBreakpoint(void* _address) function in class:BreakpointManager
H A Duser_debugger.cpp1962 result = breakpointManager->InstallBreakpoint(address);
/haiku/src/kits/debugger/debugger_interface/core/
H A DCoreFileDebuggerInterface.h43 virtual status_t InstallBreakpoint(target_addr_t address);
H A DCoreFileDebuggerInterface.cpp137 CoreFileDebuggerInterface::InstallBreakpoint(target_addr_t address) function in class:CoreFileDebuggerInterface
/haiku/src/kits/debugger/debugger_interface/local/
H A DLocalDebuggerInterface.h34 virtual status_t InstallBreakpoint(target_addr_t address);
H A DLocalDebuggerInterface.cpp435 LocalDebuggerInterface::InstallBreakpoint(target_addr_t address) function in class:LocalDebuggerInterface
/haiku/src/kits/debugger/debugger_interface/
H A DDebuggerInterface.h58 virtual status_t InstallBreakpoint(target_addr_t address) = 0;
/haiku/src/kits/debugger/debug_managers/
H A DBreakpointManager.cpp264 error = fDebuggerInterface->InstallBreakpoint(address);
502 fDebuggerInterface->InstallBreakpoint(breakpoint->Address());

Completed in 170 milliseconds