Home
last modified time | relevance | path

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

/external/llvm-project/lldb/tools/debugserver/source/
DDNBArch.h119 virtual bool FinishTransForHWP() { return true; } in FinishTransForHWP() function
/external/llvm-project/lldb/tools/debugserver/source/MacOSX/
DMachThread.h79 bool FinishTransForHWP();
DMachThread.cpp559 bool MachThread::FinishTransForHWP() { return m_arch_up->FinishTransForHWP(); } in FinishTransForHWP() function in MachThread
DMachThreadList.cpp526 m_threads[idx]->FinishTransForHWP(); in DoHardwareBreakpointAction()
/external/llvm-project/lldb/tools/debugserver/source/MacOSX/i386/
DDNBArchImplI386.h233 bool FinishTransForHWP() override;
DDNBArchImplI386.cpp1043 bool DNBArchImplI386::FinishTransForHWP() { in FinishTransForHWP() function in DNBArchImplI386
/external/llvm-project/lldb/tools/debugserver/source/MacOSX/x86_64/
DDNBArchImplX86_64.h237 bool FinishTransForHWP() override;
DDNBArchImplX86_64.cpp854 bool DNBArchImplX86_64::FinishTransForHWP() { in FinishTransForHWP() function in DNBArchImplX86_64