[Lldb-commits] [lldb] [lldb] Disable TestCancelAttach for Windows host (PR #115619)

Pavel Labath via lldb-commits lldb-commits at lists.llvm.org
Sun Nov 10 23:59:34 PST 2024


https://github.com/labath approved this pull request.

The problem might have something to do with the fact that this somehow ends up in the windows platform code:
```
return Status::FromErrorString("attach by name is not supported");
lldb_private::Process::DoAttachToProcessWithName(const char * process_name, const lldb_private::ProcessAttachInfo & attach_info) at \llvm-project\lldb\include\lldb\Target\Process.h(1011)
lldb_private::Process::Attach(lldb_private::ProcessAttachInfo & attach_info) at \llvm-project\lldb\source\Target\Process.cpp(2983)
lldb_private::PlatformWindows::Attach(lldb_private::ProcessAttachInfo & attach_info, lldb_private::Debugger & debugger, lldb_private::Target * target, lldb_private::Status & error) at \llvm-project\lldb\source\Plugins\Platform\Windows\PlatformWindows.cpp(562)
```

I would not have expected that in a remote test suite run.

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


More information about the lldb-commits mailing list