SBSaveCoreOptionsΒΆ

class lldb.SBSaveCoreOptions(*args)ΒΆ

Proxy of C++ lldb::SBSaveCoreOptions class.

Methods Summary

Clear(SBSaveCoreOptions self)

GetOutputFile(SBSaveCoreOptions self)

GetPluginName(SBSaveCoreOptions self)

GetStyle(SBSaveCoreOptions self)

SetOutputFile(SBSaveCoreOptions self, ...)

SetPluginName(SBSaveCoreOptions self, ...)

SetStyle(SBSaveCoreOptions self, lldb)

Methods Documentation

Clear(SBSaveCoreOptions self)ΒΆ
GetOutputFile(SBSaveCoreOptions self) SBFileSpecΒΆ
GetPluginName(SBSaveCoreOptions self) char const *ΒΆ
GetStyle(SBSaveCoreOptions self) lldb::SaveCoreStyleΒΆ
SetOutputFile(SBSaveCoreOptions self, SBFileSpec output_file)ΒΆ
SetPluginName(SBSaveCoreOptions self, char const * plugin) SBErrorΒΆ
SetStyle(SBSaveCoreOptions self, lldb::SaveCoreStyle style)ΒΆ