Age | Commit message (Expand) | Author | Files | Lines |
2019-01-22 | Do not include py-ref.h in most files | Tom Tromey | 1 | -1/+0 |
2019-01-03 | Use a wrapper for PyErr_Fetch | Tom Tromey | 1 | -8/+2 |
2019-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+1 |
2018-09-16 | Don't steal references in the gdb Python code | Tom Tromey | 1 | -9/+8 |
2018-01-02 | Update copyright year range in all GDB files | Joel Brobecker | 1 | -1/+1 |
2017-08-03 | Avoid some manual memory management in Python | Tom Tromey | 1 | -5/+4 |
2017-02-10 | Turn gdbpy_ref into a template | Tom Tromey | 1 | -3/+3 |
2017-01-10 | Use gdbpy_enter_varobj in py-varobj.c | Tom Tromey | 1 | -11/+5 |
2017-01-10 | Introduce gdbpy_enter_varobj and use it | Tom Tromey | 1 | -13/+7 |
2017-01-01 | update copyright year range in GDB files | Joel Brobecker | 1 | -1/+1 |
2016-11-09 | Use unique_xmalloc_ptr in Python code | Tom Tromey | 1 | -4/+4 |
2016-11-08 | Use ui_file_as_string throughout more | Pedro Alves | 1 | -2/+2 |
2016-05-07 | remove trivialy unused variables | Trevor Saunders | 1 | -1/+0 |
2016-01-01 | GDB copyright headers update after running GDB's copyright.py script. | Joel Brobecker | 1 | -1/+1 |
2015-08-26 | Replace some xmalloc-family functions with XNEW-family ones | Simon Marchi | 1 | -1/+1 |
2015-01-01 | Update year range in copyright notice of all files owned by the GDB project. | Joel Brobecker | 1 | -1/+1 |
2014-06-12 | Iterate over 'struct varobj_item' instead of PyObject | Yao Qi | 1 | -1/+19 |
2014-06-12 | Generalize varobj iterator | Yao Qi | 1 | -0/+186 |