v/compiler
Delyan Angelov 2b087dbf95 backtraces: add source line numbers too on linux
* Add source line numbers to backtraces on linux.

* Fix -g (broken after token caching).

* reset the #line directives after all the v code is compiled

* cleanup p.cgen.line setting inside p.next() .

* Support windows filepaths like "C:\Users\travis\build\vlang\v\v.exe.tmp.c" inside generated #line directives.

* Try to diagnose better windows-gcc failing.

* Revert "Try to diagnose better windows-gcc failing."

* implement and use cescaped_path/1 .

* Use cescaped_path/1 consistently throughout compiler/ .
2019-10-12 00:04:42 +03:00
..
tests
cc.v
cflags.v
cgen.v backtraces: add source line numbers too on linux 2019-10-12 00:04:42 +03:00
cheaders.v
compile_errors.v
comptime.v
depgraph.v
fn.v backtraces: add source line numbers too on linux 2019-10-12 00:04:42 +03:00
gen_c.v
gen_js.v
jsgen.v
live.v backtraces: add source line numbers too on linux 2019-10-12 00:04:42 +03:00
main.v backtraces: add source line numbers too on linux 2019-10-12 00:04:42 +03:00
module_header.v
modules.v
msvc.v
optimization.v
parser.v backtraces: add source line numbers too on linux 2019-10-12 00:04:42 +03:00
parser2.v
query.v
repl.v
scanner.v backtraces: add source line numbers too on linux 2019-10-12 00:04:42 +03:00
table.v
token.v
vfmt.v
vhelp.v
vtest.v