Home
last modified time | relevance | path

Searched refs:lldb_libs_dir (Results 1 – 9 of 9) sorted by relevance

/llvm-project-15.0.7/lldb/utils/lldb-dotest/
H A Dlldb-dotest.in14 lldb_libs_dir = "@LLDB_LIBS_DIR_CONFIGURED@"
28 cmd.extend(['--lldb-libs-dir', lldb_libs_dir])
/llvm-project-15.0.7/lldb/tools/intel-features/intel-mpx/test/
H A DTestMPXTable.py31 plugin_file = os.path.join(configuration.lldb_libs_dir, "liblldbIntelFeatures.so")
121 plugin_file = os.path.join(configuration.lldb_libs_dir, "liblldbIntelFeatures.so")
/llvm-project-15.0.7/lldb/packages/Python/lldbsuite/test/
H A Dconfiguration.py125 lldb_libs_dir = None variable
H A Ddotest.py422 if args.lldb_libs_dir:
423 configuration.lldb_libs_dir = args.lldb_libs_dir
H A Dlldbtest.py1465 lib_dir = configuration.lldb_libs_dir
1505 lib_dir = configuration.lldb_libs_dir
1618 return "%s:%s" % (existing_library_path, configuration.lldb_libs_dir)
1621 return configuration.lldb_libs_dir
/llvm-project-15.0.7/lldb/test/Shell/
H A Dlit.site.cfg.py.in11 config.lldb_libs_dir = lit_config.substitute("@LLDB_LIBS_DIR@")
/llvm-project-15.0.7/lldb/test/API/
H A Dlit.site.cfg.py.in13 config.lldb_libs_dir = lit_config.substitute("@LLDB_LIBS_DIR@")
H A Dlit.cfg.py213 dotest_cmd += ['--lldb-libs-dir', config.lldb_libs_dir]
/llvm-project-15.0.7/lldb/test/API/lua_api/
H A DTestLuaAPI.py163 lua_lldb_cpath = "%s/lua/5.3/?.so" % configuration.lldb_libs_dir