| /llvm-project-15.0.7/lldb/test/API/python_api/sbplatform/ |
| H A D | TestSBPlatform.py | 25 plat.SetSDKRoot(self.getBuildDir()) 28 substrs=["Sysroot:", self.getBuildDir()]) 34 floating_platform.SetWorkingDirectory(self.getBuildDir()) 43 floating_platform.SetWorkingDirectory(self.getBuildDir()) 51 self.assertEqual(dbg_platform.GetWorkingDirectory(), self.getBuildDir())
|
| /llvm-project-15.0.7/lldb/test/API/commands/trace/ |
| H A D | TestTraceSave.py | 62 os.path.join(self.getBuildDir(), "intelpt-trace", "trace_not_live_dir")) 78 output_dir = os.path.join(self.getBuildDir(), "intelpt-trace", "trace_save") 107 output_dir = os.path.join(self.getBuildDir(), "intelpt-trace", "trace_save") 109 output_copy_dir = os.path.join(self.getBuildDir(), "intelpt-trace", "copy_trace_save") 157 os.path.join(self.getBuildDir(), "intelpt-trace", "trace_copy_dir")) 161 os.path.join(self.getBuildDir(), "intelpt-trace", "trace_copy_dir", "trace.json"),
|
| /llvm-project-15.0.7/lldb/test/API/commands/expression/save_jit_objects/ |
| H A D | TestSaveJITObjects.py | 15 return [f for f in os.listdir(self.getBuildDir()) if f.startswith("jit")] 28 os.chdir(self.getBuildDir()) 42 self.runCmd("settings set target.save-jit-objects-dir {0}".format(self.getBuildDir()))
|
| /llvm-project-15.0.7/lldb/test/API/commands/add-dsym/uuid/ |
| H A D | TestAddDsymCommand.py | 72 src = os.path.join(self.getBuildDir(), self.source) 86 wrong_path = os.path.join(self.getBuildDir(), 92 self.getBuildDir(), 110 self.getBuildDir(),
|
| /llvm-project-15.0.7/lldb/test/API/functionalities/load_unload/ |
| H A D | TestLoadUnload.py | 38 path = self.getBuildDir() 102 new_dir = os.path.join(self.getBuildDir(), "hidden") 104 old_dylib = os.path.join(self.getBuildDir(), dylibName) 116 (self.getBuildDir(), new_dir)) 119 substrs=[self.getBuildDir(), new_dir]) 123 self.getBuildDir(), 171 wd = self.getBuildDir()
|
| /llvm-project-15.0.7/lldb/test/API/functionalities/postmortem/minidump-new/ |
| H A D | TestMiniDumpUUID.py | 209 sysroot_path = os.path.join(self.getBuildDir(), "mock_sysroot") 229 sysroot_path = os.path.join(self.getBuildDir(), "mock_sysroot") 237 so_dir = os.path.join(self.getBuildDir(), "searchpath_dir") 272 sysroot_path = os.path.join(self.getBuildDir(), "mock_sysroot") 274 so_dir = os.path.join(self.getBuildDir(), "binary") 311 os.chdir(self.getBuildDir())
|
| /llvm-project-15.0.7/lldb/test/API/tools/lldb-vscode/runInTerminal/ |
| H A D | TestVSCode_runInTerminal.py | 114 comm_file = os.path.join(self.getBuildDir(), "comm-file") 134 comm_file = os.path.join(self.getBuildDir(), "comm-file") 153 comm_file = os.path.join(self.getBuildDir(), "comm-file") 173 comm_file = os.path.join(self.getBuildDir(), "comm-file")
|
| /llvm-project-15.0.7/lldb/test/API/lua_api/ |
| H A D | TestLuaAPI.py | 168 "TEST_EXE": os.path.join(self.getBuildDir(), test_exe), 169 "TEST_OUTPUT": os.path.join(self.getBuildDir(), test_output), 170 "TEST_INPUT": os.path.join(self.getBuildDir(), test_input)
|
| /llvm-project-15.0.7/lldb/test/API/tools/lldb-server/ |
| H A D | TestGdbRemoteCompletion.py | 34 return str(os.path.join(self.getBuildDir(), target)).encode().hex() 52 os.makedirs(os.path.join(self.getBuildDir(), "test"))
|
| /llvm-project-15.0.7/lldb/test/API/lang/c/tls_globals/ |
| H A D | TestTlsGlobals.py | 28 self.getBuildDir()) 31 self.dylibPath + "=" + self.getBuildDir())
|
| /llvm-project-15.0.7/lldb/test/API/commands/expression/weak_symbols/ |
| H A D | TestWeakSymbols.py | 45 hidden_dir = os.path.join(self.getBuildDir(), "hidden") 49 launch_info.SetWorkingDirectory(self.getBuildDir())
|
| /llvm-project-15.0.7/lldb/test/API/functionalities/breakpoint/comp_dir_symlink/ |
| H A D | TestCompDirSymLink.py | 37 os.chdir(self.getBuildDir()) 73 os.symlink(self.getBuildDir(), pwd_symlink)
|
| /llvm-project-15.0.7/lldb/test/API/tools/lldb-server/libraries-svr4/ |
| H A D | TestGdbRemoteLibrariesSvr4Support.py | 14 env[self.dylibPath] = self.getBuildDir() 101 self.assertIn(os.path.realpath(self.getBuildDir() + "/" + lib), libraries_svr4_names)
|
| /llvm-project-15.0.7/lldb/test/API/functionalities/load_using_paths/ |
| H A D | TestLoadUsingPaths.py | 33 self.wd = os.path.realpath(self.getBuildDir()) 49 path_dir = os.path.join(self.getBuildDir(), "hidden")
|
| /llvm-project-15.0.7/lldb/test/API/functionalities/postmortem/elf-core/ |
| H A D | TestLinuxCore.py | 214 self.getBuildDir(), "lldb_i386_mock_sysroot") 238 exe_outside = os.path.join(self.getBuildDir(), "bin", "a.out") 243 tmp_sysroot = os.path.join(self.getBuildDir(), "mock_sysroot") 250 core_file = os.path.join(self.getBuildDir(), "patched.core")
|
| /llvm-project-15.0.7/lldb/test/API/source-manager/ |
| H A D | TestSourceManager.py | 155 builddir_real = os.path.realpath(self.getBuildDir()) 246 builddir_real = os.path.realpath(self.getBuildDir())
|
| /llvm-project-15.0.7/lldb/test/API/functionalities/module_cache/universal/ |
| H A D | TestModuleCacheUniversal.py | 18 self.cache_dir = os.path.join(self.getBuildDir(), 'lldb-module-cache')
|
| /llvm-project-15.0.7/lldb/test/API/functionalities/module_cache/bsd/ |
| H A D | TestModuleCacheBSD.py | 24 self.cache_dir = os.path.join(self.getBuildDir(), 'lldb-module-cache')
|
| /llvm-project-15.0.7/lldb/test/API/macosx/save_crashlog/ |
| H A D | TestSaveCrashlog.py | 33 out_file = os.path.join(self.getBuildDir(), "crash.log")
|
| /llvm-project-15.0.7/lldb/test/API/functionalities/load_lazy/ |
| H A D | TestLoadUsingLazyBind.py | 27 wd = os.path.realpath(self.getBuildDir())
|
| /llvm-project-15.0.7/lldb/test/API/macosx/find-dsym/bundle-with-dot-in-filename/ |
| H A D | TestBundleWithDotInFilename.py | 37 os.chdir(self.getBuildDir());
|
| /llvm-project-15.0.7/lldb/test/API/macosx/find-dsym/deep-bundle/ |
| H A D | TestDeepBundle.py | 45 popen = self.spawnSubprocess(exe, [self.getBuildDir(), pid_file_path])
|
| /llvm-project-15.0.7/lldb/test/API/commands/process/launch-with-shellexpand/ |
| H A D | TestLaunchWithShellExpand.py | 92 % (self.getBuildDir()))
|
| /llvm-project-15.0.7/lldb/test/API/functionalities/module_cache/simple_exe/ |
| H A D | TestModuleCacheSimple.py | 18 self.cache_dir = os.path.join(self.getBuildDir(), 'lldb-module-cache')
|
| /llvm-project-15.0.7/lldb/packages/Python/lldbsuite/test/ |
| H A D | lldbpexpect.py | 49 env["HOME"] = self.getBuildDir()
|