Searched refs:SBReproducer (Results 1 – 8 of 8) sorted by relevance
44 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 …]
3 ) lldb::SBReproducer;
36 class LLDB_API SBReproducer {
93 friend class SBReproducer; variable
103 class LLDB_API SBReproducer; variable
142 %include "lldb/API/SBReproducer.h"
81 SRCS+= API/SBReproducer.cpp
49730 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()