On Darwin, if a test machine isn't set up for code-signing (see
docs/code-signing.txt), running check-lldb should use the system
debugserver instead of the unsigned one built in-tree. This makes it
possible to run lldb's test suite without having code-signing set up,
which is really convenient.
Details
Details
Diff Detail
Diff Detail
Event Timeline
Comment Actions
How about printing a message (if CMAKE_HOST_APPLE) that the system debugserver is being used at configure time?
Comment Actions
That's a good suggestion. We have some bots using the system debugserver -- and once in a while there's a change to both lldb and debugserver, and the bots running the older prebuilt debugserver will fail any tests for that patchset.