about summary refs log tree commit diff
path: root/src/test/debuginfo/auxiliary/macro-stepping.rs
AgeCommit message (Collapse)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-10/+0
2018-12-25Remove licensesMark Rousskov-10/+0
2016-08-25Fix debug line info for macro expansions. Vadim Chugunov-0/+20
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.