Age | Commit message (Expand) | Author | Files | Lines |
2020-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+1 |
2019-10-01 | Introduce metadata style | Tom Tromey | 1 | -3/+5 |
2019-04-29 | gdb: Introduce 'print max-depth' feature | Andrew Burgess | 1 | -1/+14 |
2019-04-08 | Rename gdb exception types | Tom Tromey | 1 | -2/+2 |
2019-04-08 | Rewrite TRY/CATCH | Tom Tromey | 1 | -6/+4 |
2019-03-05 | Remove some Python 3 #ifs | Tom Tromey | 1 | -5/+0 |
2019-02-27 | Remove Python 2.4 and 2.5 support | Tom Tromey | 1 | -94/+0 |
2019-01-22 | Do not include py-ref.h in most files | Tom Tromey | 1 | -1/+0 |
2019-01-17 | Change all_objfiles adapter to be a method on program_space | Tom Tromey | 1 | -1/+1 |
2019-01-09 | Remove most uses of ALL_OBJFILES | Tom Tromey | 1 | -20/+18 |
2019-01-03 | Use a wrapper for PyErr_Fetch | Tom Tromey | 1 | -10/+2 |
2019-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+1 |
2018-11-04 | Return gdbpy_ref from gdbpy_get_varobj_pretty_printer | Tom Tromey | 1 | -15/+13 |
2018-11-04 | Return gdbpy_ref from some Python string functions | Tom Tromey | 1 | -1/+1 |
2018-09-16 | Change objfile_to_objfile_object to return a new reference | Tom Tromey | 1 | -3/+3 |
2018-09-16 | Change pspace_to_pspace_object to return a new reference | Tom Tromey | 1 | -3/+3 |
2018-09-09 | python: Make two functions return gdbpy_ref<> | Simon Marchi | 1 | -7/+5 |
2018-09-08 | Allow a pretty-printer without a to_string method | Tom Tromey | 1 | -10/+15 |
2018-07-22 | Call value_fetch_lazy when needed in pretty-printers | Tom Tromey | 1 | -1/+3 |
2018-01-02 | Update copyright year range in all GDB files | Joel Brobecker | 1 | -1/+1 |
2017-02-10 | Change one more spot to use gdbpy_ref | Tom Tromey | 1 | -7/+8 |
2017-02-10 | Turn gdbpy_ref into a template | Tom Tromey | 1 | -27/+28 |
2017-01-10 | Use gdbpy_ref in py-prettyprint.c | Tom Tromey | 1 | -114/+92 |
2017-01-10 | Change type of encoding argument to gdbpy_extract_lazy_string | Tom Tromey | 1 | -6/+4 |
2017-01-10 | Use gdbpy_enter in py-prettyprint.c | Tom Tromey | 1 | -30/+15 |
2017-01-10 | Use gdbpy_ref in py-prettyprint.c | Tom Tromey | 1 | -62/+32 |
2017-01-01 | update copyright year range in GDB files | Joel Brobecker | 1 | -1/+1 |
2016-11-21 | Create subobject value in pretty printer | Yao Qi | 1 | -10/+1 |
2016-11-11 | Remove apply_val_pretty_printer parameter valaddr | Yao Qi | 1 | -5/+4 |
2016-11-09 | Use unique_xmalloc_ptr in Python code | Tom Tromey | 1 | -15/+11 |
2016-06-24 | Support structure offsets that are 512K or larger. | David Taylor | 1 | -1/+1 |
2016-01-01 | GDB copyright headers update after running GDB's copyright.py script. | Joel Brobecker | 1 | -1/+1 |
2015-09-25 | Add some more casts (2/2) | Simon Marchi | 1 | -1/+1 |
2015-04-28 | PR python/18089 | Doug Evans | 1 | -0/+14 |
2015-03-07 | Split TRY_CATCH into TRY + CATCH | Pedro Alves | 1 | -5/+11 |
2015-01-01 | Update year range in copyright notice of all files owned by the GDB project. | Joel Brobecker | 1 | -1/+1 |
2014-10-08 | Remove spurious exceptions.h inclusions | Gary Benson | 1 | -1/+0 |
2014-02-05 | Extension Language API | Doug Evans | 1 | -35/+27 |
2014-01-01 | Update Copyright year range in all files maintained by GDB. | Joel Brobecker | 1 | -1/+1 |
2013-11-29 | Remove trailing whitespace. | Doug Evans | 1 | -7/+7 |
2013-07-09 | * defs.h (enum val_prettyformat): Renamed from val_prettyprint. | Doug Evans | 1 | -4/+4 |
2013-05-30 | fix py-prettyprint.c | Tom Tromey | 1 | -2/+0 |
2013-05-21 | py_decref: Don't check for NULL before calling Py_DECREF. | Pedro Alves | 1 | -1/+5 |
2013-05-20 | * python/py-prettyprint.c (search_pp_list): Decref 'attr'. | Tom Tromey | 1 | -0/+1 |
2013-05-20 | * mi/mi-main.c: Include python-internal.h. | Tom Tromey | 1 | -0/+3 |
2013-04-19 | -Wpointer-sign: python/. | Pedro Alves | 1 | -5/+5 |
2013-01-01 | Update years in copyright notice for the GDB files. | Joel Brobecker | 1 | -1/+1 |
2012-12-12 | Add support for Python 3. | Paul Koning | 1 | -1/+13 |
2012-09-13 | Refactor Python "gdb" module into a proper Python package, by introducing | Yit Phang Khoo | 1 | -2/+3 |
2012-01-04 | Copyright year update in most files of the GDB Project. | Joel Brobecker | 1 | -1/+1 |