aboutsummaryrefslogtreecommitdiff
path: root/gdb/python/py-unwind.c
AgeCommit message (Expand)AuthorFilesLines
2016-11-07python/py-unwind.c (unwind_infopy_str): Fix use of VEC_iterate.Doug Evans1-3/+1
2016-05-07remove trivialy unused variablesTrevor Saunders1-3/+0
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-4/+5
2015-09-25Add casts to memory allocation related callsSimon Marchi1-2/+4
2015-08-13Fix Python frame unwinder issue caught by ValgrindPedro Alves1-1/+1
2015-05-15Fix a couple C++ build issuesYuanhui Zhang1-12/+14
2015-04-01Add support for writing unwinders in Python.Sasha Smundak1-0/+788