[Lldb-commits] [lldb] r131003 - /lldb/trunk/source/lldb-log.cpp
Jim Ingham
jingham at apple.com
Fri May 6 11:34:33 PDT 2011
Author: jingham
Date: Fri May 6 13:34:33 2011
New Revision: 131003
URL: http://llvm.org/viewvc/llvm-project?rev=131003&view=rev
Log:
Make the log message & setter match for "dyld/shlib". The "ListLogCategories" output should really be auto-generated from the settings so you can't make this sort of mistake...
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=131003&r1=131002&r2=131003&view=diff
==============================================================================
--- lldb/trunk/source/lldb-log.cpp (original)
+++ lldb/trunk/source/lldb-log.cpp Fri May 6 13:34:33 2011
@@ -233,7 +233,7 @@
"\tprocess - log process events and activities\n"
"\tthread - log thread events and activities\n"
"\tscript - log events about the script interpreter\n"
- "\tshlib - log shared library related activities\n"
+ "\dyld - log shared library related activities\n"
"\tstate - log private and public process state changes\n"
"\tstep - log step related activities\n"
"\tunwind - log stack unwind activities\n"
More information about the lldb-commits
mailing list