Home
last modified time | relevance | path

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

/external/lldb/source/Plugins/Process/POSIX/
DRegisterContext_x86_64.cpp1270 const uint32_t num_hw_watchpoints = NumSupportedHardwareWatchpoints(); in SetHardwareWatchpoint() local
1273 for (hw_index = 0; hw_index < num_hw_watchpoints; ++hw_index) in SetHardwareWatchpoint()
1289 const uint32_t num_hw_watchpoints = NumSupportedHardwareWatchpoints(); in SetHardwareWatchpointWithIndex() local
1291 if (num_hw_watchpoints == 0 || hw_index >= num_hw_watchpoints) in SetHardwareWatchpointWithIndex()
1326 if (hw_index < num_hw_watchpoints) in SetHardwareWatchpointWithIndex()
/external/lldb/tools/debugserver/source/MacOSX/arm/
DDNBArchImpl.cpp884 const uint32_t num_hw_watchpoints = NumSupportedHardwareWatchpoints(); in EnableHardwareWatchpoint() local
950 for (i=0; i<num_hw_watchpoints; ++i) in EnableHardwareWatchpoint()
957 if (i < num_hw_watchpoints) in EnableHardwareWatchpoint()
983 …MachARM::EnableHardwareWatchpoint(): All hardware resources (%u) are in use.", num_hw_watchpoints); in EnableHardwareWatchpoint()
/external/lldb/source/Plugins/Process/Utility/
DRegisterContextDarwin_arm.cpp1132 const uint32_t num_hw_watchpoints = NumSupportedHardwareWatchpoints(); in SetHardwareWatchpoint() local
1166 for (i=0; i<num_hw_watchpoints; ++i) in SetHardwareWatchpoint()
1173 if (i < num_hw_watchpoints) in SetHardwareWatchpoint()
/external/lldb/tools/debugserver/source/MacOSX/i386/
DDNBArchImplI386.cpp889 const uint32_t num_hw_watchpoints = NumSupportedHardwareWatchpoints(); in EnableHardwareWatchpoint() local
908 for (i = 0; i < num_hw_watchpoints; ++i) in EnableHardwareWatchpoint()
915 if (i < num_hw_watchpoints) in EnableHardwareWatchpoint()
932 …mplI386::EnableHardwareWatchpoint(): All hardware resources (%u) are in use.", num_hw_watchpoints); in EnableHardwareWatchpoint()
/external/lldb/tools/debugserver/source/MacOSX/x86_64/
DDNBArchImplX86_64.cpp842 const uint32_t num_hw_watchpoints = NumSupportedHardwareWatchpoints(); in EnableHardwareWatchpoint() local
861 for (i = 0; i < num_hw_watchpoints; ++i) in EnableHardwareWatchpoint()
868 if (i < num_hw_watchpoints) in EnableHardwareWatchpoint()
885 …lX86_64::EnableHardwareWatchpoint(): All hardware resources (%u) are in use.", num_hw_watchpoints); in EnableHardwareWatchpoint()