Searched refs:SBReproducer (Results 1 – 12 of 12) sorted by relevance
67 const char *SBReproducer::Capture() { in Capture()78 const char *SBReproducer::Capture(const char *path) { in Capture()90 const char *SBReproducer::PassiveReplay(const char *path) { in PassiveReplay()95 const char *SBReproducer::Replay(const char *path) { in Replay()100 const char *SBReproducer::Replay(const char *path, bool skip_version_check) { in Replay()105 const char *SBReproducer::Replay(const char *path, in Replay()111 const char *SBReproducer::Finalize(const char *path) { in Finalize()116 bool SBReproducer::Generate() { in Generate()126 bool SBReproducer::SetAutoGenerate(bool b) { in SetAutoGenerate()136 const char *SBReproducer::GetPath() { in GetPath()[all …]
61 SBReproducer.cpp
13 ) SBReproducer;14 class SBReproducer
43 class LLDB_API SBReproducer {
70 friend class SBReproducer; variable
760 if (const char *error = SBReproducer::Capture(capture_path->getValue())) { in InitializeReproducer()765 const char *error = SBReproducer::Capture(); in InitializeReproducer()772 SBReproducer::SetAutoGenerate(true); in InitializeReproducer()
83 "SBReproducer.cpp",
55 %include "./interface/SBReproducer.i"
51 #include "lldb/API/SBReproducer.h"
70 Redirect 301 /python_reference/lldb.SBReproducer-class.html https://lldb.llvm.org/python_api/lldb.S…
549 lldb.SBReproducer.SetWorkingDirectory(full_dir)
3635 lldb/include/lldb/API/SBReproducer.h