Home
last modified time | relevance | path

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

/llvm-project/lldb/test/API/tools/lldb-dap/disconnect/
H A DTestDAP_disconnect.py59 sync_file_path = lldbutil.append_to_process_working_directory(
63 lambda: self.run_platform_command("rm %s" % (sync_file_path))
66 self.process = subprocess.Popen([program, sync_file_path])
67 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/lldb/test/API/commands/process/detach-resumes/
H A DTestDetachResumes.py21 sync_file_path = lldbutil.append_to_process_working_directory(
32 self.getBuildArtifact(exe), [sync_file_path, exit_file_path]
34 lldbutil.wait_for_file_on_target(self, sync_file_path)
/llvm-project/lldb/test/API/functionalities/load_after_attach/
H A DTestLoadAfterAttach.py14 sync_file_path = lldbutil.append_to_process_working_directory(
31 os.path.realpath(exe), [sync_file_path], extra_env=environment
33 lldbutil.wait_for_file_on_target(self, sync_file_path)
/llvm-project/lldb/test/API/tools/lldb-server/attach-wait/
H A DTestGdbRemoteAttachWait.py37 sync_file_path = lldbutil.append_to_process_working_directory(
40 inferior = self._launch_inferior(self._run_args + [sync_file_path])
41 lldbutil.wait_for_file_on_target(self, sync_file_path)