Home
last modified time | relevance | path

Searched refs:SBSaveCoreOptions (Results 1 – 14 of 14) 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()
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 …]
H A DSBProcess.cpp1236 SBSaveCoreOptions options; in SaveCore()
1246 SBSaveCoreOptions options; in SaveCore()
1255 lldb::SBError SBProcess::SaveCore(SBSaveCoreOptions &options) { in SaveCore()
/freebsd/contrib/llvm-project/lldb/bindings/interface/
H A DSBSaveCoreOptionsDocstrings.i16 ) 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 …]
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBSaveCoreOptions.h21 class LLDB_API SBSaveCoreOptions {
23 SBSaveCoreOptions();
24 SBSaveCoreOptions(const lldb::SBSaveCoreOptions &rhs);
25 ~SBSaveCoreOptions();
27 const SBSaveCoreOptions &operator=(const lldb::SBSaveCoreOptions &rhs);
H A DSBThreadCollection.h51 friend class SBSaveCoreOptions; variable
H A DSBMemoryRegionInfo.h123 friend class SBSaveCoreOptions; variable
H A DSBFileSpec.h81 friend class SBSaveCoreOptions; variable
H A DSBProcess.h386 lldb::SBError SaveCore(SBSaveCoreOptions &options);
590 friend class SBSaveCoreOptions; variable
H A DSBError.h85 friend class SBSaveCoreOptions; variable
H A DSBThread.h236 friend class SBSaveCoreOptions; variable
H A DSBDefines.h64 class LLDB_API SBSaveCoreOptions; variable
/freebsd/contrib/llvm-project/lldb/bindings/
H A Dinterfaces.swig107 %include "lldb/API/SBSaveCoreOptions.h"
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp17924 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 …]
H A DMakefile82 SRCS+= API/SBSaveCoreOptions.cpp