Searched refs:SBReproducer (Results 1 – 9 of 9) sorted by relevance
60 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 …]
3 ) lldb::SBReproducer;
42 class LLDB_API SBReproducer {
88 friend class SBReproducer; variable
101 class LLDB_API SBReproducer; variable
57 #include "lldb/API/SBReproducer.h"
138 %include "lldb/API/SBReproducer.h"
76 SRCS+= API/SBReproducer.cpp
48602 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()