reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/lldb/include/lldb/Utility/Log.h
  167   bool GetVerbose() const;

References

tools/lldb/source/Core/Module.cpp
 1185     if (log->GetVerbose()) {
tools/lldb/source/Expression/DWARFExpression.cpp
 1055     if (log && log->GetVerbose()) {
 2642     if (log && log->GetVerbose()) {
tools/lldb/source/Plugins/ExpressionParser/Clang/ASTResultSynthesizer.cpp
   59     if (log && log->GetVerbose()) {
  125   if (log && log->GetVerbose()) {
  141   if (log && log->GetVerbose()) {
  165   if (log && log->GetVerbose()) {
  185   if (log && log->GetVerbose()) {
tools/lldb/source/Plugins/ExpressionParser/Clang/ClangASTSource.cpp
  318       if (log && log->GetVerbose())
  744     if (log && log->GetVerbose())
  776     if (log && log->GetVerbose())
tools/lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionDeclMap.cpp
  697     if (log && log->GetVerbose())
  746     if (log && log->GetVerbose())
tools/lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionParser.cpp
  398     if (log && log->GetVerbose()) {
tools/lldb/source/Plugins/ExpressionParser/Clang/ClangUserExpression.cpp
  491   if (log && log->GetVerbose()) {
tools/lldb/source/Plugins/ExpressionParser/Clang/IRDynamicChecks.cpp
  573   if (log && log->GetVerbose()) {
tools/lldb/source/Plugins/ExpressionParser/Clang/IRForTarget.cpp
 1907   if (log && log->GetVerbose()) {
 2014   if (log && log->GetVerbose()) {
tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntimeV1.cpp
  397                     if (log && log->GetVerbose())
  420                       if (log && log->GetVerbose())
tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntimeV2.cpp
 1416   bool dump_log = type_log && type_log->GetVerbose();
 1495   bool should_log = log && log->GetVerbose();
 1719   bool dump_log = type_log && type_log->GetVerbose();
 1825       if (log && log->GetVerbose())
tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCTrampolineHandler.cpp
 1118       if (log && log->GetVerbose())
tools/lldb/source/Plugins/Process/Utility/RegisterContextLLDB.cpp
  662       if (log && log->GetVerbose()) {
 2180   if (log && log->GetVerbose()) {
tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunication.cpp
  649     if (log && log->GetVerbose()) {
tools/lldb/source/Plugins/Process/gdb-remote/GDBRemoteRegisterContext.cpp
  393         if (log->GetVerbose()) {
  499       if (log->GetVerbose()) {
  676       if (log->GetVerbose()) {
tools/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp
 3949     if (log && log->GetVerbose())
 3958         if (log && log->GetVerbose())
 3974   if (log && log->GetVerbose())
tools/lldb/source/Plugins/UnwindAssembly/InstEmulation/UnwindAssemblyInstEmulation.cpp
  211             if (log && log->GetVerbose()) {
  265     if (log && log->GetVerbose()) {
  366   if (log && log->GetVerbose()) {
  398   if (log && log->GetVerbose()) {
  479   if (log && log->GetVerbose()) {
  505   if (log && log->GetVerbose()) {
tools/lldb/source/Symbol/CompactUnwindInfo.cpp
  186       if (log && log->GetVerbose()) {
tools/lldb/source/Target/SectionLoadList.cpp
  141     if (log && log->GetVerbose()) {
  176   if (log && log->GetVerbose()) {
tools/lldb/source/Target/StackFrameList.cpp
   69       if (log && log->GetVerbose())
   93     if (log && log->GetVerbose())
  188     if (log && log->GetVerbose())
tools/lldb/source/Target/ThreadList.cpp
  464   if (log && log->GetVerbose())
  518     if (log && log->GetVerbose())
  524     if (log && log->GetVerbose())
tools/lldb/source/Target/ThreadPlanCallFunction.cpp
   80   if (log && log->GetVerbose())
  147   if (log && log->GetVerbose()) {
  201     if (log && log->GetVerbose())
tools/lldb/source/Utility/Log.cpp
  161   if (!GetVerbose())
tools/lldb/unittests/Utility/LogTest.cpp
  170   EXPECT_TRUE(log->GetVerbose());