[Lldb-commits] [lldb] [lldb] Add a "plugin" log category to the gdb-remote channel (PR #202359)

David Spickett via lldb-commits lldb-commits at lists.llvm.org
Mon Jun 8 08:32:01 PDT 2026


================
@@ -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


More information about the lldb-commits mailing list