[Lldb-commits] [PATCH] D121631: Introduce new symbol on-demand for debug info
jeffrey tan via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Mon Mar 28 14:31:22 PDT 2022
yinghuitan updated this revision to Diff 418708.
yinghuitan added a comment.
Fix log channel typo
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D121631/new/
https://reviews.llvm.org/D121631
Files:
lldb/docs/use/ondemand.rst
lldb/include/lldb/Core/ModuleList.h
lldb/include/lldb/Symbol/SymbolFile.h
lldb/include/lldb/Symbol/SymbolFileOnDemand.h
lldb/include/lldb/Target/Statistics.h
lldb/include/lldb/Utility/LLDBLog.h
lldb/source/Core/CoreProperties.td
lldb/source/Core/Module.cpp
lldb/source/Core/ModuleList.cpp
lldb/source/Plugins/SymbolFile/DWARF/DWARFIndex.cpp
lldb/source/Plugins/SymbolFile/DWARF/DebugNamesDWARFIndex.cpp
lldb/source/Symbol/CMakeLists.txt
lldb/source/Symbol/CompileUnit.cpp
lldb/source/Symbol/SymbolFile.cpp
lldb/source/Symbol/SymbolFileOnDemand.cpp
lldb/source/Target/Statistics.cpp
lldb/source/Utility/LLDBLog.cpp
lldb/test/API/symbol_ondemand/breakpoint_language/Makefile
lldb/test/API/symbol_ondemand/breakpoint_language/TestBreakpointLanguage.py
lldb/test/API/symbol_ondemand/breakpoint_language/c_lang.c
lldb/test/API/symbol_ondemand/breakpoint_language/cpp_lang.cpp
lldb/test/API/symbol_ondemand/breakpoint_language/main.cpp
lldb/test/API/symbol_ondemand/breakpoint_source_regex/Makefile
lldb/test/API/symbol_ondemand/breakpoint_source_regex/TestSourceTextRegexBreakpoint.py
lldb/test/API/symbol_ondemand/breakpoint_source_regex/main.cpp
lldb/test/Shell/SymbolFile/OnDemand/Inputs/basic.cpp
lldb/test/Shell/SymbolFile/OnDemand/Inputs/lib.cpp
lldb/test/Shell/SymbolFile/OnDemand/Inputs/lib.h
lldb/test/Shell/SymbolFile/OnDemand/Inputs/shared.cpp
lldb/test/Shell/SymbolFile/OnDemand/shared-lib-globals-hydration.test
lldb/test/Shell/SymbolFile/OnDemand/shared-lib-globals.test
lldb/test/Shell/SymbolFile/OnDemand/shared-lib.test
lldb/test/Shell/SymbolFile/OnDemand/source-breakpoint.test
lldb/test/Shell/SymbolFile/OnDemand/symbolic-breakpoint.test
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D121631.418708.patch
Type: text/x-patch
Size: 66803 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20220328/5e94745e/attachment-0001.bin>
More information about the lldb-commits
mailing list