about summary refs log tree commit diff
path: root/src/test/debuginfo/auxiliary
AgeCommit message (Collapse)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-116/+0
2022-05-24Add support for embedding pretty printers via the `#[debugger_visualizer]` ↵ridwanabdillahi-0/+52
attribute. Add tests for embedding pretty printers and update documentation. Ensure all error checking for `#[debugger_visualizer]` is done up front and not when the `debugger_visualizer` query is run. Clean up potential ODR violations when embedding pretty printers into the `__rustc_debug_gdb_scripts_section__` section. Respond to PR comments and update documentation.
2019-03-14Moved issue tests to subdirs and normalised names.Alexander Regueiro-0/+0
2018-12-25Remove licensesMark Rousskov-40/+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.
2016-05-06s/aux/auxiliary, because windowsNiko Matsakis-0/+84
For legacy reasons (presumably), Windows does not permit files name aux.