Home
last modified time | relevance | path

Searched refs:PassiveReplay (Results 1 – 6 of 6) sorted by relevance

/external/llvm-project/lldb/bindings/interface/
DSBReproducer.i14 static const char *PassiveReplay(const char *path);
/external/llvm-project/lldb/include/lldb/API/
DSBReproducer.h50 static const char *PassiveReplay(const char *path);
/external/llvm-project/lldb/source/API/
DSBReproducer.cpp168 const char *SBReproducer::PassiveReplay(const char *path) { in PassiveReplay() function in SBReproducer
170 if (auto e = Reproducer::Initialize(ReproducerMode::PassiveReplay, in PassiveReplay()
/external/llvm-project/lldb/include/lldb/Utility/
DReproducer.h33 PassiveReplay, enumerator
/external/llvm-project/lldb/source/Utility/
DReproducer.cpp67 case ReproducerMode::PassiveReplay: in Initialize()
/external/llvm-project/lldb/packages/Python/lldbsuite/test/
Ddotest.py879 lldb.SBReproducer.PassiveReplay(configuration.replay_path)