Searched refs:NumSupportedHardwareWatchpoints (Results 1 - 24 of 24) sorted by relevance

/external/lldb/source/Plugins/Process/Linux/
H A DLinuxThread.cpp50 uint32_t num_hw_wps = reg_ctx->NumSupportedHardwareWatchpoints();
/external/lldb/source/Plugins/Process/Utility/
H A DRegisterContextThreadMemory.cpp206 RegisterContextThreadMemory::NumSupportedHardwareWatchpoints () function in class:RegisterContextThreadMemory
210 return m_reg_ctx_sp->NumSupportedHardwareWatchpoints();
H A DRegisterContextThreadMemory.h84 NumSupportedHardwareWatchpoints ();
H A DRegisterContextDarwin_arm.h102 NumSupportedHardwareWatchpoints ();
H A DRegisterContextDarwin_arm.cpp1103 RegisterContextDarwin_arm::NumSupportedHardwareWatchpoints () function in class:RegisterContextDarwin_arm
1132 const uint32_t num_hw_watchpoints = NumSupportedHardwareWatchpoints();
1204 const uint32_t num_hw_points = NumSupportedHardwareWatchpoints();
/external/lldb/source/Plugins/Process/POSIX/
H A DPOSIXThread.h90 uint32_t NumSupportedHardwareWatchpoints();
H A DPOSIXThread.cpp354 POSIXThread::NumSupportedHardwareWatchpoints() function in class:POSIXThread
358 return reg_ctx_sp->NumSupportedHardwareWatchpoints();
366 uint32_t num_hw_wps = NumSupportedHardwareWatchpoints();
442 uint32_t num_hw_wps = reg_ctx->NumSupportedHardwareWatchpoints();
H A DRegisterContext_x86_64.cpp1208 RegisterContext_x86_64::NumSupportedHardwareWatchpoints()
1220 assert(hw_index < NumSupportedHardwareWatchpoints());
1270 const uint32_t num_hw_watchpoints = NumSupportedHardwareWatchpoints();
1289 const uint32_t num_hw_watchpoints = NumSupportedHardwareWatchpoints();
1349 if (hw_index < NumSupportedHardwareWatchpoints())
1379 if (hw_index < NumSupportedHardwareWatchpoints())
1398 if (hw_index < NumSupportedHardwareWatchpoints())
H A DRegisterContext_x86_64.h190 NumSupportedHardwareWatchpoints();
H A DProcessPOSIX.cpp791 num = thread->NumSupportedHardwareWatchpoints();
/external/lldb/tools/debugserver/source/MacOSX/
H A DMachThreadList.h53 uint32_t NumSupportedHardwareWatchpoints () const;
H A DMachThread.h70 uint32_t NumSupportedHardwareWatchpoints () const;
H A DMachThread.cpp664 MachThread::NumSupportedHardwareWatchpoints () const function in class:MachThread
666 return m_arch_ap->NumSupportedHardwareWatchpoints();
H A DMachThreadList.cpp585 MachThreadList::NumSupportedHardwareWatchpoints () const function in class:MachThreadList
591 return m_threads[0]->NumSupportedHardwareWatchpoints();
H A DMachProcess.cpp969 return m_thread_list.NumSupportedHardwareWatchpoints();
/external/lldb/tools/debugserver/source/
H A DDNBArch.h77 virtual uint32_t NumSupportedHardwareWatchpoints() { return 0; } function in class:DNBArchProtocol
/external/lldb/include/lldb/Target/
H A DRegisterContext.h94 NumSupportedHardwareWatchpoints ();
/external/lldb/tools/debugserver/source/MacOSX/arm/
H A DDNBArchImpl.h72 virtual uint32_t NumSupportedHardwareWatchpoints();
H A DDNBArchImpl.cpp717 DNBArchMachARM::NumSupportedHardwareWatchpoints() function in class:DNBArchMachARM
884 const uint32_t num_hw_watchpoints = NumSupportedHardwareWatchpoints();
996 const uint32_t num_hw_points = NumSupportedHardwareWatchpoints();
1031 const uint32_t num_hw_points = NumSupportedHardwareWatchpoints();
1084 uint32_t i, num = NumSupportedHardwareWatchpoints();
/external/lldb/tools/debugserver/source/MacOSX/i386/
H A DDNBArchImplI386.h56 virtual uint32_t NumSupportedHardwareWatchpoints();
H A DDNBArchImplI386.cpp590 uint32_t i, num = NumSupportedHardwareWatchpoints();
701 DNBArchImplI386::NumSupportedHardwareWatchpoints() function in class:DNBArchImplI386
889 const uint32_t num_hw_watchpoints = NumSupportedHardwareWatchpoints();
943 const uint32_t num_hw_points = NumSupportedHardwareWatchpoints();
977 uint32_t i, num = NumSupportedHardwareWatchpoints();
/external/lldb/tools/debugserver/source/MacOSX/x86_64/
H A DDNBArchImplX86_64.h55 virtual uint32_t NumSupportedHardwareWatchpoints();
H A DDNBArchImplX86_64.cpp544 uint32_t i, num = NumSupportedHardwareWatchpoints();
655 DNBArchImplX86_64::NumSupportedHardwareWatchpoints() function in class:DNBArchImplX86_64
842 const uint32_t num_hw_watchpoints = NumSupportedHardwareWatchpoints();
896 const uint32_t num_hw_points = NumSupportedHardwareWatchpoints();
930 uint32_t i, num = NumSupportedHardwareWatchpoints();
/external/lldb/source/Target/
H A DRegisterContext.cpp266 RegisterContext::NumSupportedHardwareWatchpoints () function in class:RegisterContext

Completed in 221 milliseconds