summaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.rust
Commit message (Expand)AuthorAgeFilesLines
* gdb/rust: fix crash for expression debug with stringsAndrew Burgess2023-05-101-0/+21
* Fix crash in Rust expression parserTom Tromey2023-05-011-0/+1
* Add 128-bit integer support to the Rust parserTom Tromey2023-04-171-0/+4
* Introduce rust_at_least helper procTom Tromey2023-03-293-15/+3
* [gdb/testsuite] Allow gdb.rust/expr.exp without rust compilerTom de Vries2023-03-2819-0/+19
* Use gdb_gmp for scalar arithmeticTom Tromey2023-03-272-0/+96
* gdb: fix crash during command completionAndrew Burgess2023-03-202-0/+52
* Use rust_demangle to fix a crashTom Tromey2023-03-201-0/+3
* Fix crash in inside_main_funcTom Tromey2023-03-132-0/+65
* [gdb/testsuite] Fix gdb.rust/watch.exp on ppc64leTom de Vries2023-02-281-1/+1
* Fix crash with "finish" in RustTom Tromey2023-02-272-0/+69
* Fix "start" for D, Rust, etcTom Tromey2023-02-181-0/+38
* Fix comment in gdb.rust/fnfield.expTom Tromey2023-02-091-1/+1
* Rename to allow_rust_testsTom Tromey2023-01-1315-15/+15
* Rename to allow_python_testsTom Tromey2023-01-132-2/+2
* Use "require" for Python testsTom Tromey2023-01-131-3/+1
* Use require !skip_rust_testsTom Tromey2023-01-1315-43/+15
* Don't use ensure_gdb_index with requireTom Tromey2023-01-131-1/+4
* Update copyright year range in header of all files managed by GDBJoel Brobecker2023-01-0130-30/+30
* gdb/testsuite: fix readnow detectionAndrew Burgess2022-12-141-2/+0
* Another Rust operator precedence bugTom Tromey2022-12-121-0/+3
* Fix operator precedence bug in Rust parserTom Tromey2022-12-061-0/+4
* Add gdb.current_language and gdb.Frame.languageTom Tromey2022-06-011-0/+2
* gdb/testsuite: fix "continue outside of loop" TCL errorsBruno Larsen2022-05-1615-18/+18
* Reimplement Rust slice printingTom Tromey2022-04-153-1/+12
* Add Rust parser check for end of expressionTom Tromey2022-03-281-0/+2
* Relax regexp in gdb.rust/unsized.expTom Tromey2022-03-121-2/+1
* Allow non-ASCII characters in Rust identifiersTom Tromey2022-02-062-0/+77
* Fix Rust parser bug with function fieldsTom Tromey2022-02-062-0/+77
* Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker2022-01-0126-26/+26
* [gdb/testsuite] Use require for ensure_gdb_indexTom de Vries2021-10-111-3/+1
* Change how .debug_aranges padding is skippedTom Tromey2021-06-252-0/+65
* Implement Rust raw identifiersTom Tromey2021-06-112-0/+67
* Use is/is not to check for None in python code.Lancelot SIX2021-06-081-1/+1
* Fix Python pretty-printing bug in RustTom Tromey2021-05-143-0/+117
* [PR gdb/22640] ptype: add option to use hexadecimal notationLancelot SIX2021-04-252-10/+10
* Improve code coverage of Rust testingTom Tromey2021-04-223-0/+25
* Rewrite the Rust expression parserTom Tromey2021-04-162-2/+6
* Fix syntax error in Rust testTom Tromey2021-04-161-1/+1
* Update copyright year range in all GDB filesJoel Brobecker2021-01-0119-19/+19
* Update gdb.rust tests for Rust 1.49Tom Tromey2020-12-311-4/+10
* Fix Rust regression with -readnowTom Tromey2020-11-121-6/+0
* [gdb/testsuite] Fix gdb.rust/traits.exp with -readnowTom de Vries2020-10-281-0/+8
* Avoid running one Rust test against older LLVMTom Tromey2020-09-151-2/+11
* [gdb/testsuite] Fix PATH warning in gdb.rust/traits.expTom de Vries2020-09-141-1/+1
* Update xfail pattern in gdb.rust/simple.expTom Tromey2020-08-171-1/+2
* rust: Fix rust modules testDaniel Xu2020-07-111-1/+2
* Restore missing Rust testTom Tromey2020-05-191-1/+1
* Fix duplicate tests in gdb.rustTom Tromey2020-05-191-8/+10
* Add Python support for dynamic typesTom Tromey2020-04-241-0/+10