Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBReproducer.cpp60 const char *SBReproducer::Capture() { in Capture()
65 const char *SBReproducer::Capture(const char *path) { in Capture()
70 const char *SBReproducer::PassiveReplay(const char *path) { in PassiveReplay()
75 const char *SBReproducer::Replay(const char *path) { in Replay()
80 const char *SBReproducer::Replay(const char *path, bool skip_version_check) { in Replay()
85 const char *SBReproducer::Replay(const char *path, in Replay()
91 const char *SBReproducer::Finalize(const char *path) { in Finalize()
96 bool SBReproducer::Generate() { in Generate()
101 bool SBReproducer::SetAutoGenerate(bool b) { in SetAutoGenerate()
106 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.h42 class LLDB_API SBReproducer {
H A DSBError.h88 friend class SBReproducer; variable
H A DSBDefines.h101 class LLDB_API SBReproducer; variable
/freebsd/contrib/llvm-project/lldb/bindings/
H A Dheaders.swig57 #include "lldb/API/SBReproducer.h"
H A Dinterfaces.swig138 %include "lldb/API/SBReproducer.h"
/freebsd/lib/clang/liblldb/
H A DMakefile76 SRCS+= API/SBReproducer.cpp
H A DLLDBWrapLua.cpp48602 result = (char *)lldb::SBReproducer::Capture((char const *)arg1); in _wrap_SBReproducer_Capture()
48622 result = (char *)lldb::SBReproducer::PassiveReplay((char const *)arg1); in _wrap_SBReproducer_PassiveReplay()
48642 result = (bool)lldb::SBReproducer::SetAutoGenerate(arg1); in _wrap_SBReproducer_SetAutoGenerate()
48661 lldb::SBReproducer::SetWorkingDirectory((char const *)arg1); in _wrap_SBReproducer_SetWorkingDirectory()
48675 lldb::SBReproducer *result = 0 ; in _wrap_new_SBReproducer()
48678 result = (lldb::SBReproducer *)new lldb::SBReproducer(); in _wrap_new_SBReproducer()
48690 lldb::SBReproducer *arg1 = (lldb::SBReproducer *) obj; in swig_delete_SBReproducer()