summaryrefslogtreecommitdiff
path: root/gdb/python/py-prettyprint.c
Commit message (Expand)AuthorAgeFilesLines
* gdb: Introduce 'print max-depth' featureAndrew Burgess2019-04-291-1/+14
* Rename gdb exception typesTom Tromey2019-04-081-2/+2
* Rewrite TRY/CATCHTom Tromey2019-04-081-6/+4
* Remove some Python 3 #ifsTom Tromey2019-03-051-5/+0
* Remove Python 2.4 and 2.5 supportTom Tromey2019-02-271-94/+0
* Do not include py-ref.h in most filesTom Tromey2019-01-221-1/+0
* 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-20/+18
* Use a wrapper for PyErr_FetchTom Tromey2019-01-031-10/+2
* Update copyright year range in all GDB files.Joel Brobecker2019-01-011-1/+1
* Return gdbpy_ref from gdbpy_get_varobj_pretty_printerTom Tromey2018-11-041-15/+13
* Return gdbpy_ref from some Python string functionsTom Tromey2018-11-041-1/+1
* Change objfile_to_objfile_object to return a new referenceTom Tromey2018-09-161-3/+3
* Change pspace_to_pspace_object to return a new referenceTom Tromey2018-09-161-3/+3
* python: Make two functions return gdbpy_ref<>Simon Marchi2018-09-091-7/+5
* Allow a pretty-printer without a to_string methodTom Tromey2018-09-081-10/+15
* Call value_fetch_lazy when needed in pretty-printersTom Tromey2018-07-221-1/+3
* Update copyright year range in all GDB filesJoel Brobecker2018-01-021-1/+1
* Change one more spot to use gdbpy_refTom Tromey2017-02-101-7/+8
* Turn gdbpy_ref into a templateTom Tromey2017-02-101-27/+28
* Use gdbpy_ref in py-prettyprint.cTom Tromey2017-01-101-114/+92
* Change type of encoding argument to gdbpy_extract_lazy_stringTom Tromey2017-01-101-6/+4
* Use gdbpy_enter in py-prettyprint.cTom Tromey2017-01-101-30/+15
* Use gdbpy_ref in py-prettyprint.cTom Tromey2017-01-101-62/+32
* 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
* Use unique_xmalloc_ptr in Python codeTom Tromey2016-11-091-15/+11
* 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
* Add some more casts (2/2)Simon Marchi2015-09-251-1/+1
* PR python/18089Doug Evans2015-04-281-0/+14
* Split TRY_CATCH into TRY + CATCHPedro Alves2015-03-071-5/+11
* Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker2015-01-011-1/+1
* Remove spurious exceptions.h inclusionsGary Benson2014-10-081-1/+0
* Extension Language APIDoug Evans2014-02-051-35/+27
* Update Copyright year range in all files maintained by GDB.Joel Brobecker2014-01-011-1/+1
* Remove trailing whitespace.Doug Evans2013-11-291-7/+7
* * defs.h (enum val_prettyformat): Renamed from val_prettyprint.Doug Evans2013-07-091-4/+4
* fix py-prettyprint.cTom Tromey2013-05-301-2/+0
* py_decref: Don't check for NULL before calling Py_DECREF.Pedro Alves2013-05-211-1/+5
* * python/py-prettyprint.c (search_pp_list): Decref 'attr'.Tom Tromey2013-05-201-0/+1
* * mi/mi-main.c: Include python-internal.h.Tom Tromey2013-05-201-0/+3
* -Wpointer-sign: python/.Pedro Alves2013-04-191-5/+5
* Update years in copyright notice for the GDB files.Joel Brobecker2013-01-011-1/+1
* Add support for Python 3.Paul Koning2012-12-121-1/+13
* Refactor Python "gdb" module into a proper Python package, by introducingYit Phang Khoo2012-09-131-2/+3
* Copyright year update in most files of the GDB Project.Joel Brobecker2012-01-041-1/+1
* * varobj.c (update_dynamic_varobj_children): Make 'name' const.Tom Tromey2011-06-241-1/+1
* * python/py-prettyprint.c (print_stack_unless_memory_error): AddTom Tromey2011-03-311-1/+1