Home
last modified time | relevance | path

Searched refs:comm_file (Results 1 – 25 of 57) sorted by relevance

123

/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/lldb/test/API/tools/lldb-vscode/runInTerminal/
H A DTestVSCode_runInTerminal.py117 os.mkfifo(comm_file)
123 self.readPidMessage(comm_file)
124 self.sendDidAttachMessage(comm_file)
137 os.mkfifo(comm_file)
143 self.readPidMessage(comm_file)
144 self.sendDidAttachMessage(comm_file)
156 os.mkfifo(comm_file)
163 self.readPidMessage(comm_file)
164 self.sendDidAttachMessage(comm_file)
176 os.mkfifo(comm_file)
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/lldb/test/API/tools/lldb-vscode/runInTerminal/
H A DTestVSCode_runInTerminal.py117 os.mkfifo(comm_file)
123 self.readPidMessage(comm_file)
124 self.sendDidAttachMessage(comm_file)
137 os.mkfifo(comm_file)
143 self.readPidMessage(comm_file)
144 self.sendDidAttachMessage(comm_file)
156 os.mkfifo(comm_file)
163 self.readPidMessage(comm_file)
164 self.sendDidAttachMessage(comm_file)
176 os.mkfifo(comm_file)
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/lldb/test/API/tools/lldb-vscode/runInTerminal/
H A DTestVSCode_runInTerminal.py117 os.mkfifo(comm_file)
123 self.readPidMessage(comm_file)
124 self.sendDidAttachMessage(comm_file)
137 os.mkfifo(comm_file)
143 self.readPidMessage(comm_file)
144 self.sendDidAttachMessage(comm_file)
156 os.mkfifo(comm_file)
163 self.readPidMessage(comm_file)
164 self.sendDidAttachMessage(comm_file)
176 os.mkfifo(comm_file)
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/lldb/test/API/tools/lldb-vscode/runInTerminal/
H A DTestVSCode_runInTerminal.py117 os.mkfifo(comm_file)
123 self.readPidMessage(comm_file)
124 self.sendDidAttachMessage(comm_file)
137 os.mkfifo(comm_file)
143 self.readPidMessage(comm_file)
144 self.sendDidAttachMessage(comm_file)
156 os.mkfifo(comm_file)
163 self.readPidMessage(comm_file)
164 self.sendDidAttachMessage(comm_file)
176 os.mkfifo(comm_file)
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/lldb/test/API/tools/lldb-vscode/runInTerminal/
H A DTestVSCode_runInTerminal.py117 os.mkfifo(comm_file)
123 self.readPidMessage(comm_file)
124 self.sendDidAttachMessage(comm_file)
137 os.mkfifo(comm_file)
143 self.readPidMessage(comm_file)
144 self.sendDidAttachMessage(comm_file)
156 os.mkfifo(comm_file)
163 self.readPidMessage(comm_file)
164 self.sendDidAttachMessage(comm_file)
176 os.mkfifo(comm_file)
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/lldb/test/API/tools/lldb-vscode/runInTerminal/
H A DTestVSCode_runInTerminal.py117 os.mkfifo(comm_file)
123 self.readPidMessage(comm_file)
124 self.sendDidAttachMessage(comm_file)
137 os.mkfifo(comm_file)
143 self.readPidMessage(comm_file)
144 self.sendDidAttachMessage(comm_file)
156 os.mkfifo(comm_file)
163 self.readPidMessage(comm_file)
164 self.sendDidAttachMessage(comm_file)
176 os.mkfifo(comm_file)
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/lldb/test/API/tools/lldb-vscode/runInTerminal/
H A DTestVSCode_runInTerminal.py117 os.mkfifo(comm_file)
123 self.readPidMessage(comm_file)
124 self.sendDidAttachMessage(comm_file)
137 os.mkfifo(comm_file)
143 self.readPidMessage(comm_file)
144 self.sendDidAttachMessage(comm_file)
156 os.mkfifo(comm_file)
163 self.readPidMessage(comm_file)
164 self.sendDidAttachMessage(comm_file)
176 os.mkfifo(comm_file)
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/lldb/tools/lldb-vscode/
H A DRunInTerminal.cpp102 StringRef comm_file) in RunInTerminalLauncherCommChannel() argument
103 : m_io(comm_file, "debug adaptor") {} in RunInTerminalLauncherCommChannel()
128 StringRef comm_file) in RunInTerminalDebugAdapterCommChannel() argument
129 : m_io(comm_file, "runInTerminal launcher") {} in RunInTerminalDebugAdapterCommChannel()
164 SmallString<256> comm_file; in CreateRunInTerminalCommFile() local
166 "lldb-vscode-run-in-terminal-comm", "", comm_file)) in CreateRunInTerminalCommFile()
170 return CreateFifoFile(comm_file.str()); in CreateRunInTerminalCommFile()
H A DRunInTerminal.h71 RunInTerminalLauncherCommChannel(llvm::StringRef comm_file);
99 RunInTerminalDebugAdapterCommChannel(llvm::StringRef comm_file);
/dports/devel/llvm12/llvm-project-12.0.1.src/lldb/tools/lldb-vscode/
H A DRunInTerminal.cpp102 StringRef comm_file) in RunInTerminalLauncherCommChannel() argument
103 : m_io(comm_file, "debug adaptor") {} in RunInTerminalLauncherCommChannel()
128 StringRef comm_file) in RunInTerminalDebugAdapterCommChannel() argument
129 : m_io(comm_file, "runInTerminal launcher") {} in RunInTerminalDebugAdapterCommChannel()
164 SmallString<256> comm_file; in CreateRunInTerminalCommFile() local
166 "lldb-vscode-run-in-terminal-comm", "", comm_file)) in CreateRunInTerminalCommFile()
170 return CreateFifoFile(comm_file.str()); in CreateRunInTerminalCommFile()
H A DRunInTerminal.h71 RunInTerminalLauncherCommChannel(llvm::StringRef comm_file);
99 RunInTerminalDebugAdapterCommChannel(llvm::StringRef comm_file);
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/lldb/tools/lldb-vscode/
H A DRunInTerminal.cpp102 StringRef comm_file) in RunInTerminalLauncherCommChannel() argument
103 : m_io(comm_file, "debug adaptor") {} in RunInTerminalLauncherCommChannel()
128 StringRef comm_file) in RunInTerminalDebugAdapterCommChannel() argument
129 : m_io(comm_file, "runInTerminal launcher") {} in RunInTerminalDebugAdapterCommChannel()
164 SmallString<256> comm_file; in CreateRunInTerminalCommFile() local
166 "lldb-vscode-run-in-terminal-comm", "", comm_file)) in CreateRunInTerminalCommFile()
170 return CreateFifoFile(comm_file.str()); in CreateRunInTerminalCommFile()
H A DRunInTerminal.h71 RunInTerminalLauncherCommChannel(llvm::StringRef comm_file);
99 RunInTerminalDebugAdapterCommChannel(llvm::StringRef comm_file);
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/lldb/tools/lldb-vscode/
H A DRunInTerminal.cpp102 StringRef comm_file) in RunInTerminalLauncherCommChannel() argument
103 : m_io(comm_file, "debug adaptor") {} in RunInTerminalLauncherCommChannel()
128 StringRef comm_file) in RunInTerminalDebugAdapterCommChannel() argument
129 : m_io(comm_file, "runInTerminal launcher") {} in RunInTerminalDebugAdapterCommChannel()
164 SmallString<256> comm_file; in CreateRunInTerminalCommFile() local
166 "lldb-vscode-run-in-terminal-comm", "", comm_file)) in CreateRunInTerminalCommFile()
170 return CreateFifoFile(comm_file.str()); in CreateRunInTerminalCommFile()
H A DRunInTerminal.h71 RunInTerminalLauncherCommChannel(llvm::StringRef comm_file);
99 RunInTerminalDebugAdapterCommChannel(llvm::StringRef comm_file);
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/lldb/tools/lldb-vscode/
H A DRunInTerminal.cpp102 StringRef comm_file) in RunInTerminalLauncherCommChannel() argument
103 : m_io(comm_file, "debug adaptor") {} in RunInTerminalLauncherCommChannel()
128 StringRef comm_file) in RunInTerminalDebugAdapterCommChannel() argument
129 : m_io(comm_file, "runInTerminal launcher") {} in RunInTerminalDebugAdapterCommChannel()
164 SmallString<256> comm_file; in CreateRunInTerminalCommFile() local
166 "lldb-vscode-run-in-terminal-comm", "", comm_file)) in CreateRunInTerminalCommFile()
170 return CreateFifoFile(comm_file.str()); in CreateRunInTerminalCommFile()
H A DRunInTerminal.h71 RunInTerminalLauncherCommChannel(llvm::StringRef comm_file);
99 RunInTerminalDebugAdapterCommChannel(llvm::StringRef comm_file);
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/lldb/tools/lldb-vscode/
H A DRunInTerminal.cpp102 StringRef comm_file) in RunInTerminalLauncherCommChannel() argument
103 : m_io(comm_file, "debug adaptor") {} in RunInTerminalLauncherCommChannel()
128 StringRef comm_file) in RunInTerminalDebugAdapterCommChannel() argument
129 : m_io(comm_file, "runInTerminal launcher") {} in RunInTerminalDebugAdapterCommChannel()
164 SmallString<256> comm_file; in CreateRunInTerminalCommFile() local
166 "lldb-vscode-run-in-terminal-comm", "", comm_file)) in CreateRunInTerminalCommFile()
170 return CreateFifoFile(comm_file.str()); in CreateRunInTerminalCommFile()
H A DRunInTerminal.h71 RunInTerminalLauncherCommChannel(llvm::StringRef comm_file);
99 RunInTerminalDebugAdapterCommChannel(llvm::StringRef comm_file);
/dports/devel/llvm13/llvm-project-13.0.1.src/lldb/tools/lldb-vscode/
H A DRunInTerminal.cpp102 StringRef comm_file) in RunInTerminalLauncherCommChannel() argument
103 : m_io(comm_file, "debug adaptor") {} in RunInTerminalLauncherCommChannel()
128 StringRef comm_file) in RunInTerminalDebugAdapterCommChannel() argument
129 : m_io(comm_file, "runInTerminal launcher") {} in RunInTerminalDebugAdapterCommChannel()
164 SmallString<256> comm_file; in CreateRunInTerminalCommFile() local
166 "lldb-vscode-run-in-terminal-comm", "", comm_file)) in CreateRunInTerminalCommFile()
170 return CreateFifoFile(comm_file.str()); in CreateRunInTerminalCommFile()
H A DRunInTerminal.h71 RunInTerminalLauncherCommChannel(llvm::StringRef comm_file);
99 RunInTerminalDebugAdapterCommChannel(llvm::StringRef comm_file);
/dports/devel/gdb/gdb-11.1/gdb/nat/
H A Dlinux-procfs.c248 gdb_file_up comm_file = gdb_fopen_cloexec (comm_path, "r"); in linux_proc_tid_get_name() local
249 if (comm_file == NULL) in linux_proc_tid_get_name()
252 comm_val = fgets (comm_buf, sizeof (comm_buf), comm_file.get ()); in linux_proc_tid_get_name()
/dports/devel/hwloc/hwloc-1.11.13/utils/lstopo/
H A Dlstopo.c262 int comm_file; in add_process_objects() local
275 comm_file = open(task_path, O_RDONLY); in add_process_objects()
278 if (comm_file >= 0) { in add_process_objects()
279 n = read(comm_file, task_comm, sizeof(task_comm) - 1); in add_process_objects()
282 close(comm_file); in add_process_objects()
/dports/multimedia/v4l_compat/linux-5.13-rc2/tools/perf/scripts/python/
H A Dexport-to-postgresql.py780 comm_file = open_output_file("comm_table.bin") variable
829 copy_output_file(comm_file, "comms")
851 remove_output_file(comm_file)
996 comm_file.write(value)
/dports/multimedia/libv4l/linux-5.13-rc2/tools/perf/scripts/python/
H A Dexport-to-postgresql.py780 comm_file = open_output_file("comm_table.bin") variable
829 copy_output_file(comm_file, "comms")
851 remove_output_file(comm_file)
996 comm_file.write(value)

123