summaryrefslogtreecommitdiff
path: root/gdb/rust-lang.c
Commit message (Expand)AuthorAgeFilesLines
* Replace field_is_static with a methodTom Tromey2023-05-011-4/+4
* Add 128-bit integer support to the Rust parserTom Tromey2023-04-171-0/+2
* Unify arch_float_type and init_float_typeTom Tromey2023-03-181-2/+2
* Unify arch_boolean_type and init_boolean_typeTom Tromey2023-03-181-1/+1
* Unify arch_character_type and init_character_typeTom Tromey2023-03-181-1/+1
* Unify arch_integer_type and init_integer_typeTom Tromey2023-03-181-11/+12
* Remove alloc_type_copyTom Tromey2023-03-181-1/+1
* Fix crash with "finish" in RustTom Tromey2023-02-271-1/+1
* Convert more block functions to methodsTom Tromey2023-02-191-1/+1
* Remove deprecated_lval_hackTom Tromey2023-02-131-2/+2
* Introduce set_lval method on valueTom Tromey2023-02-131-1/+1
* Turn various value copying-related functions into methodsTom Tromey2023-02-131-3/+3
* Turn remaining value_contents functions into methodsTom Tromey2023-02-131-4/+4
* Turn value_fetch_lazy into a methodTom Tromey2023-02-131-1/+1
* Turn value_zero into static "constructor"Tom Tromey2023-02-131-4/+4
* Turn allocate_value into a static "constructor"Tom Tromey2023-02-131-2/+2
* Turn allocate_value_lazy into a static "constructor"Tom Tromey2023-02-131-1/+1
* Turn value_address and set_value_address functions into methodsTom Tromey2023-02-131-4/+4
* Turn value_type into methodTom Tromey2023-02-131-28/+28
* Trivially simplify rust_language::print_enumTom Tromey2023-02-091-1/+1
* Update copyright year range in header of all files managed by GDBJoel Brobecker2023-01-011-1/+1
* Use bool constants for value_print_optionsTom Tromey2022-12-191-3/+3
* Remove c_printstrTom Tromey2022-10-101-2/+3
* gdb: remove TYPE_LENGTHSimon Marchi2022-09-211-10/+10
* gdb: add type::length / type::set_lengthSimon Marchi2022-09-211-3/+2
* gdb: remove TYPE_TARGET_TYPESimon Marchi2022-09-211-19/+19
* Always pass an explicit language down to c_type_printPedro Alves2022-05-101-2/+3
* Implement value_print for RustTom Tromey2022-04-151-0/+21
* Reimplement Rust slice printingTom Tromey2022-04-151-26/+59
* Remove some dead code from the Rust value printerTom Tromey2022-04-151-8/+0
* Rename print_spaces_filteredTom Tromey2022-03-291-6/+6
* Unify gdb printf functionsTom Tromey2022-03-291-23/+23
* Unify gdb putc functionsTom Tromey2022-03-291-1/+1
* Unify gdb puts functionsTom Tromey2022-03-291-51/+51
* gdb: remove SYMBOL_TYPE macroSimon Marchi2022-02-061-1/+1
* Simplify some Rust expression-evaluation codeTom Tromey2022-01-231-18/+26
* Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker2022-01-011-1/+1
* gdb: trivial changes to use array_viewSimon Marchi2021-12-031-6/+4
* gdb: remove TYPE_FIELD_BITPOSSimon Marchi2021-10-291-3/+3
* gdb: change functions returning value contents to use gdb::array_viewSimon Marchi2021-10-251-5/+6
* gdb: add accessors for field (and call site) locationSimon Marchi2021-10-071-2/+2
* gdb: remove TYPE_FIELD_NAME and FIELD_NAME macrosSimon Marchi2021-09-301-13/+13
* gdb: add field::name / field::set_nameSimon Marchi2021-09-301-2/+2
* gdb: use gdb::optional instead of passing a pointer to gdb::array_viewAndrew Burgess2021-06-251-9/+9
* Fix Python pretty-printing bug in RustTom Tromey2021-05-141-2/+4
* [PR gdb/22640] ptype: add option to use hexadecimal notationLancelot SIX2021-04-251-1/+1
* Remove now-unused Rust evaluator codeTom Tromey2021-03-081-506/+1
* Implement Rust funcall operationTom Tromey2021-03-081-0/+50
* Introduce rust_aggregate_operationTom Tromey2021-03-081-0/+58
* Implement Rust field operationsTom Tromey2021-03-081-2/+2