aboutsummaryrefslogtreecommitdiff
path: root/gdb/python/py-prettyprint.c
AgeCommit message (Expand)AuthorFilesLines
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-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-11/+6
2020-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2019-10-01Introduce metadata styleTom Tromey1-3/+5
2019-04-29gdb: Introduce 'print max-depth' featureAndrew Burgess1-1/+14
2019-04-08Rename gdb exception typesTom Tromey1-2/+2
2019-04-08Rewrite TRY/CATCHTom Tromey1-6/+4
2019-03-05Remove some Python 3 #ifsTom Tromey1-5/+0
2019-02-27Remove Python 2.4 and 2.5 supportTom Tromey1-94/+0
2019-01-22Do not include py-ref.h in most filesTom Tromey1-1/+0
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-20/+18
2019-01-03Use a wrapper for PyErr_FetchTom Tromey1-10/+2
2019-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2018-11-04Return gdbpy_ref from gdbpy_get_varobj_pretty_printerTom Tromey1-15/+13
2018-11-04Return gdbpy_ref from some Python string functionsTom Tromey1-1/+1
2018-09-16Change objfile_to_objfile_object to return a new referenceTom Tromey1-3/+3
2018-09-16Change pspace_to_pspace_object to return a new referenceTom Tromey1-3/+3
2018-09-09python: Make two functions return gdbpy_ref<>Simon Marchi1-7/+5
2018-09-08Allow a pretty-printer without a to_string methodTom Tromey1-10/+15
2018-07-22Call value_fetch_lazy when needed in pretty-printersTom Tromey1-1/+3
2018-01-02Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2017-02-10Change one more spot to use gdbpy_refTom Tromey1-7/+8
2017-02-10Turn gdbpy_ref into a templateTom Tromey1-27/+28
2017-01-10Use gdbpy_ref in py-prettyprint.cTom Tromey1-114/+92
2017-01-10Change type of encoding argument to gdbpy_extract_lazy_stringTom Tromey1-6/+4
2017-01-10Use gdbpy_enter in py-prettyprint.cTom Tromey1-30/+15
2017-01-10Use gdbpy_ref in py-prettyprint.cTom Tromey1-62/+32
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-11-09Use unique_xmalloc_ptr in Python codeTom Tromey1-15/+11
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-25Add some more casts (2/2)Simon Marchi1-1/+1
2015-04-28PR python/18089Doug Evans1-0/+14
2015-03-07Split TRY_CATCH into TRY + CATCHPedro Alves1-5/+11
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker1-1/+1
2014-10-08Remove spurious exceptions.h inclusionsGary Benson1-1/+0
2014-02-05Extension Language APIDoug Evans1-35/+27
2014-01-01Update Copyright year range in all files maintained by GDB.Joel Brobecker1-1/+1
2013-11-29Remove trailing whitespace.Doug Evans1-7/+7
2013-07-09 * defs.h (enum val_prettyformat): Renamed from val_prettyprint.Doug Evans1-4/+4
2013-05-30fix py-prettyprint.cTom Tromey1-2/+0
2013-05-21py_decref: Don't check for NULL before calling Py_DECREF.Pedro Alves1-1/+5
2013-05-20 * python/py-prettyprint.c (search_pp_list): Decref 'attr'.Tom Tromey1-0/+1
2013-05-20 * mi/mi-main.c: Include python-internal.h.Tom Tromey1-0/+3