summaryrefslogtreecommitdiff
path: root/gdb/guile/scm-pretty-print.c
Commit message (Expand)AuthorAgeFilesLines
* Guile QUIT processing updatesKevin Buettner2023-02-271-0/+5
* Turn many optimized-out value functions into methodsTom Tromey2023-02-131-1/+1
* Turn value_fetch_lazy into a methodTom Tromey2023-02-131-1/+1
* Turn value_lazy and set_value_lazy functions into methodsTom Tromey2023-02-131-1/+1
* Turn value_type into methodTom Tromey2023-02-131-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
* gdb: remove TYPE_LENGTHSimon Marchi2022-09-211-1/+1
* ODR warning for "enum string_repr_result"Tom Tromey2022-06-021-4/+4
* Rename print_spaces_filteredTom Tromey2022-03-291-3/+3
* Unify gdb printf functionsTom Tromey2022-03-291-3/+3
* Unify gdb putc functionsTom Tromey2022-03-291-1/+1
* Unify gdb puts functionsTom Tromey2022-03-291-14/+14
* Always call the wrap_here methodTom Tromey2022-01-261-1/+1
* Convert wrap_here to use integer parameterTom Tromey2022-01-261-1/+1
* Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker2022-01-011-1/+1
* gdb: fix some indentation issuesSimon Marchi2021-05-271-4/+4
* gdb: fix pretty printing max depth behaviourKent Cheung2021-05-141-14/+16
* gdb: rename get_type_arch to type::archSimon Marchi2021-01-281-1/+1
* Update copyright year range in all GDB filesJoel Brobecker2021-01-011-1/+1
* gdb: remove some uses of LA_PRINT_STRINGAndrew Burgess2020-12-231-2/+2
* Remove redundant typedefsTom Tromey2020-12-041-4/+4
* gdb, gdbserver, gdbsupport: fix leading space vs tabs issuesSimon Marchi2020-11-021-4/+4
* Change extension language pretty-printers to use value APITom Tromey2020-03-131-10/+6
* Update copyright year range in all GDB files.Joel Brobecker2020-01-011-1/+1
* gdb: Introduce 'print max-depth' featureAndrew Burgess2019-04-291-1/+18
* Rename gdb exception typesTom Tromey2019-04-081-1/+1
* Rewrite TRY/CATCHTom Tromey2019-04-081-3/+2
* Change all_objfiles adapter to be a method on program_spaceTom Tromey2019-01-171-1/+1
* Remove most uses of ALL_OBJFILESTom Tromey2019-01-091-13/+12
* Update copyright year range in all GDB files.Joel Brobecker2019-01-011-1/+1
* Call value_fetch_lazy when needed in pretty-printersTom Tromey2018-07-221-1/+3
* Eliminate remaining gdb/guile cleanupsPedro Alves2018-07-191-20/+6
* Return unique_xmalloc_ptr from gdbscm_scm_to_stringTom Tromey2018-07-171-7/+4
* Change gdbscm_exception_message_to_string to return a unique_xmalloc_ptrTom Tromey2018-07-171-9/+8
* Use std::string in ppscm_make_pp_type_error_exceptionTom Tromey2018-07-171-10/+4
* Update copyright year range in all GDB filesJoel Brobecker2018-01-021-1/+1
* Remove some unused variablesSimon Marchi2017-12-051-4/+1
* update copyright year range in GDB filesJoel Brobecker2017-01-011-1/+1
* Create subobject value in pretty printerYao Qi2016-11-211-10/+1
* Remove apply_val_pretty_printer parameter valaddrYao Qi2016-11-111-5/+4
* Support structure offsets that are 512K or larger.David Taylor2016-06-241-1/+1
* GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker2016-01-011-1/+1
* guile: Add as_a_scm_t_subrPedro Alves2015-09-071-8/+12
* Mostly trivial enum fixesSimon Marchi2015-07-311-1/+1
* Split TRY_CATCH into TRY + CATCHPedro Alves2015-03-071-2/+5
* Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker2015-01-011-1/+1
* Include gdb_assert.h in common-defs.hGary Benson2014-08-071-1/+0
* PR guile/17177Doug Evans2014-07-261-15/+36
* Add progspace support for Guile.Doug Evans2014-06-021-1/+5