Searched refs:SBSaveCoreOptions (Results 1 – 11 of 11) sorted by relevance
20 SBSaveCoreOptions::SBSaveCoreOptions() { in SBSaveCoreOptions() function in SBSaveCoreOptions26 SBSaveCoreOptions::SBSaveCoreOptions(const SBSaveCoreOptions &rhs) { in SBSaveCoreOptions() function in SBSaveCoreOptions32 SBSaveCoreOptions::~SBSaveCoreOptions() = default;34 const SBSaveCoreOptions &35 SBSaveCoreOptions::operator=(const SBSaveCoreOptions &rhs) { in operator =()43 SBError SBSaveCoreOptions::SetPluginName(const char *name) { in SetPluginName()49 void SBSaveCoreOptions::SetStyle(lldb::SaveCoreStyle style) { in SetStyle()54 void SBSaveCoreOptions::SetOutputFile(lldb::SBFileSpec file_spec) { in SetOutputFile()59 const char *SBSaveCoreOptions::GetPluginName() const { in GetPluginName()67 SBFileSpec SBSaveCoreOptions::GetOutputFile() const { in GetOutputFile()[all …]
1220 SBSaveCoreOptions options; in SaveCore()1230 SBSaveCoreOptions options; in SaveCore()1239 lldb::SBError SBProcess::SaveCore(SBSaveCoreOptions &options) { in SaveCore()
16 class LLDB_API SBSaveCoreOptions {18 SBSaveCoreOptions();19 SBSaveCoreOptions(const lldb::SBSaveCoreOptions &rhs);20 ~SBSaveCoreOptions();22 const SBSaveCoreOptions &operator=(const lldb::SBSaveCoreOptions &rhs);
81 friend class SBSaveCoreOptions; variable
80 friend class SBSaveCoreOptions; variable
64 class LLDB_API SBSaveCoreOptions; variable
385 lldb::SBError SaveCore(SBSaveCoreOptions &options);
24 #include "lldb/API/SBSaveCoreOptions.h"
105 %include "lldb/API/SBSaveCoreOptions.h"
65 SRCS+= API/SBSaveCoreOptions.cpp
17841 lldb::SBSaveCoreOptions *result = 0 ; in _wrap_new_SBSaveCoreOptions__SWIG_0()17844 result = (lldb::SBSaveCoreOptions *)new lldb::SBSaveCoreOptions(); in _wrap_new_SBSaveCoreOptions__SWIG_0()17858 lldb::SBSaveCoreOptions *arg1 = 0 ; in _wrap_new_SBSaveCoreOptions__SWIG_1()17859 lldb::SBSaveCoreOptions *result = 0 ; in _wrap_new_SBSaveCoreOptions__SWIG_1()17868 …result = (lldb::SBSaveCoreOptions *)new lldb::SBSaveCoreOptions((lldb::SBSaveCoreOptions const &)*… in _wrap_new_SBSaveCoreOptions__SWIG_1()17915 lldb::SBSaveCoreOptions *arg1 = (lldb::SBSaveCoreOptions *) 0 ; in _wrap_SBSaveCoreOptions_SetPluginName()17945 lldb::SBSaveCoreOptions *arg1 = (lldb::SBSaveCoreOptions *) 0 ; in _wrap_SBSaveCoreOptions_GetPluginName()17955 result = (char *)((lldb::SBSaveCoreOptions const *)arg1)->GetPluginName(); in _wrap_SBSaveCoreOptions_GetPluginName()17969 lldb::SBSaveCoreOptions *arg1 = (lldb::SBSaveCoreOptions *) 0 ; in _wrap_SBSaveCoreOptions_SetStyle()17995 lldb::SBSaveCoreOptions *arg1 = (lldb::SBSaveCoreOptions *) 0 ; in _wrap_SBSaveCoreOptions_GetStyle()[all …]