about summary refs log tree commit diff
path: root/src/test/debuginfo/gdb-char.rs
AgeCommit message (Collapse)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-23/+0
2022-03-17Fix debuginfo tests with GDB 11.2Tom Tromey-0/+23
GDB 11.2 added support for DW_ATE_UTF, which caused some test failures. This fixes these tests by changing the format that is used, and adds a new test to verify that characters are emitted as something that GDB can print in a char-like way. Fixes #94458