llvm-toolchain-9/debuginfo-tests/win_cdb
Lu zhiping c7c238d5f4 Import Upstream version 9.0.1 2022-06-27 14:52:34 +08:00
..
README.txt Import Upstream version 9.0.1 2022-06-27 14:52:34 +08:00
global-constant.cpp Import Upstream version 9.0.1 2022-06-27 14:52:34 +08:00
hello.c Import Upstream version 9.0.1 2022-06-27 14:52:34 +08:00
inline-line-gap.cpp Import Upstream version 9.0.1 2022-06-27 14:52:34 +08:00
lit.local.cfg.py Import Upstream version 9.0.1 2022-06-27 14:52:34 +08:00
nrvo.cpp Import Upstream version 9.0.1 2022-06-27 14:52:34 +08:00
realigned-frame.cpp Import Upstream version 9.0.1 2022-06-27 14:52:34 +08:00

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.