Searched defs:GetWatchpointSupportInfo (Results 1 - 3 of 3) sorted by relevance

/external/lldb/source/Plugins/Process/POSIX/
H A DProcessPOSIX.cpp784 ProcessPOSIX::GetWatchpointSupportInfo(uint32_t &num) function in class:ProcessPOSIX
798 ProcessPOSIX::GetWatchpointSupportInfo(uint32_t &num, bool &after) function in class:ProcessPOSIX
800 Error error = GetWatchpointSupportInfo(num);
/external/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp2137 ProcessGDBRemote::GetWatchpointSupportInfo (uint32_t &num) function in class:ProcessGDBRemote
2140 Error error (m_gdb_comm.GetWatchpointSupportInfo (num));
2145 ProcessGDBRemote::GetWatchpointSupportInfo (uint32_t &num, bool& after) function in class:ProcessGDBRemote
2147 Error error (m_gdb_comm.GetWatchpointSupportInfo (num, after));
/external/lldb/include/lldb/Target/
H A DProcess.h2996 GetWatchpointSupportInfo (uint32_t &num) function in class:lldb_private::Process
3000 error.SetErrorString ("Process::GetWatchpointSupportInfo() not supported");
3005 GetWatchpointSupportInfo (uint32_t &num, bool& after) function in class:lldb_private::Process
3010 error.SetErrorString ("Process::GetWatchpointSupportInfo() not supported");

Completed in 260 milliseconds