Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBSaveCoreOptions.cpp20 SBSaveCoreOptions::SBSaveCoreOptions() { in SBSaveCoreOptions() function in SBSaveCoreOptions
26 SBSaveCoreOptions::SBSaveCoreOptions(const SBSaveCoreOptions &rhs) { in SBSaveCoreOptions() function in SBSaveCoreOptions
32 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 …]
H A DSBProcess.cpp1220 SBSaveCoreOptions options; in SaveCore()
1230 SBSaveCoreOptions options; in SaveCore()
1239 lldb::SBError SBProcess::SaveCore(SBSaveCoreOptions &options) { in SaveCore()
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBSaveCoreOptions.h16 class LLDB_API SBSaveCoreOptions {
18 SBSaveCoreOptions();
19 SBSaveCoreOptions(const lldb::SBSaveCoreOptions &rhs);
20 ~SBSaveCoreOptions();
22 const SBSaveCoreOptions &operator=(const lldb::SBSaveCoreOptions &rhs);
H A DSBFileSpec.h81 friend class SBSaveCoreOptions; variable
H A DSBError.h80 friend class SBSaveCoreOptions; variable
H A DSBDefines.h64 class LLDB_API SBSaveCoreOptions; variable
H A DSBProcess.h385 lldb::SBError SaveCore(SBSaveCoreOptions &options);
/freebsd/contrib/llvm-project/lldb/bindings/
H A Dheaders.swig24 #include "lldb/API/SBSaveCoreOptions.h"
H A Dinterfaces.swig105 %include "lldb/API/SBSaveCoreOptions.h"
/freebsd/lib/clang/liblldb/
H A DMakefile65 SRCS+= API/SBSaveCoreOptions.cpp
H A DLLDBWrapLua.cpp17841 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 …]