aboutsummaryrefslogtreecommitdiff
path: root/gdb/rust-lang.c
AgeCommit message (Expand)AuthorFilesLines
2019-10-01Introduce metadata styleTom Tromey1-1/+4
2019-05-02gdb/rust: Handle printing structures containing stringsAndrew Burgess1-0/+8
2019-04-29gdb: Introduce new language field la_is_string_type_pAndrew Burgess1-0/+21
2019-04-29gdb: Introduce new language field la_struct_too_deep_ellipsisAndrew Burgess1-1/+2
2019-04-12gdb: Remove LANG_MAGICAndrew Burgess1-2/+1
2019-04-08Rename gdb exception typesTom Tromey1-1/+1
2019-04-08Rewrite TRY/CATCHTom Tromey1-3/+2
2019-03-24Remove null_block_symbolTom Tromey1-1/+1
2019-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2018-11-21Use gdb:array_view in call_function_by_hand & friendsPedro Alves1-1/+1
2018-11-19Handle TYPE_CODE_PTR when printing Rust typesTom Tromey1-0/+14
2018-10-04Simple -Wshadow=local fixesTom Tromey1-5/+3
2018-09-13Make Rust error message mention the field nameTom Tromey1-2/+2
2018-09-13Fix crash with empty Rust enumTom Tromey1-1/+41
2018-07-22Simple unused variable removalsTom Tromey1-2/+2
2018-06-26Support ptype/o in RustTom Tromey1-19/+63
2018-06-18Remove la_errorTom Tromey1-1/+0
2018-06-01Remove TYPE_TAG_NAMETom Tromey1-29/+28
2018-04-30Remove rust_type_alignmentTom Tromey1-42/+1
2018-04-27Add inclusive range support for RustTom Tromey1-4/+22
2018-04-12Remove old univariant code from rust-lang.cTom Tromey1-23/+2
2018-03-27problem looking up some symbols when they have a linkage nameJoel Brobecker1-0/+1
2018-02-26Convert Rust to use discriminated unionsTom Tromey1-508/+288
2018-01-19Fix qualified name lookup for RustTom Tromey1-6/+12
2018-01-02Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2017-12-05Remove some unused variablesSimon Marchi1-4/+1
2017-11-17Use an enum to represent subclasses of symbolTom Tromey1-1/+1
2017-11-17Handle dereferencing Rust trait objectsTom Tromey1-0/+53
2017-11-08Introduce lookup_name_info and generalize Ada's FULL/WILD name matchingPedro Alves1-1/+1
2017-11-08Per-language symbol name hashing algorithmPedro Alves1-0/+1
2017-10-02Fix &str printing in RustTom Tromey1-2/+27
2017-10-02Fix ptype of Rust slicesTom Tromey1-3/+39
2017-10-02Allow indexing of &str in RustTom Tromey1-1/+2
2017-09-04Stop assuming no-debug-info functions return intPedro Alves1-1/+1
2017-07-20Make language_def O(1)Pedro Alves1-9/+1
2017-07-17Introduce class completion_tracker & rewrite completion<->readline interactionPedro Alves1-1/+1
2017-05-21Print Rust unsized array types a bit more nicelyTom Tromey1-3/+2
2017-05-19Use watchpoint's language when re-parsing expressionTom Tromey1-0/+15
2017-05-12Avoid exponential behavior in rust_evaluate_subexpTom Tromey1-8/+7
2017-05-12Fix rust_dump_subexp_bodyTom Tromey1-2/+3
2017-05-12Replace "return" with "break"Tom Tromey1-1/+1
2017-04-05-Wwrite-strings: The RestPedro Alves1-1/+1
2017-02-10Remove unused variable in rust-lang.cTom Tromey1-1/+0
2017-02-03Fix ptype of single-member Rust enumsTom Tromey1-1/+5
2017-02-02Use bool in Rust codeTom Tromey1-19/+20
2017-02-02Reindent rust-lang.cTom Tromey1-73/+73
2017-02-02Use std::string in Rust codeTom Tromey1-8/+6
2017-02-02Eliminate make_cleanup_ui_file_delete / make ui_file a class hierarchyPedro Alves1-6/+3
2017-01-01update copyright year range in GDB filesJoel Brobecker1-1/+1
2016-11-12Remove some cleanups from the rust codeTom Tromey1-5/+3