Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/Process/FreeBSD/
DFreeBSDThread.cpp74 GetPOSIXBreakpointProtocol()->ForceWatchpointsInitialized(); in FreeBSDThread()
393 POSIXBreakpointProtocol *reg_ctx = GetPOSIXBreakpointProtocol(); in EnableHardwareWatchpoint()
422 POSIXBreakpointProtocol *reg_ctx = GetPOSIXBreakpointProtocol(); in FindVacantWatchpointIndex()
439 status = GetPOSIXBreakpointProtocol()->UpdateAfterBreakpoint(); in BreakNotify()
482 POSIXBreakpointProtocol *reg_ctx = GetPOSIXBreakpointProtocol(); in WatchNotify()
529 POSIXBreakpointProtocol *reg_ctx = GetPOSIXBreakpointProtocol(); in TraceNotify()
581 POSIXBreakpointProtocol *reg_ctx = GetPOSIXBreakpointProtocol(); in GetRegisterIndexFromOffset()
DFreeBSDThread.h77 POSIXBreakpointProtocol *GetPOSIXBreakpointProtocol() { in GetPOSIXBreakpointProtocol() function