aboutsummaryrefslogtreecommitdiff
path: root/gdb/guile/scm-pretty-print.c
AgeCommit message (Expand)AuthorFilesLines
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
2014-07-26PR guile/17177Doug Evans1-15/+36
2014-06-02Add progspace support for Guile.Doug Evans1-1/+5
2014-05-26remove unnecessary smob mark/free functionsAndy Wingo1-29/+0
2014-05-26gdb smob cleanupsAndy Wingo1-6/+2
2014-02-09Add Guile as an extension language.Doug Evans1-0/+1138