summaryrefslogtreecommitdiff
path: root/gdb/python/py-unwind.c
AgeCommit message (Expand)Author
2018-01-02Update copyright year range in all GDB filesJoel Brobecker
2017-11-16Python unwinder sniffer: PyExc_KeyboardInterrupt -> QuitPedro Alves
2017-07-06Fix Python unwinder frames regressionPedro Alves
2017-06-22Fix cached_frame allocation in py-unwindAlan Hayward
2017-06-22Remove MAX_REGISTER_SIZE from py-unwind.cAlan Hayward
2017-04-05-Wwrite-strings: The RestPedro Alves
2017-02-10Turn gdbpy_ref into a templateTom Tromey
2017-02-02Eliminate make_cleanup_ui_file_delete / make ui_file a class hierarchyPedro Alves
2017-01-10Use gdbpy_ref in pyuw_object_attribute_to_pointerTom Tromey
2017-01-10Use gdbpy_enter in py-unwind.cTom Tromey
2017-01-01update copyright year range in GDB filesJoel Brobecker
2016-11-16Make gdb.PendingFrame.read_register handle "user" registers.Kevin Buettner
2016-11-09Use unique_xmalloc_ptr in Python codeTom Tromey
2016-11-08Use ui_file_as_string in gdb/python/Pedro Alves
2016-11-07python/py-unwind.c (unwind_infopy_str): Fix use of VEC_iterate.Doug Evans
2016-05-07remove trivialy unused variablesTrevor Saunders
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker
2015-09-25Add some more casts (2/2)Simon Marchi
2015-09-25Add casts to memory allocation related callsSimon Marchi
2015-08-13Fix Python frame unwinder issue caught by ValgrindPedro Alves
2015-05-15Fix a couple C++ build issuesYuanhui Zhang
2015-04-01Add support for writing unwinders in Python.Sasha Smundak