Home
last modified time | relevance | path

Searched refs:SBReproducer (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBReproducer.cpp44 const char *SBReproducer::Capture() { in Capture()
49 const char *SBReproducer::Capture(const char *path) { in Capture()
54 const char *SBReproducer::PassiveReplay(const char *path) { in PassiveReplay()
59 const char *SBReproducer::Replay(const char *path) { in Replay()
64 const char *SBReproducer::Replay(const char *path, bool skip_version_check) { in Replay()
69 const char *SBReproducer::Replay(const char *path, in Replay()
75 const char *SBReproducer::Finalize(const char *path) { in Finalize()
80 bool SBReproducer::Generate() { in Generate()
85 bool SBReproducer::SetAutoGenerate(bool b) { in SetAutoGenerate()
90 const char *SBReproducer::GetPath() { in GetPath()
[all …]
/freebsd/contrib/llvm-project/lldb/bindings/interface/
H A DSBReproducerDocstrings.i3 ) lldb::SBReproducer;
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBReproducer.h36 class LLDB_API SBReproducer {
H A DSBError.h93 friend class SBReproducer; variable
H A DSBDefines.h103 class LLDB_API SBReproducer; variable
/freebsd/contrib/llvm-project/lldb/bindings/
H A Dinterfaces.swig142 %include "lldb/API/SBReproducer.h"
/freebsd/lib/clang/liblldb/
H A DMakefile81 SRCS+= API/SBReproducer.cpp
H A DLLDBWrapLua.cpp49730 result = (char *)lldb::SBReproducer::Capture((char const *)arg1); in _wrap_SBReproducer_Capture()
49750 result = (char *)lldb::SBReproducer::PassiveReplay((char const *)arg1); in _wrap_SBReproducer_PassiveReplay()
49770 result = (bool)lldb::SBReproducer::SetAutoGenerate(arg1); in _wrap_SBReproducer_SetAutoGenerate()
49789 lldb::SBReproducer::SetWorkingDirectory((char const *)arg1); in _wrap_SBReproducer_SetWorkingDirectory()
49803 lldb::SBReproducer *result = 0 ; in _wrap_new_SBReproducer()
49806 result = (lldb::SBReproducer *)new lldb::SBReproducer(); in _wrap_new_SBReproducer()
49818 lldb::SBReproducer *arg1 = (lldb::SBReproducer *) obj; in swig_delete_SBReproducer()