aboutsummaryrefslogtreecommitdiff
path: root/gdb/rust-lang.h
AgeCommit message (Expand)AuthorFilesLines
2023-03-20Use rust_demangle to fix a crashTom Tromey1-2/+2
2023-02-19Convert more block functions to methodsTom Tromey1-1/+1
2023-02-19Don't allow NULL as an argument to block_scopeTom Tromey1-3/+2
2023-01-01Update copyright year range in header of all files managed by GDBJoel Brobecker1-1/+1
2022-12-14gdb: convert 'set debug symbol-lookup' to new debug printing schemeAndrew Burgess1-8/+4
2022-11-09Allow 'ptype/o' for assemblyTom Tromey1-0/+7
2022-09-21gdb: remove TYPE_TARGET_TYPESimon Marchi1-1/+1
2022-06-18gdb: Add new 'print nibbles' featureEnze Li1-0/+5
2022-04-15Implement value_print for RustTom Tromey1-0/+5
2022-03-29Unify gdb printf functionsTom Tromey1-7/+7
2022-03-29Unify gdb puts functionsTom Tromey1-2/+2
2022-01-01Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker1-1/+1
2021-11-16gdb/gdbsupport: make xstrprintf and xstrvprintf return a unique_ptrAndrew Burgess1-3/+2
2021-10-04Use unique_xmalloc_ptr<char> when demanglingTom Tromey1-3/+5
2021-03-08Remove union exp_elementTom Tromey1-5/+0
2021-03-08Remove now-unused Rust evaluator codeTom Tromey1-10/+0
2021-01-01Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2020-12-23gdb: move rust_language into rust-lang.hAndrew Burgess1-3/+195
2020-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2019-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2018-06-18Remove la_errorTom Tromey1-3/+0
2018-02-26Convert Rust to use discriminated unionsTom Tromey1-0/+5
2018-01-02Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2017-10-02Add missing "extern" in rust-lang.hTom Tromey1-2/+2
2017-04-05-Wwrite-strings: The RestPedro Alves1-1/+1
2017-02-02Use bool in Rust codeTom Tromey1-2/+2
2017-02-02Use std::string in Rust codeTom Tromey1-4/+3
2017-01-01update copyright year range in GDB filesJoel Brobecker1-1/+1
2016-05-17Add support for the Rust languageTom Tromey1-0/+50