Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
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 |