summaryrefslogtreecommitdiff
path: root/gdb/python/py-unwind.c
Commit message (Expand)AuthorAgeFilesLines
* Change GDB to use frame_info_ptrTom Tromey2022-10-101-6/+6
* gdb: remove TYPE_LENGTHSimon Marchi2022-09-211-3/+3
* Fix crash in gdbpy_parse_register_idTom Tromey2022-08-211-8/+2
* Use registry in gdbarchTom Tromey2022-08-041-13/+5
* Unify gdb printf functionsTom Tromey2022-03-291-1/+1
* gdb/python: remove Python 2/3 compatibility macrosSimon Marchi2022-03-231-3/+3
* Change how Python architecture and language are handledTom Tromey2022-01-261-1/+1
* Move gdb obstack code to gdbsupportTom Tromey2022-01-181-1/+1
* Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker2022-01-011-1/+1
* gdb: change functions returning value contents to use gdb::array_viewSimon Marchi2021-10-251-2/+3
* gdb: add names to unwinders, add debug messages when looking for unwinderSimon Marchi2021-06-291-0/+1
* gdb/python: print name of unwinder that claimed frame in debug messageSimon Marchi2021-06-221-7/+29
* gdb/python: add PendingFrame.level and Frame.level methodsAndrew Burgess2021-06-211-0/+19
* gdb/python: handle saving user registers in a frame unwinderAndrew Burgess2021-06-211-0/+21
* gdb/py: convert debug logging in py-unwind to use new schemeAndrew Burgess2021-05-091-16/+38
* gdb: replace fprint_frame_idAndrew Burgess2021-05-091-7/+3
* gdb: delay python initialisation until gdbpy_finish_initializationAndrew Burgess2021-04-281-9/+14
* gdbsupport, gdb: give names to observersSimon Marchi2021-04-241-1/+2
* Update copyright year range in all GDB filesJoel Brobecker2021-01-011-1/+1
* Remove redundant typedefsTom Tromey2020-12-041-6/+6
* gdb, gdbserver, gdbsupport: fix leading space vs tabs issuesSimon Marchi2020-11-021-79/+79
* gdb/python: make more use of RegisterDescriptorsAndrew Burgess2020-07-281-34/+2
* gdb/python: Add architecture method to gdb.PendingFrameAndrew Burgess2020-07-061-0/+20
* Update copyright year range in all GDB files.Joel Brobecker2020-01-011-1/+1
* Rename internal Python functions to start with an underscoreChristian Biesinger2019-08-151-3/+3
* Rename gdb exception typesTom Tromey2019-04-081-4/+4
* Rewrite TRY/CATCHTom Tromey2019-04-081-12/+8
* Do not include py-ref.h in most filesTom Tromey2019-01-221-1/+0
* Update copyright year range in all GDB files.Joel Brobecker2019-01-011-1/+1
* Consolidate some Python exception-printing functionsTom Tromey2018-12-271-6/+1
* 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