Home
last modified time | relevance | path

Searched refs:SBWatchpointOptions (Results 1 – 10 of 10) sorted by relevance

/src/contrib/llvm-project/lldb/source/API/
H A DSBWatchpointOptions.cpp26 SBWatchpointOptions::SBWatchpointOptions() in SBWatchpointOptions() function in SBWatchpointOptions
31 SBWatchpointOptions::SBWatchpointOptions(const SBWatchpointOptions &rhs) { in SBWatchpointOptions() function in SBWatchpointOptions
37 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()
H A DSBTarget.cpp1336 SBWatchpointOptions options; in WatchAddress()
1344 SBWatchpointOptions options, in WatchpointCreateByAddress()
/src/contrib/llvm-project/lldb/include/lldb/API/
H A DSBWatchpointOptions.h18 class LLDB_API SBWatchpointOptions {
20 SBWatchpointOptions();
22 SBWatchpointOptions(const lldb::SBWatchpointOptions &rhs);
24 ~SBWatchpointOptions();
26 const SBWatchpointOptions &operator=(const lldb::SBWatchpointOptions &rhs);
H A DSBDefines.h135 class LLDB_API SBWatchpointOptions; variable
H A DSBTarget.h849 lldb::SBWatchpointOptions options, SBError &error);
/src/contrib/llvm-project/lldb/bindings/interface/
H A DSBWatchpointOptionsDocstrings.i3 ) lldb::SBWatchpointOptions;
6 ) lldb::SBWatchpointOptions::SetWatchpointTypeRead;
8 ) lldb::SBWatchpointOptions::GetWatchpointTypeRead;
10 ) lldb::SBWatchpointOptions::SetWatchpointTypeWrite;
12 ) lldb::SBWatchpointOptions::GetWatchpointTypeWrite;
/src/contrib/llvm-project/lldb/bindings/
H A Dheaders.swig87 #include "lldb/API/SBWatchpointOptions.h"
H A Dinterfaces.swig168 %include "lldb/API/SBWatchpointOptions.h"
/src/lib/clang/liblldb/
H A DMakefile111 SRCS+= API/SBWatchpointOptions.cpp
H A DLLDBWrapLua.cpp59865 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 …]