[Lldb-commits] [lldb] Add a new SBExpressionOptions::SetLanguage() API (NFCI) (PR #89981)

Alex Langford via lldb-commits lldb-commits at lists.llvm.org
Tue Apr 30 11:05:18 PDT 2024


bulbazord wrote:

This doesn't actually copy `SBLanguages.h` into the framework, so this breaks the framework.
These tests now fail:
```
********************
********************
Unresolved Tests (5):
  lldb-api :: api/check_public_api_headers/TestPublicAPIHeaders.py
  lldb-api :: api/multiple-debuggers/TestMultipleDebuggers.py
  lldb-api :: api/multiple-targets/TestMultipleTargets.py
  lldb-api :: api/multithreaded/TestMultithreaded.py
  lldb-api :: functionalities/plugins/command_plugin/TestPluginCommands.py
  ```
 

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


More information about the lldb-commits mailing list