about summary refs log tree commit diff
path: root/src/test/debuginfo/gdb-pretty-struct-and-enums.rs
AgeCommit message (Expand)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-62/+0
2021-04-03Remove redundant `ignore-tidy-linelength` annotationsSimon Jakobi-1/+0
2020-06-09Implement new gdb/lldb pretty-printersortem-2/+2
2018-12-25Remove licensesMark Rousskov-10/+0
2018-11-19Disable some pretty-printers when gdb is rust-enabledTom Tromey-0/+73
2015-08-05Revert "debuginfo: Bring back some GDB pretty printing autotests that are not...Alex Crichton-188/+0
2015-08-03debuginfo: Bring back some GDB pretty printing autotests that are not actuall...Michael Woerister-0/+188
2015-06-12ignore-test cleanupSteve Klabnik-189/+0
2015-06-07test: Ignore gdb-pretty-struct-and-enums.rsBrian Anderson-0/+1
2015-04-28#10381: WarningsTamir Duberstein-0/+2
2015-03-26Mass rename uint/int to usize/isizeAlex Crichton-3/+3
2015-02-18Fix remaining bench/debuginfo tests (and a few stragglers)Niko Matsakis-1/+1
2015-02-15Fix tests that fail on FreeBSDWill-0/+1
2015-01-05Fixed testsKelvin Ly-1/+0
2015-01-05Fixed testsKelvin Ly-2/+2
2015-01-05Added two tests for pretty printing optimized enumsKelvin Ly-0/+10
2014-12-30debuginfo: Add a rust-gdb shell script that will start GDB with Rust pretty p...Michael Woerister-1/+0
2014-12-02gdb: Fix pretty printer for nullable-opt enums with fat pointers.Luqman Aden-2/+10
2014-11-20removed struct_variant feature from testsSimon Wollwage-2/+0
2014-11-17Switch to purely namespaced enumsSteven Fackler-0/+4
2014-10-31debuginfo: Make GDB tests use line breakpoints like done in LLDB tests.Michael Woerister-7/+1
2014-09-18Ignore two gdb tests on windows that are failing on the botsBrian Anderson-0/+1
2014-09-17test: Un-ignore some GDB pretty printing testsAlex Crichton-1/+0
2014-09-02test: Ignore failing gdb pretty testsAlex Crichton-0/+1
2014-08-27debuginfo: Emit different autotest debugger scripts depending on GDB version.Michael Woerister-1/+6
2014-08-27debuginfo: Add GDB pretty printers for structs and enums.Michael Woerister-0/+167