[all-commits] [llvm/llvm-project] ee92a9: [LLDB] Fix KDP plugin path (#180897)
Nerixyz via All-commits
all-commits at lists.llvm.org
Wed Feb 11 00:25:26 PST 2026
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ee92a9e1f4cb94f645243a90f864c46615aafcbf
https://github.com/llvm/llvm-project/commit/ee92a9e1f4cb94f645243a90f864c46615aafcbf
Author: Nerixyz <nerixdev at outlook.de>
Date: 2026-02-11 (Wed, 11 Feb 2026)
Changed paths:
M lldb/source/Plugins/Process/MacOSX-Kernel/ProcessKDPProperties.td
Log Message:
-----------
[LLDB] Fix KDP plugin path (#180897)
This should fix a failure on the macOS buildbots (see
https://github.com/llvm/llvm-project/pull/179524#issuecomment-3882784085).
I can't test this, but the only plugins not enabled on Linux and Windows
are `ProcessKDP`, `PlatformDarwin`, and `PlatformDarwinKernel`. Looking
at the path for KDP, it uses `GetPluginNameStatic` as the last name in
the path. This is `kdp-remote` instead of `kdp`.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list