[Lldb-commits] [lldb] r180612 - Fixing lldb log list text for commands category

Andrew Kaylor andrew.kaylor at intel.com
Fri Apr 26 10:44:41 PDT 2013


Author: akaylor
Date: Fri Apr 26 12:44:41 2013
New Revision: 180612

URL: http://llvm.org/viewvc/llvm-project?rev=180612&view=rev
Log:
Fixing lldb log list text for commands category

Modified:
    lldb/trunk/source/lldb-log.cpp

Modified: lldb/trunk/source/lldb-log.cpp
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/source/lldb-log.cpp?rev=180612&r1=180611&r2=180612&view=diff
==============================================================================
--- lldb/trunk/source/lldb-log.cpp (original)
+++ lldb/trunk/source/lldb-log.cpp Fri Apr 26 12:44:41 2013
@@ -234,7 +234,7 @@ lldb_private::ListLogCategories (Stream
                  "  all - turn on all available logging categories\n"
                  "  api - enable logging of API calls and return values\n"
                  "  break - log breakpoints\n"
-                 "  command - log command argument parsing\n"
+                 "  commands - log command argument parsing\n"
                  "  default - enable the default set of logging categories for liblldb\n"
                  "  dyld - log shared library related activities\n"
                  "  events - log broadcaster, listener and event queue activities\n"





More information about the lldb-commits mailing list