================
@@ -29,10 +29,10 @@ class ProcessFreeBSDKernel : public
lldb_private::PostMortemProcess {
static void Terminate();
- static llvm::StringRef GetPluginNameStatic() { return "freebsd-kernel"; }
+ static llvm::StringRef GetPluginNameStatic() { return "freebsd-kernel-core";
}
----------------
DavidSpickett wrote:
Plugin names are sometimes passed to commands. For example:
```
(lldb) help process connect
Connect to a remote debug service.
Syntax: process connect <remote-url>
Command Options Usage:
process connect [-p <plugin>] <process-connect-url>
-p <plugin> ( --plugin <plugin> )
Name of the process plugin you want to use.
```
But:
1. This is for remote connections.
2. You only need it if you can't autodetect the remote type.
So the name change here isn't a problem.
https://github.com/llvm/llvm-project/pull/182878
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits