Home
last modified time | relevance | path

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

/external/lldb/source/Plugins/Process/POSIX/
DProcessPOSIX.h123 GetWatchpointSupportInfo(uint32_t &num);
126 GetWatchpointSupportInfo(uint32_t &num, bool &after);
DProcessPOSIX.cpp784 ProcessPOSIX::GetWatchpointSupportInfo(uint32_t &num) in GetWatchpointSupportInfo() function in ProcessPOSIX
798 ProcessPOSIX::GetWatchpointSupportInfo(uint32_t &num, bool &after) in GetWatchpointSupportInfo() function in ProcessPOSIX
800 Error error = GetWatchpointSupportInfo(num); in GetWatchpointSupportInfo()
/external/lldb/source/Plugins/Process/gdb-remote/
DGDBRemoteCommunicationClient.h210 GetWatchpointSupportInfo (uint32_t &num);
213 GetWatchpointSupportInfo (uint32_t &num, bool& after);
DProcessGDBRemote.h209 GetWatchpointSupportInfo (uint32_t &num);
212 GetWatchpointSupportInfo (uint32_t &num, bool& after);
DGDBRemoteCommunicationClient.cpp1543 GDBRemoteCommunicationClient::GetWatchpointSupportInfo (uint32_t &num) in GetWatchpointSupportInfo() function in GDBRemoteCommunicationClient
1590 GDBRemoteCommunicationClient::GetWatchpointSupportInfo (uint32_t &num, bool& after) in GetWatchpointSupportInfo() function in GDBRemoteCommunicationClient
1592 Error error(GetWatchpointSupportInfo(num)); in GetWatchpointSupportInfo()
DProcessGDBRemote.cpp2137 ProcessGDBRemote::GetWatchpointSupportInfo (uint32_t &num) in GetWatchpointSupportInfo() function in ProcessGDBRemote
2140 Error error (m_gdb_comm.GetWatchpointSupportInfo (num)); in GetWatchpointSupportInfo()
2145 ProcessGDBRemote::GetWatchpointSupportInfo (uint32_t &num, bool& after) in GetWatchpointSupportInfo() function in ProcessGDBRemote
2147 Error error (m_gdb_comm.GetWatchpointSupportInfo (num, after)); in GetWatchpointSupportInfo()
/external/lldb/source/Target/
DStopInfo.cpp669 if (process->GetWatchpointSupportInfo(num, wp_triggers_after).Success()) in PerformAction()
DTarget.cpp540 Error rc = target->GetProcessSP()->GetWatchpointSupportInfo(num_supported_hardware_watchpoints); in CheckIfWatchpointsExhausted()
/external/lldb/include/lldb/Target/
DProcess.h2996 GetWatchpointSupportInfo (uint32_t &num) in GetWatchpointSupportInfo() function
3005 GetWatchpointSupportInfo (uint32_t &num, bool& after) in GetWatchpointSupportInfo() function
/external/lldb/source/Commands/
DCommandObjectWatchpoint.cpp271 …Error error = target->GetProcessSP()->GetWatchpointSupportInfo(num_supported_hardware_watchpoints); in DoExecute()
/external/lldb/source/API/
DSBProcess.cpp1197 sb_error.SetError(process_sp->GetWatchpointSupportInfo (num)); in GetNumSupportedHardwareWatchpoints()