Log the AST of the TU associated with LLDB's expr command, once a declaration
is completed
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
- Build Status
Buildable 32284 Build 32283: arc lint + arc unit
Paths
| Differential D62061
Add AST logging ClosedPublic Authored by martong on May 17 2019, 6:10 AM.
Details Summary Log the AST of the TU associated with LLDB's expr command, once a declaration
Diff Detail
Event Timelinemartong added a child revision: D61333: [ASTImporter] Fix LLDB lookup in transparent ctx and with ext src.May 17 2019, 6:11 AM JDevlieghere added inline comments. This revision is now accepted and ready to land.May 21 2019, 1:34 PM Closed by commit rLLDB361362: Add AST logging (authored by martong). · Explain WhyMay 22 2019, 2:08 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 200666 lldb/include/lldb/Utility/Logging.h
lldb/source/Symbol/ClangASTImporter.cpp
lldb/source/Utility/Logging.cpp
|
Why not if (Log* log_ast = lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_AST))