aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.rust
AgeCommit message (Expand)AuthorFilesLines
2024-06-20Handle "info symbol" in Rust language modeTom Tromey1-0/+3
2024-04-02Print type name when printing Rust sliceTom Tromey2-2/+2
2024-04-02Run isortTom Tromey1-0/+1
2024-02-20Rewrite Rust slice type handlingTom Tromey4-2/+128
2024-01-12Update copyright year range in header of all files managed by GDBAndrew Burgess39-39/+39
2023-12-08Allow cast of 128-bit integer to pointerTom Tromey1-0/+5
2023-09-29Support the NO_COLOR environment variableTom Tromey1-4/+1
2023-06-21[gdb/testsuite] Add have_host_localeTom de Vries1-0/+1
2023-05-17Special case "&str" in Rust parserTom Tromey1-0/+3
2023-05-10gdb/rust: fix crash for expression debug with stringsAndrew Burgess1-0/+21
2023-05-01Fix crash in Rust expression parserTom Tromey1-0/+1
2023-04-17Add 128-bit integer support to the Rust parserTom Tromey1-0/+4
2023-03-29Introduce rust_at_least helper procTom Tromey3-15/+3
2023-03-28[gdb/testsuite] Allow gdb.rust/expr.exp without rust compilerTom de Vries19-0/+19
2023-03-27Use gdb_gmp for scalar arithmeticTom Tromey2-0/+96
2023-03-20gdb: fix crash during command completionAndrew Burgess2-0/+52
2023-03-20Use rust_demangle to fix a crashTom Tromey1-0/+3
2023-03-13Fix crash in inside_main_funcTom Tromey2-0/+65
2023-02-28[gdb/testsuite] Fix gdb.rust/watch.exp on ppc64leTom de Vries1-1/+1
2023-02-27Fix crash with "finish" in RustTom Tromey2-0/+69
2023-02-18Fix "start" for D, Rust, etcTom Tromey1-0/+38
2023-02-09Fix comment in gdb.rust/fnfield.expTom Tromey1-1/+1
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