Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/API/
DSBReproducer.cpp137 const char *SBReproducer::Capture() { in Capture()
152 const char *SBReproducer::Capture(const char *path) { in Capture()
168 const char *SBReproducer::PassiveReplay(const char *path) { in PassiveReplay()
191 const char *SBReproducer::Replay(const char *path) { in Replay()
193 return SBReproducer::Replay(path, options); in Replay()
196 const char *SBReproducer::Replay(const char *path, bool skip_version_check) { in Replay()
199 return SBReproducer::Replay(path, options); in Replay()
202 const char *SBReproducer::Replay(const char *path, in Replay()
268 const char *SBReproducer::Finalize(const char *path) { in Finalize()
289 bool SBReproducer::Generate() { in Generate()
[all …]
DCMakeLists.txt65 SBReproducer.cpp
/external/llvm-project/lldb/tools/driver/
DDriver.cpp734 if (SBReproducer::Generate()) { in reproducer_handler()
789 if (const char *error = SBReproducer::Finalize(finalize_path->getValue())) { in InitializeReproducer()
798 llvm::outs() << "Reproducer written to '" << SBReproducer::GetPath() in InitializeReproducer()
818 SBReproducer::Replay(replay_path->getValue(), replay_options)) { in InitializeReproducer()
838 if (const char *error = SBReproducer::Capture(capture_path->getValue())) { in InitializeReproducer()
843 const char *error = SBReproducer::Capture(); in InitializeReproducer()
850 SBReproducer::SetAutoGenerate(true); in InitializeReproducer()
854 if (const char *reproducer_path = SBReproducer::GetPath()) { in InitializeReproducer()
/external/llvm-project/lldb/bindings/interface/
DSBReproducer.i10 class SBReproducer
/external/llvm-project/lldb/include/lldb/API/
DSBReproducer.h43 class LLDB_API SBReproducer {
DSBError.h66 friend class SBReproducer; variable
/external/llvm-project/lldb/packages/Python/lldbsuite/test/
Ddotest.py876 lldb.SBReproducer.Capture(configuration.capture_path)
877 lldb.SBReproducer.SetAutoGenerate(True)
879 lldb.SBReproducer.PassiveReplay(configuration.replay_path)
Dlldbtest.py595 lldb.SBReproducer.SetWorkingDirectory(full_dir)
/external/llvm-project/lldb/bindings/
Dheaders.swig51 #include "lldb/API/SBReproducer.h"
Dinterfaces.swig58 %include "./interface/SBReproducer.i"