summaryrefslogtreecommitdiff
path: root/gdb/valprint.c
AgeCommit message (Expand)Author
2022-08-05[gdb] Add debug_{exp,val}linaro-local/ci/tcwg_kernel/llvm-master-arm-next-allmodconfiglinaro-local/ci/tcwg_kernel/llvm-master-aarch64-lts-allmodconfiglinaro-local/ci/tcwg_kernel/gnu-master-arm-lts-allyesconfiglinaro-local/ci/tcwg_kernel/gnu-master-aarch64-stable-allnoconfiglinaro-local/ci/tcwg_bmk_llvm_fx/llvm-master-aarch64-spec2k6-O2Tom de Vries
2022-06-20Move finish_print out of value_print_optionsTom Tromey
2022-06-18gdb: Add new 'print nibbles' featureEnze Li
2022-04-14Move target_read_string to target/target.cTom Tromey
2022-04-14Remove the byte order parameter to target_read_stringTom Tromey
2022-04-14Rename read_stringTom Tromey
2022-04-14Don't call QUIT in read_stringTom Tromey
2022-03-29Rename print_spaces_filteredTom Tromey
2022-03-29Unify gdb printf functionsTom Tromey
2022-03-29Unify gdb putc functionsTom Tromey
2022-03-29Unify gdb puts functionsTom Tromey
2022-03-14Correctly print subrange types in generic_value_printTom Tromey
2022-02-14Remove LA_PRINT_STRINGTom Tromey
2022-02-14Remove LA_PRINT_CHARTom Tromey
2022-02-06Merge do_val_print and common_val_printTom Tromey
2022-01-26Always call the wrap_here methodTom Tromey
2022-01-26Convert wrap_here to use integer parameterTom Tromey
2022-01-18Move gdb obstack code to gdbsupportTom Tromey
2022-01-01Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker
2021-10-29gdb: remove TYPE_FIELD_ENUMVALSimon Marchi
2021-10-29gdb: remove TYPE_FIELD_BITPOSSimon Marchi
2021-10-28gdb: add add_setshow_prefix_cmdSimon Marchi
2021-10-25gdb: change functions returning value contents to use gdb::array_viewSimon Marchi
2021-10-13[gdb/exp] Improve <error reading variable> messageTom de Vries
2021-09-30gdb: remove TYPE_FIELD_NAME and FIELD_NAME macrosSimon Marchi
2021-07-26gdb: Fix numerical field extraction for target description "flags"Shahab Vahedi
2021-05-27gdb: remove add_alias_cmd overload that accepts a stringSimon Marchi
2021-05-12gdb: generate the prefix name for prefix commands on demandMarco Barisione
2021-04-01gdb: remove TYPE_FLAG_ENUMSimon Marchi
2021-03-24gdb: remove current_top_target functionSimon Marchi
2021-03-24Extend "x" and "print" commands to support memory taggingLuis Machado
2021-01-28gdb: rename get_type_arch to type::archSimon Marchi
2021-01-01Update copyright year range in all GDB filesJoel Brobecker
2020-12-23gdb: delete unused function print_char_charsAndrew Burgess
2020-11-23Make function fixed_point_scaling_factor a method of struct typeJoel Brobecker
2020-11-23Make fixed_point_type_base_type a method of struct typeJoel Brobecker
2020-11-23gmp-utils: Convert the read/write methods to using gdb::array_viewJoel Brobecker
2020-11-23change and rename gmp_string_asprintf to return an std::stringJoel Brobecker
2020-11-15Add support for printing value of DWARF-based fixed-point type objectsJoel Brobecker
2020-11-02gdb, gdbserver, gdbsupport: fix leading space vs tabs issuesSimon Marchi
2020-10-23gdb: remove LA_PRINT_ARRAY_INDEX macroAndrew Burgess
2020-10-23gdb: remove LA_VALUE_PRINT macroAndrew Burgess
2020-10-17Make range types inherit signed-ness from base typeTom Tromey
2020-09-16gdb: Convert la_struct_too_deep_ellipsis to a methodAndrew Burgess
2020-09-15Handle member pointers directly in generic_value_printTom Tromey
2020-09-14gdb: remove TYPE_STUBSimon Marchi
2020-09-14gdb: remove TYPE_UNSIGNEDSimon Marchi
2020-08-24gdb: move declaration of valprint_check_validity to valprint.hSimon Marchi
2020-06-23gdb: Convert language la_is_string_type_p field to a methodAndrew Burgess
2020-06-17gdb: Convert language la_value_print_inner field to a methodAndrew Burgess