Searched refs:GetWatchpointSupportInfo (Results 1 - 11 of 11) sorted by relevance

/external/lldb/source/Plugins/Process/POSIX/
H A DProcessPOSIX.h123 GetWatchpointSupportInfo(uint32_t &num);
126 GetWatchpointSupportInfo(uint32_t &num, bool &after);
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 DGDBRemoteCommunicationClient.h210 GetWatchpointSupportInfo (uint32_t &num);
213 GetWatchpointSupportInfo (uint32_t &num, bool& after);
H A DProcessGDBRemote.h209 GetWatchpointSupportInfo (uint32_t &num);
212 GetWatchpointSupportInfo (uint32_t &num, bool& after);
H A DGDBRemoteCommunicationClient.cpp1543 GDBRemoteCommunicationClient::GetWatchpointSupportInfo (uint32_t &num)
1590 GDBRemoteCommunicationClient::GetWatchpointSupportInfo (uint32_t &num, bool& after)
1592 Error error(GetWatchpointSupportInfo(num));
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/source/Target/
H A DStopInfo.cpp669 if (process->GetWatchpointSupportInfo(num, wp_triggers_after).Success())
H A DTarget.cpp540 Error rc = target->GetProcessSP()->GetWatchpointSupportInfo(num_supported_hardware_watchpoints);
/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");
/external/lldb/source/API/
H A DSBProcess.cpp1197 sb_error.SetError(process_sp->GetWatchpointSupportInfo (num));
/external/lldb/source/Commands/
H A DCommandObjectWatchpoint.cpp271 Error error = target->GetProcessSP()->GetWatchpointSupportInfo(num_supported_hardware_watchpoints);

Completed in 317 milliseconds