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
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits