Home
last modified time | relevance | path

Searched refs:reproducer_path (Results 1 – 5 of 5) sorted by relevance

/external/llvm-project/lldb/utils/lldb-repro/
Dlldb-repro.py42 reproducer_path = os.path.join(tempfile.gettempdir(), input_hash)
48 new_args.extend(['--replay', reproducer_path])
51 '--capture', '--capture-path', reproducer_path,
63 exit_code_path = os.path.join(reproducer_path, 'exit_code.txt')
73 shutil.rmtree(reproducer_path, True)
/external/llvm-project/lldb/test/API/
Dlldbtest.py60 reproducer_path = os.path.join(
63 cmd.extend(['--capture-path', reproducer_path])
65 cmd.extend(['--replay-path', reproducer_path])
/external/llvm-project/lldb/source/Commands/
DCommandObjectReproducer.cpp151 FileSpec reproducer_path) { in GetLoaderFromPathOrCurrent() argument
152 if (reproducer_path) { in GetLoaderFromPathOrCurrent()
153 loader_storage.emplace(reproducer_path); in GetLoaderFromPathOrCurrent()
/external/llvm-project/lldb/tools/driver/
DDriver.cpp854 if (const char *reproducer_path = SBReproducer::GetPath()) { in InitializeReproducer() local
858 finalize_cmd->append(reproducer_path); in InitializeReproducer()
/external/llvm-project/lldb/source/API/
DSBReproducer.cpp310 if (FileSpec reproducer_path = Reproducer::Instance().GetReproducerPath()) in GetPath() local