[Lldb-commits] [lldb] update lldb-server platform help text (PR #162730)

Chad Smith via lldb-commits lldb-commits at lists.llvm.org
Thu Oct 9 14:27:34 PDT 2025


cs01 wrote:

Added a few tests, one for help text, one for error messages, and one for successful startups.
```
llvm-lit -v lldb-server/TestPlatformHelp.test lldb-server/TestPlatformErrorMessages.test lldb-server/TestPlatformSuccessfulStartup.test
...
-- Testing: 3 tests, 3 workers --
PASS: lldb-shell :: lldb-server/TestPlatformHelp.test (1 of 3)
PASS: lldb-shell :: lldb-server/TestPlatformErrorMessages.test (2 of 3)
PASS: lldb-shell :: lldb-server/TestPlatformSuccessfulStartup.test (3 of 3)

Testing Time: 1.08s

Total Discovered Tests: 3
  Passed: 3 (100.00%)

1 warning(s) in tests
```

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


More information about the lldb-commits mailing list