Home
last modified time | relevance | path

Searched refs:POSIXBreakpointProtocol (Results 1 – 8 of 8) sorted by relevance

/external/llvm-project/lldb/source/Plugins/Process/FreeBSD/
DRegisterContextPOSIX.h19 class POSIXBreakpointProtocol {
21 POSIXBreakpointProtocol() { m_watchpoints_initialized = false; } in POSIXBreakpointProtocol() function
22 virtual ~POSIXBreakpointProtocol() {} in ~POSIXBreakpointProtocol()
DFreeBSDThread.h20 class POSIXBreakpointProtocol; variable
77 POSIXBreakpointProtocol *GetPOSIXBreakpointProtocol() { in GetPOSIXBreakpointProtocol()
89 POSIXBreakpointProtocol *m_posix_thread;
DFreeBSDThread.cpp393 POSIXBreakpointProtocol *reg_ctx = GetPOSIXBreakpointProtocol(); in EnableHardwareWatchpoint()
422 POSIXBreakpointProtocol *reg_ctx = GetPOSIXBreakpointProtocol(); in FindVacantWatchpointIndex()
482 POSIXBreakpointProtocol *reg_ctx = GetPOSIXBreakpointProtocol(); in WatchNotify()
529 POSIXBreakpointProtocol *reg_ctx = GetPOSIXBreakpointProtocol(); in TraceNotify()
581 POSIXBreakpointProtocol *reg_ctx = GetPOSIXBreakpointProtocol(); in GetRegisterIndexFromOffset()
DRegisterContextPOSIXProcessMonitor_powerpc.h18 public POSIXBreakpointProtocol {
DRegisterContextPOSIXProcessMonitor_arm64.h17 public POSIXBreakpointProtocol {
DRegisterContextPOSIXProcessMonitor_mips64.h20 public POSIXBreakpointProtocol {
DRegisterContextPOSIXProcessMonitor_x86.h18 public POSIXBreakpointProtocol {
DRegisterContextPOSIXProcessMonitor_arm.h16 public POSIXBreakpointProtocol {