Searched defs:NumSupportedHardwareBreakpoints (Results 1 - 5 of 5) sorted by relevance

/external/lldb/tools/debugserver/source/
H A DDNBArch.h76 virtual uint32_t NumSupportedHardwareBreakpoints() { return 0; } function in class:DNBArchProtocol
/external/lldb/source/Plugins/Process/Utility/
H A DRegisterContextThreadMemory.cpp179 RegisterContextThreadMemory::NumSupportedHardwareBreakpoints () function in class:RegisterContextThreadMemory
183 return m_reg_ctx_sp->NumSupportedHardwareBreakpoints();
H A DRegisterContextDarwin_arm.cpp973 RegisterContextDarwin_arm::NumSupportedHardwareBreakpoints () function in class:RegisterContextDarwin_arm
1012 const uint32_t num_hw_breakpoints = NumSupportedHardwareBreakpoints();
1080 const uint32_t num_hw_points = NumSupportedHardwareBreakpoints();
/external/lldb/source/Target/
H A DRegisterContext.cpp247 RegisterContext::NumSupportedHardwareBreakpoints () function in class:RegisterContext
/external/lldb/tools/debugserver/source/MacOSX/arm/
H A DDNBArchImpl.cpp340 if (NumSupportedHardwareBreakpoints() > 0)
659 DNBArchMachARM::NumSupportedHardwareBreakpoints() function in class:DNBArchMachARM
785 const uint32_t num_hw_breakpoints = NumSupportedHardwareBreakpoints();
853 const uint32_t num_hw_points = NumSupportedHardwareBreakpoints();

Completed in 852 milliseconds