Files
clang-p2996/lldb/test/Shell/SymbolFile/DWARF/Inputs/dir-separator-windows.lldbinit
Jonas Devlieghere 87aa9c9e4d Re-land "[test] Split LLDB tests into API, Shell & Unit"
The original patch got reverted because it broke `check-lldb` on a clean
build. This fixes that.

llvm-svn: 374201
2019-10-09 19:22:02 +00:00

8 lines
225 B
Plaintext

image dump line-table a.c
breakpoint set -f a.c -l 1
breakpoint set -f C:/tmp/b.c -l 1
# This will fail on non-windows systems because the path will by parsed
# according to posix rules
# breakpoint set -f 'C:\tmp\b.c' -l 1