hanchenye-llvm-project/debuginfo-tests/win_cdb
Amy Huang 7fac5c8d94 Store a pointer to the return value in a static alloca and let the debugger use that
as the variable address for NRVO variables.

Subscribers: hiraditya, cfe-commits, llvm-commits

Tags: #clang, #llvm

Differential Revision: https://reviews.llvm.org/D63361

llvm-svn: 363952
2019-06-20 17:15:21 +00:00
..
README.txt
global-constant.cpp Add cdb test for global constants 2019-06-06 20:23:05 +00:00
hello.c
inline-line-gap.cpp
lit.local.cfg.py
nrvo.cpp Store a pointer to the return value in a static alloca and let the debugger use that 2019-06-20 17:15:21 +00:00
realigned-frame.cpp

README.txt

These are debug info integration tests similar to the ones in the parent
directory, except that these are designed to test compatibility between clang,
lld, and cdb, the command line debugger that ships as part of the Microsoft
Windows SDK. The debugger command language that cdb uses is very different from
gdb and LLDB, so it's useful to be able to write some tests directly in the cdb
command language.