[Lldb-commits] [lldb] [lldb][windows] add attach by name capability (PR #173015)

Charles Zablit via lldb-commits lldb-commits at lists.llvm.org
Fri Dec 19 08:02:35 PST 2025


================
@@ -59,7 +59,6 @@ def test_by_name(self):
         self.attach(program=program)
         self.continue_and_verify_pid()
 
-    @expectedFailureWindows
----------------
charles-zablit wrote:

I'm confused because `test_attach_to_process_by_name` is already enabled on windows:

https://github.com/llvm/llvm-project/blob/ed4e7d92e4ed495ae9646ef467dc80f373a81c41/lldb/test/API/commands/process/attach/TestProcessAttach.py#L85

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


More information about the lldb-commits mailing list