Searched refs:SBWatchpointOptions (Results 1 – 10 of 10) sorted by relevance
26 SBWatchpointOptions::SBWatchpointOptions() in SBWatchpointOptions() function in SBWatchpointOptions31 SBWatchpointOptions::SBWatchpointOptions(const SBWatchpointOptions &rhs) { in SBWatchpointOptions() function in SBWatchpointOptions37 const SBWatchpointOptions &38 SBWatchpointOptions::operator=(const SBWatchpointOptions &rhs) { in operator =()46 SBWatchpointOptions::~SBWatchpointOptions() = default;48 void SBWatchpointOptions::SetWatchpointTypeRead(bool read) { in SetWatchpointTypeRead()51 bool SBWatchpointOptions::GetWatchpointTypeRead() const { in GetWatchpointTypeRead()55 void SBWatchpointOptions::SetWatchpointTypeWrite( in SetWatchpointTypeWrite()67 WatchpointWriteType SBWatchpointOptions::GetWatchpointTypeWrite() const { in GetWatchpointTypeWrite()
1336 SBWatchpointOptions options; in WatchAddress()1344 SBWatchpointOptions options, in WatchpointCreateByAddress()
18 class LLDB_API SBWatchpointOptions {20 SBWatchpointOptions();22 SBWatchpointOptions(const lldb::SBWatchpointOptions &rhs);24 ~SBWatchpointOptions();26 const SBWatchpointOptions &operator=(const lldb::SBWatchpointOptions &rhs);
135 class LLDB_API SBWatchpointOptions; variable
849 lldb::SBWatchpointOptions options, SBError &error);
3 ) lldb::SBWatchpointOptions;6 ) lldb::SBWatchpointOptions::SetWatchpointTypeRead;8 ) lldb::SBWatchpointOptions::GetWatchpointTypeRead;10 ) lldb::SBWatchpointOptions::SetWatchpointTypeWrite;12 ) lldb::SBWatchpointOptions::GetWatchpointTypeWrite;
87 #include "lldb/API/SBWatchpointOptions.h"
168 %include "lldb/API/SBWatchpointOptions.h"
111 SRCS+= API/SBWatchpointOptions.cpp
59865 lldb::SBWatchpointOptions arg4 ; in _wrap_SBTarget_WatchpointCreateByAddress()59867 lldb::SBWatchpointOptions *argp4 ; in _wrap_SBTarget_WatchpointCreateByAddress()80804 lldb::SBWatchpointOptions *result = 0 ; in _wrap_new_SBWatchpointOptions__SWIG_0()80807 result = (lldb::SBWatchpointOptions *)new lldb::SBWatchpointOptions(); in _wrap_new_SBWatchpointOptions__SWIG_0()80821 lldb::SBWatchpointOptions *arg1 = 0 ; in _wrap_new_SBWatchpointOptions__SWIG_1()80822 lldb::SBWatchpointOptions *result = 0 ; in _wrap_new_SBWatchpointOptions__SWIG_1()80831 …result = (lldb::SBWatchpointOptions *)new lldb::SBWatchpointOptions((lldb::SBWatchpointOptions con… in _wrap_new_SBWatchpointOptions__SWIG_1()80878 lldb::SBWatchpointOptions *arg1 = (lldb::SBWatchpointOptions *) 0 ; in _wrap_SBWatchpointOptions_SetWatchpointTypeRead()80904 lldb::SBWatchpointOptions *arg1 = (lldb::SBWatchpointOptions *) 0 ; in _wrap_SBWatchpointOptions_GetWatchpointTypeRead()80914 result = (bool)((lldb::SBWatchpointOptions const *)arg1)->GetWatchpointTypeRead(); in _wrap_SBWatchpointOptions_GetWatchpointTypeRead()[all …]