8 lines · plain
1image dump line-table a.c2breakpoint set -f a.c -l 13breakpoint set -f C:/tmp/b.c -l 14 5# This will fail on non-windows systems because the path will by parsed6# according to posix rules7# breakpoint set -f 'C:\tmp\b.c' -l 18 1image dump line-table a.c2breakpoint set -f a.c -l 13breakpoint set -f C:/tmp/b.c -l 14 5# This will fail on non-windows systems because the path will by parsed6# according to posix rules7# breakpoint set -f 'C:\tmp\b.c' -l 18