aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.rust
AgeCommit message (Expand)AuthorFilesLines
2023-01-13Rename to allow_rust_testsTom Tromey15-15/+15
2023-01-13Rename to allow_python_testsTom Tromey2-2/+2
2023-01-13Use "require" for Python testsTom Tromey1-3/+1
2023-01-13Use require !skip_rust_testsTom Tromey15-43/+15
2023-01-13Don't use ensure_gdb_index with requireTom Tromey1-1/+4
2023-01-01Update copyright year range in header of all files managed by GDBJoel Brobecker30-30/+30
2022-12-14gdb/testsuite: fix readnow detectionAndrew Burgess1-2/+0
2022-12-12Another Rust operator precedence bugTom Tromey1-0/+3
2022-12-06Fix operator precedence bug in Rust parserTom Tromey1-0/+4
2022-06-01Add gdb.current_language and gdb.Frame.languageTom Tromey1-0/+2
2022-05-16gdb/testsuite: fix "continue outside of loop" TCL errorsBruno Larsen15-18/+18
2022-04-15Reimplement Rust slice printingTom Tromey3-1/+12
2022-03-28Add Rust parser check for end of expressionTom Tromey1-0/+2
2022-03-12Relax regexp in gdb.rust/unsized.expTom Tromey1-2/+1
2022-02-06Allow non-ASCII characters in Rust identifiersTom Tromey2-0/+77
2022-02-06Fix Rust parser bug with function fieldsTom Tromey2-0/+77
2022-01-01Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker26-26/+26
2021-10-11[gdb/testsuite] Use require for ensure_gdb_indexTom de Vries1-3/+1
2021-06-25Change how .debug_aranges padding is skippedTom Tromey2-0/+65
2021-06-11Implement Rust raw identifiersTom Tromey2-0/+67
2021-06-08Use is/is not to check for None in python code.Lancelot SIX1-1/+1
2021-05-14Fix Python pretty-printing bug in RustTom Tromey3-0/+117
2021-04-25[PR gdb/22640] ptype: add option to use hexadecimal notationLancelot SIX2-10/+10
2021-04-22Improve code coverage of Rust testingTom Tromey3-0/+25
2021-04-16Rewrite the Rust expression parserTom Tromey2-2/+6
2021-04-16Fix syntax error in Rust testTom Tromey1-1/+1
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