HomeSort by relevance Sort by last modified time
    Searched defs:num_hw_watchpoints (Results 1 - 4 of 4) sorted by null

  /external/lldb/source/Plugins/Process/Utility/
RegisterContextDarwin_arm.cpp 1132 const uint32_t num_hw_watchpoints = NumSupportedHardwareWatchpoints(); local
    [all...]
  /external/lldb/tools/debugserver/source/MacOSX/arm/
DNBArchImpl.cpp 884 const uint32_t num_hw_watchpoints = NumSupportedHardwareWatchpoints(); local
    [all...]
  /external/lldb/tools/debugserver/source/MacOSX/i386/
DNBArchImplI386.cpp 889 const uint32_t num_hw_watchpoints = NumSupportedHardwareWatchpoints(); local
908 for (i = 0; i < num_hw_watchpoints; ++i)
915 if (i < num_hw_watchpoints)
932 DNBLogThreadedIf(LOG_WATCHPOINTS, "DNBArchImplI386::EnableHardwareWatchpoint(): All hardware resources (%u) are in use.", num_hw_watchpoints);
    [all...]
  /external/lldb/tools/debugserver/source/MacOSX/x86_64/
DNBArchImplX86_64.cpp 842 const uint32_t num_hw_watchpoints = NumSupportedHardwareWatchpoints(); local
    [all...]

Completed in 69 milliseconds