Home
last modified time | relevance | path

Searched refs:sync_file_path (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/lldb/test/API/tools/lldb-vscode/disconnect/
H A DTestVSCode_disconnect.py63 sync_file_path = lldbutil.append_to_process_working_directory(self,
68 (sync_file_path)))
70 self.process = subprocess.Popen([program, sync_file_path])
71 lldbutil.wait_for_file_on_target(self, sync_file_path)
H A Dmain.cpp9 void handle_attach(char *sync_file_path) { in handle_attach() argument
15 sync_file.open(sync_file_path); in handle_attach()
/llvm-project-15.0.7/lldb/test/API/functionalities/load_after_attach/
H A DTestLoadAfterAttach.py13 sync_file_path = lldbutil.append_to_process_working_directory(self, "process_ready")
27 popen = self.spawnSubprocess(os.path.realpath(exe), [sync_file_path],
29 lldbutil.wait_for_file_on_target(self, sync_file_path)
/llvm-project-15.0.7/lldb/test/API/tools/lldb-server/attach-wait/
H A DTestGdbRemoteAttachWait.py40 sync_file_path = lldbutil.append_to_process_working_directory(self,
42 inferior = self._launch_inferior(self._run_args + [sync_file_path])
43 lldbutil.wait_for_file_on_target(self, sync_file_path)