Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/tools/debugserver/source/
H A DDNBArch.h118 virtual bool RollbackTransForHWP() { return true; } in RollbackTransForHWP() function
/openbsd-src/gnu/llvm/lldb/tools/debugserver/source/MacOSX/
H A DMachThread.h78 bool RollbackTransForHWP();
H A DMachThread.cpp555 bool MachThread::RollbackTransForHWP() { in RollbackTransForHWP() function in MachThread
556 return m_arch_up->RollbackTransForHWP(); in RollbackTransForHWP()
H A DMachThreadList.cpp519 m_threads[i]->RollbackTransForHWP(); in DoHardwareBreakpointAction()
/openbsd-src/gnu/llvm/lldb/tools/debugserver/source/MacOSX/x86_64/
H A DDNBArchImplX86_64.h236 bool RollbackTransForHWP() override;
H A DDNBArchImplX86_64.cpp840 bool DNBArchImplX86_64::RollbackTransForHWP() { in RollbackTransForHWP() function in DNBArchImplX86_64
/openbsd-src/gnu/llvm/lldb/tools/debugserver/source/MacOSX/i386/
H A DDNBArchImplI386.h232 bool RollbackTransForHWP() override;
H A DDNBArchImplI386.cpp1030 bool DNBArchImplI386::RollbackTransForHWP() { in RollbackTransForHWP() function in DNBArchImplI386