[Lldb-commits] [lldb] [lldb/windows] Make "anonymous" pipe names more unique (PR #123905)

Dmitry Vasilyev via lldb-commits lldb-commits at lists.llvm.org
Wed Jan 22 00:57:54 PST 2025


slydiman wrote:

@labath 
> The problem with the current method was that is does not produce unique names if one has two copies of the pipe code in the same process

Do you mean PipeWindows::CreateNew(child_process_inherit) called from different threads may produce the same `pipe_name`?
Can you provide the sample values of `pipe_name` before and after this patch and explain the difference, please?


https://github.com/llvm/llvm-project/pull/123905


More information about the lldb-commits mailing list