xref: /llvm-project/lldb/test/Shell/SymbolFile/DWARF/x86/Inputs/dir-separator-windows.lldbinit (revision 8a64d80a959bf2844df33f9112e456f33de7b468)
1image dump line-table a.c
2breakpoint set -f a.c -l 1
3breakpoint set -f C:/tmp/b.c -l 1
4
5# This will fail on non-windows systems because the path will by parsed
6# according to posix rules
7# breakpoint set -f 'C:\tmp\b.c' -l 1
8