[Lldb-commits] [lldb] [lldb] refactor PlatformAndroid and make threadsafe (PR #145382)

Dmitry Vasilyev via lldb-commits lldb-commits at lists.llvm.org
Thu Aug 14 00:12:40 PDT 2025


slydiman wrote:

@cs01 
> LLVM Buildbot has detected a new failure on builder `lldb-remote-linux-win`

```
C:\buildbot\as-builder-10\lldb-x-aarch64\llvm-project\lldb\unittests\Platform\Android\AdbClientTest.cpp(116): error C3861: 'setenv': identifier not found
```
Please take a look and fix it ASAP.
Probably it is necessary to replace `setenv()` with `set_env()`.

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


More information about the lldb-commits mailing list