Zequan Wu c45975cbf9 [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
2022-04-01 10:06:31 -07:00

28 lines
396 B
Plaintext

image dump line-table a.cpp -v
b a.h:5
b a.h:6
b a.h:7
b a.h:8
b a.h:9
b b.h:5
b b.h:6
b b.h:7
b c.h:5
b c.h:6
b c.h:7
b a.cpp:3
b a.cpp:4
b a.h:8
image lookup -a 0x140001003 -v
image lookup -a 0x140001004 -v
image lookup -a 0x140001010 -v
image lookup -a 0x14000101c -v
image lookup -a 0x14000102a -v
image lookup -a 0x140001039 -v
image lookup -a 0x140001044 -v
target modules dump ast
quit