Home
last modified time | relevance | path

Searched refs:StartTransForHWP (Results 1 – 5 of 5) sorted by relevance

/external/llvm-project/lldb/tools/debugserver/source/
DDNBArch.h117 virtual bool StartTransForHWP() { return true; } in StartTransForHWP() function
/external/llvm-project/lldb/tools/debugserver/source/MacOSX/i386/
DDNBArchImplI386.h231 bool StartTransForHWP() override;
DDNBArchImplI386.cpp884 StartTransForHWP(); in EnableHardwareBreakpoint()
930 StartTransForHWP(); in DisableHardwareBreakpoint()
1022 bool DNBArchImplI386::StartTransForHWP() { in StartTransForHWP() function in DNBArchImplI386
1085 StartTransForHWP(); in EnableHardwareWatchpoint()
1120 StartTransForHWP(); in DisableHardwareWatchpoint()
/external/llvm-project/lldb/tools/debugserver/source/MacOSX/x86_64/
DDNBArchImplX86_64.h235 bool StartTransForHWP() override;
DDNBArchImplX86_64.cpp832 bool DNBArchImplX86_64::StartTransForHWP() { in StartTransForHWP() function in DNBArchImplX86_64
943 StartTransForHWP(); in EnableHardwareBreakpoint()
989 StartTransForHWP(); in DisableHardwareBreakpoint()
1043 StartTransForHWP(); in EnableHardwareWatchpoint()
1078 StartTransForHWP(); in DisableHardwareWatchpoint()