Home
last modified time | relevance | path

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

/external/llvm-project/lldb/test/API/tools/lldb-vscode/disconnect/
DTestVSCode_disconnect.py64 sync_file_path = lldbutil.append_to_process_working_directory(self,
69 (sync_file_path)))
71 self.process = subprocess.Popen([program, sync_file_path])
72 lldbutil.wait_for_file_on_target(self, sync_file_path)
Dmain.cpp9 void handle_attach(char *sync_file_path) { in handle_attach() argument
15 sync_file.open(sync_file_path); in handle_attach()