================
@@ -31,6 +31,7 @@ static constexpr Log::Category g_categories[] = {
{{"step"}, {"log step related activities"}, GDBRLog::Step},
{{"thread"}, {"log thread events and activities"}, GDBRLog::Thread},
{{"watch"}, {"log watchpoint related activities"}, GDBRLog::Watchpoints},
+ {{"plugin"}, {"log lldb-server plugin activities"}, GDBRLog::Plugin},
----------------
DavidSpickett wrote:
Chances are low that anyone but lldb-server will implement these things, but I
would say "debug server plugin" anyway to keep it generic.
Same for the comment below.
https://github.com/llvm/llvm-project/pull/202359
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits