Files
clang-p2996/lldb/test/Shell/SymbolFile/NativePDB/Inputs/inline_sites_live.lldbinit
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

8 lines
128 B
Plaintext

br set -p BP_bar -f inline_sites_live.cpp
br set -p BP_foo -f inline_sites_live.cpp
run
p param
continue
p param
p local