Searched refs:sync_file_path (Results 1 – 2 of 2) sorted by relevance
64 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)
9 void handle_attach(char *sync_file_path) { in handle_attach() argument15 sync_file.open(sync_file_path); in handle_attach()