Home
last modified time | relevance | path

Searched defs:FinishTransForHWP (Results 1 – 3 of 3) sorted by relevance

/llvm-project/lldb/tools/debugserver/source/
H A DDNBArch.h119 virtual bool FinishTransForHWP() { return true; } in FinishTransForHWP() function
/llvm-project/lldb/tools/debugserver/source/MacOSX/
H A DMachThread.cpp559 bool MachThread::FinishTransForHWP() { return m_arch_up->FinishTransForHWP(); } FinishTransForHWP() function in MachThread
/llvm-project/lldb/tools/debugserver/source/MacOSX/x86_64/
H A DDNBArchImplX86_64.cpp854 bool DNBArchImplX86_64::FinishTransForHWP() { FinishTransForHWP() function in DNBArchImplX86_64