rust/src/test/debuginfo/auxiliary
Vadim Chugunov cf6461168f Fix debug line info for macro expansions.
Macro expansions produce code tagged with debug locations that are completely different from the surrounding expressions.  This wrecks havoc on debugger's ability the step over source lines.

In order to have a good line stepping behavior in debugger, we overwrite debug locations of macro expansions with that of the outermost expansion site.
2016-08-25 00:40:42 -07:00
..
cross_crate_debuginfo_type_uniquing.rs s/aux/auxiliary, because windows 2016-05-06 16:24:48 -04:00
cross_crate_spans.rs s/aux/auxiliary, because windows 2016-05-06 16:24:48 -04:00
issue13213aux.rs s/aux/auxiliary, because windows 2016-05-06 16:24:48 -04:00
macro-stepping.rs Fix debug line info for macro expansions. 2016-08-25 00:40:42 -07:00