llvm-project/debuginfo-tests/win_cdb
Amy Huang 980d3645df Add cdb test for global constants
Summary: This creates an integration test for global constants

Reviewers: rnk

Subscribers: llvm-commits

Tags: #llvm

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

llvm-svn: 362745
2019-06-06 20:23:05 +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
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.