diff options
author | Jim Ingham <jingham@apple.com> | 2011-05-06 18:34:33 +0000 |
---|---|---|
committer | Jim Ingham <jingham@apple.com> | 2011-05-06 18:34:33 +0000 |
commit | dc3d8ffbe981ca0bb6604cf9ad985fa12974b652 (patch) | |
tree | f01e5a685f475af0f29bf04be6ca5b7a7d49bfc9 /lldb/source/lldb-log.cpp | |
parent | a335f5aeebe96e48cb154873b10fc1fd9445694b (diff) | |
download | bcm5719-llvm-dc3d8ffbe981ca0bb6604cf9ad985fa12974b652.tar.gz bcm5719-llvm-dc3d8ffbe981ca0bb6604cf9ad985fa12974b652.zip |
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...
llvm-svn: 131003
Diffstat (limited to 'lldb/source/lldb-log.cpp')
-rw-r--r-- | lldb/source/lldb-log.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/source/lldb-log.cpp b/lldb/source/lldb-log.cpp index d042a8f5c58..1266ebd3a50 100644 --- a/lldb/source/lldb-log.cpp +++ b/lldb/source/lldb-log.cpp @@ -233,7 +233,7 @@ lldb_private::ListLogCategories (Stream *strm) "\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" |