Searched refs:SBSaveCoreOptions (Results 1 – 14 of 14) 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()48 void SBSaveCoreOptions::SetStyle(lldb::SaveCoreStyle style) { in SetStyle()53 void SBSaveCoreOptions::SetOutputFile(lldb::SBFileSpec file_spec) { in SetOutputFile()58 const char *SBSaveCoreOptions::GetPluginName() const { in GetPluginName()66 SBFileSpec SBSaveCoreOptions::GetOutputFile() const { in GetOutputFile()[all …]
1236 SBSaveCoreOptions options; in SaveCore()1246 SBSaveCoreOptions options; in SaveCore()1255 lldb::SBError SBProcess::SaveCore(SBSaveCoreOptions &options) { in SaveCore()
16 ) lldb::SBSaveCoreOptions;21 ) lldb::SBSaveCoreOptions::SetPluginName;25 ) lldb::SBSaveCoreOptions::GetPluginName;29 ) lldb::SBSaveCoreOptions::SetStyle;33 ) lldb::SBSaveCoreOptions::GetStyle;37 ) lldb::SBSaveCoreOptions::SetOutputFile;41 ) lldb::SBSaveCoreOptions::GetOutputFile;46 ) lldb::SBSaveCoreOptions::SetProcess;51 ) lldb::SBSaveCoreOptions::AddThread;55 ) lldb::SBSaveCoreOptions::RemoveThread;[all …]
21 class LLDB_API SBSaveCoreOptions {23 SBSaveCoreOptions();24 SBSaveCoreOptions(const lldb::SBSaveCoreOptions &rhs);25 ~SBSaveCoreOptions();27 const SBSaveCoreOptions &operator=(const lldb::SBSaveCoreOptions &rhs);
51 friend class SBSaveCoreOptions; variable
123 friend class SBSaveCoreOptions; variable
81 friend class SBSaveCoreOptions; variable
386 lldb::SBError SaveCore(SBSaveCoreOptions &options);590 friend class SBSaveCoreOptions; variable
85 friend class SBSaveCoreOptions; variable
236 friend class SBSaveCoreOptions; variable
64 class LLDB_API SBSaveCoreOptions; variable
107 %include "lldb/API/SBSaveCoreOptions.h"
17924 lldb::SBSaveCoreOptions *result = 0 ; in _wrap_new_SBSaveCoreOptions__SWIG_0()17927 result = (lldb::SBSaveCoreOptions *)new lldb::SBSaveCoreOptions(); in _wrap_new_SBSaveCoreOptions__SWIG_0()17941 lldb::SBSaveCoreOptions *arg1 = 0 ; in _wrap_new_SBSaveCoreOptions__SWIG_1()17942 lldb::SBSaveCoreOptions *result = 0 ; in _wrap_new_SBSaveCoreOptions__SWIG_1()17951 …result = (lldb::SBSaveCoreOptions *)new lldb::SBSaveCoreOptions((lldb::SBSaveCoreOptions const &)*… in _wrap_new_SBSaveCoreOptions__SWIG_1()17998 lldb::SBSaveCoreOptions *arg1 = (lldb::SBSaveCoreOptions *) 0 ; in _wrap_SBSaveCoreOptions_SetPluginName()18028 lldb::SBSaveCoreOptions *arg1 = (lldb::SBSaveCoreOptions *) 0 ; in _wrap_SBSaveCoreOptions_GetPluginName()18038 result = (char *)((lldb::SBSaveCoreOptions const *)arg1)->GetPluginName(); in _wrap_SBSaveCoreOptions_GetPluginName()18052 lldb::SBSaveCoreOptions *arg1 = (lldb::SBSaveCoreOptions *) 0 ; in _wrap_SBSaveCoreOptions_SetStyle()18078 lldb::SBSaveCoreOptions *arg1 = (lldb::SBSaveCoreOptions *) 0 ; in _wrap_SBSaveCoreOptions_GetStyle()[all …]
82 SRCS+= API/SBSaveCoreOptions.cpp