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