Tone down the "lldb types" log a bit.
authorJim Ingham <jingham@apple.com>
Tue, 4 Apr 2017 17:48:21 +0000 (17:48 +0000)
committerJim Ingham <jingham@apple.com>
Tue, 4 Apr 2017 17:48:21 +0000 (17:48 +0000)
commit61cc47ad30368f9802355048a40ddb235f6185b2
tree35d1bf79536a110b234f2726631f4bcc0753e056
parent78cfbc1635056b533c89362a8f99a11eb2ffff59
Tone down the "lldb types" log a bit.

Change the get shared class info function to only
dump its results to the inferior stdout when the
log is verbose.  This matches the lldb side of the
same process, which only logs what it found if the
log is on verbose.

llvm-svn: 299451
lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntimeV2.cpp