v/vlib/builtin
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
..
js
array.v
array_test.v
builtin.v backtraces: add source line numbers too on linux 2019-10-12 00:04:42 +03:00
byte_test.v
hashmap.v
hashmap_test.v
int.v
int_test.v
map.v
map_test.v
option.v
string.v
string_test.v
utf8.v
utf8_test.v