aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.rust
AgeCommit message (Expand)AuthorFilesLines
2021-01-01Update copyright year range in all GDB filesJoel Brobecker19-19/+19
2020-12-31Update gdb.rust tests for Rust 1.49Tom Tromey1-4/+10
2020-11-12Fix Rust regression with -readnowTom Tromey1-6/+0
2020-10-28[gdb/testsuite] Fix gdb.rust/traits.exp with -readnowTom de Vries1-0/+8
2020-09-15Avoid running one Rust test against older LLVMTom Tromey1-2/+11
2020-09-14[gdb/testsuite] Fix PATH warning in gdb.rust/traits.expTom de Vries1-1/+1
2020-08-17Update xfail pattern in gdb.rust/simple.expTom Tromey1-1/+2
2020-07-11rust: Fix rust modules testDaniel Xu1-1/+2
2020-05-19Restore missing Rust testTom Tromey1-1/+1
2020-05-19Fix duplicate tests in gdb.rustTom Tromey1-8/+10
2020-04-24Add Python support for dynamic typesTom Tromey1-0/+10
2020-04-01Move Rust union tests to new fileTom Tromey4-25/+80
2020-04-01Remove local variable from simple.rs test caseTom Tromey1-1/+0
2020-02-22Style field names in "print"Tom Tromey2-0/+73
2020-02-19rust/25535 Apply embedded offset to enum variant calculationDoug Evans2-0/+10
2020-01-01Update copyright year range in all GDB files.Joel Brobecker15-15/+15
2019-10-09[gdb/testsuite] Add XFAILs in gdb.rust/simple.exp for incorrect DWARFTom de Vries1-5/+51
2019-10-03Avoid crash on single-field union in RustTom Tromey2-0/+8
2019-09-30Disable all warnings in gdb.rust/traits.rsTom Tromey1-3/+1
2019-05-02gdb/rust: Handle printing structures containing stringsAndrew Burgess2-0/+11
2019-01-01Update copyright year range in all GDB files.Joel Brobecker15-15/+15
2018-11-19Handle TYPE_CODE_PTR when printing Rust typesTom Tromey2-8/+9
2018-11-19Fix gdb.rust/simple.rs for more recent compilersTom Tromey1-1/+1
2018-09-13Make Rust error message mention the field nameTom Tromey1-0/+2
2018-09-13Fix crash with empty Rust enumTom Tromey2-0/+16
2018-08-31Fix a small bug in gdb.rust/simple.rsTom Tromey1-1/+1
2018-06-26Support ptype/o in RustTom Tromey2-0/+26
2018-04-30rust: Fix null deref when casting (PR 23124)Dan Robertson1-1/+3
2018-04-27Add inclusive range support for RustTom Tromey1-0/+6
2018-04-17Fix crash in quirk_rust_enumTom Tromey2-0/+8
2018-04-11Add Rust test case for ".." struct initializerTom Tromey1-0/+3
2018-03-19Support bare-identifier field initializers in RustTom Tromey2-0/+7
2018-02-26Convert Rust to use discriminated unionsTom Tromey1-2/+2
2018-01-19Fix qualified name lookup for RustTom Tromey2-0/+8
2018-01-02Update copyright year range in all GDB filesJoel Brobecker15-15/+15
2017-11-17Handle dereferencing Rust trait objectsTom Tromey2-0/+84
2017-11-16Fix testing gdb.rust/modules.exp against gdbserverPedro Alves1-8/+10
2017-10-02Fix &str printing in RustTom Tromey2-6/+8
2017-10-02Fix ptype of Rust slicesTom Tromey1-0/+19
2017-10-02Allow indexing of &str in RustTom Tromey1-0/+2
2017-08-05Fix Rust test suite for 1.20 betaTom Tromey1-3/+3
2017-07-14Handle sizeof(type) in RustTom Tromey1-0/+3
2017-07-14Make gdb.lookup_typename work for Rust typesTom Tromey1-0/+8
2017-05-21Print Rust unsized array types a bit more nicelyTom Tromey2-0/+68
2017-05-19Use watchpoint's language when re-parsing expressionTom Tromey2-0/+59
2017-05-18Fix test failure with Rust 1.18 and 1.19Tom Tromey1-4/+4
2017-02-03Fix ptype of single-member Rust enumsTom Tromey1-0/+12
2017-01-01update copyright year range in GDB filesJoel Brobecker9-9/+9
2016-12-23Fix more cases of improper test namesLuis Machado4-8/+8
2016-11-03Add support for the sizeof function in RustManish Goregaokar1-1/+3