[all-commits] [llvm/llvm-project] c45975: [LLDB][NativePDB] Create inline function decls
Zequan Wu via All-commits
all-commits at lists.llvm.org
Fri Apr 1 10:06:44 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c45975cbf96aad53f24c71f7e1a1549a275d245d
https://github.com/llvm/llvm-project/commit/c45975cbf96aad53f24c71f7e1a1549a275d245d
Author: Zequan Wu <zequanwu at google.com>
Date: 2022-04-01 (Fri, 01 Apr 2022)
Changed paths:
M lldb/source/Plugins/SymbolFile/NativePDB/PdbAstBuilder.cpp
M lldb/source/Plugins/SymbolFile/NativePDB/PdbAstBuilder.h
M lldb/source/Plugins/SymbolFile/NativePDB/PdbUtil.cpp
M lldb/source/Plugins/SymbolFile/NativePDB/SymbolFileNativePDB.cpp
M lldb/test/Shell/SymbolFile/NativePDB/Inputs/inline_sites.lldbinit
A lldb/test/Shell/SymbolFile/NativePDB/Inputs/inline_sites.s
A lldb/test/Shell/SymbolFile/NativePDB/Inputs/inline_sites_live.lldbinit
R lldb/test/Shell/SymbolFile/NativePDB/inline_sites.s
A lldb/test/Shell/SymbolFile/NativePDB/inline_sites.test
A lldb/test/Shell/SymbolFile/NativePDB/inline_sites_live.cpp
M lldb/test/Shell/SymbolFile/NativePDB/local-variables.cpp
Log Message:
-----------
[LLDB][NativePDB] Create inline function decls
This creates inline functions decls in the TUs where the funcitons are inlined and local variable decls inside those functions.
Reviewed By: labath
Differential Revision: https://reviews.llvm.org/D121967
More information about the All-commits
mailing list