[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
Tue Apr 26 10:42:36 PDT 2022
This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG7b81192d462b: Introduce new symbol on-demand for debug info (authored by yinghuitan).
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/Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp
lldb/source/Plugins/SymbolFile/PDB/PDBASTParser.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/TestBreakpointLanguageOnDemand.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/API/symbol_ondemand/shared_library/Makefile
lldb/test/API/symbol_ondemand/shared_library/TestSharedLib.py
lldb/test/API/symbol_ondemand/shared_library/foo.c
lldb/test/API/symbol_ondemand/shared_library/foo.h
lldb/test/API/symbol_ondemand/shared_library/shared.c
lldb/test/Shell/SymbolFile/OnDemand/Inputs/basic.cpp
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.425262.patch
Type: text/x-patch
Size: 71890 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20220426/ec806aec/attachment-0001.bin>
More information about the lldb-commits
mailing list