summaryrefslogtreecommitdiff
path: root/gdb/python/py-unwind.c
Commit message (Expand)AuthorAgeFilesLines
* Simple unused variable removalsTom Tromey2018-07-221-2/+0
* Remove a VEC from py-unwind.cTom Tromey2018-06-271-32/+28
* Convert observers to C++Tom Tromey2018-03-191-2/+2
* Remove MAX_REGISTER_SIZE defineAlan Hayward2018-03-081-1/+0
* Update copyright year range in all GDB filesJoel Brobecker2018-01-021-1/+1
* Python unwinder sniffer: PyExc_KeyboardInterrupt -> QuitPedro Alves2017-11-161-0/+7
* Fix Python unwinder frames regressionPedro Alves2017-07-061-1/+1
* Fix cached_frame allocation in py-unwindAlan Hayward2017-06-221-1/+4
* Remove MAX_REGISTER_SIZE from py-unwind.cAlan Hayward2017-06-221-18/+12
* -Wwrite-strings: The RestPedro Alves2017-04-051-1/+1
* Turn gdbpy_ref into a templateTom Tromey2017-02-101-5/+5
* Eliminate make_cleanup_ui_file_delete / make ui_file a class hierarchyPedro Alves2017-02-021-14/+10
* Use gdbpy_ref in pyuw_object_attribute_to_pointerTom Tromey2017-01-101-3/+2
* Use gdbpy_enter in py-unwind.cTom Tromey2017-01-101-39/+33
* update copyright year range in GDB filesJoel Brobecker2017-01-011-1/+1
* Make gdb.PendingFrame.read_register handle "user" registers.Kevin Buettner2016-11-161-1/+6
* Use unique_xmalloc_ptr in Python codeTom Tromey2016-11-091-3/+3
* Use ui_file_as_string in gdb/python/Pedro Alves2016-11-081-5/+2
* python/py-unwind.c (unwind_infopy_str): Fix use of VEC_iterate.Doug Evans2016-11-071-3/+1
* remove trivialy unused variablesTrevor Saunders2016-05-071-3/+0
* GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker2016-01-011-1/+1
* Add some more casts (2/2)Simon Marchi2015-09-251-4/+5
* Add casts to memory allocation related callsSimon Marchi2015-09-251-2/+4
* Fix Python frame unwinder issue caught by ValgrindPedro Alves2015-08-131-1/+1
* Fix a couple C++ build issuesYuanhui Zhang2015-05-151-12/+14
* Add support for writing unwinders in Python.Sasha Smundak2015-04-011-0/+788