aboutsummaryrefslogtreecommitdiff
path: root/gdb/guile/scm-pretty-print.c
AgeCommit message (Expand)AuthorFilesLines
2024-01-12Update copyright year range in header of all files managed by GDBAndrew Burgess1-1/+1
2023-09-20Remove explanatory comments from includesTom Tromey1-2/+2
2023-02-27Guile QUIT processing updatesKevin Buettner1-0/+5
2023-02-13Turn many optimized-out value functions into methodsTom Tromey1-1/+1
2023-02-13Turn value_fetch_lazy into a methodTom Tromey1-1/+1
2023-02-13Turn value_lazy and set_value_lazy functions into methodsTom Tromey1-1/+1
2023-02-13Turn value_type into methodTom Tromey1-1/+1
2023-01-01Update copyright year range in header of all files managed by GDBJoel Brobecker1-1/+1
2022-12-19Use bool constants for value_print_optionsTom Tromey1-3/+3
2022-09-21gdb: remove TYPE_LENGTHSimon Marchi1-1/+1
2022-06-02ODR warning for "enum string_repr_result"Tom Tromey1-4/+4
2022-03-29Rename print_spaces_filteredTom Tromey1-3/+3
2022-03-29Unify gdb printf functionsTom Tromey1-3/+3
2022-03-29Unify gdb putc functionsTom Tromey1-1/+1
2022-03-29Unify gdb puts functionsTom Tromey1-14/+14
2022-01-26Always call the wrap_here methodTom Tromey1-1/+1
2022-01-26Convert wrap_here to use integer parameterTom Tromey1-1/+1
2022-01-01Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker1-1/+1
2021-05-27gdb: fix some indentation issuesSimon Marchi1-4/+4
2021-05-14gdb: fix pretty printing max depth behaviourKent Cheung1-14/+16
2021-01-28gdb: rename get_type_arch to type::archSimon Marchi1-1/+1
2021-01-01Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2020-12-23gdb: remove some uses of LA_PRINT_STRINGAndrew Burgess1-2/+2
2020-12-04Remove redundant typedefsTom Tromey1-4/+4
2020-11-02gdb, gdbserver, gdbsupport: fix leading space vs tabs issuesSimon Marchi1-4/+4
2020-03-13Change extension language pretty-printers to use value APITom Tromey1-10/+6
2020-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2019-04-29gdb: Introduce 'print max-depth' featureAndrew Burgess1-1/+18
2019-04-08Rename gdb exception typesTom Tromey1-1/+1
2019-04-08Rewrite TRY/CATCHTom Tromey1-3/+2
2019-01-17Change all_objfiles adapter to be a method on program_spaceTom Tromey1-1/+1
2019-01-09Remove most uses of ALL_OBJFILESTom Tromey1-13/+12
2019-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2018-07-22Call value_fetch_lazy when needed in pretty-printersTom Tromey1-1/+3
2018-07-19Eliminate remaining gdb/guile cleanupsPedro Alves1-20/+6
2018-07-17Return unique_xmalloc_ptr from gdbscm_scm_to_stringTom Tromey1-7/+4
2018-07-17Change gdbscm_exception_message_to_string to return a unique_xmalloc_ptrTom Tromey1-9/+8
2018-07-17Use std::string in ppscm_make_pp_type_error_exceptionTom Tromey1-10/+4
2018-01-02Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2017-12-05Remove some unused variablesSimon Marchi1-4/+1
2017-01-01update copyright year range in GDB filesJoel Brobecker1-1/+1
2016-11-21Create subobject value in pretty printerYao Qi1-10/+1
2016-11-11Remove apply_val_pretty_printer parameter valaddrYao Qi1-5/+4
2016-06-24Support structure offsets that are 512K or larger.David Taylor1-1/+1
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker1-1/+1
2015-09-07guile: Add as_a_scm_t_subrPedro Alves1-8/+12
2015-07-31Mostly trivial enum fixesSimon Marchi1-1/+1
2015-03-07Split TRY_CATCH into TRY + CATCHPedro Alves1-2/+5
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker1-1/+1
2014-08-07Include gdb_assert.h in common-defs.hGary Benson1-1/+0