aboutsummaryrefslogtreecommitdiff
path: root/gdb/python/py-framefilter.c
AgeCommit message (Expand)AuthorFilesLines
2018-08-27MI: Fix printing of frame architecture with Python frame filters enabledJan Vrany1-0/+3
2018-04-30Remove some uses of is_mi_like_p from py-framefilter.cTom Tromey1-16/+7
2018-03-26Simplify exception handling in py-framefilter.cTom Tromey1-394/+156
2018-03-26Call wrap_hint in one more spot in py-framefilter.cTom Tromey1-0/+1
2018-03-26Return EXT_LANG_BT_ERROR in one more spot in py-framefilter.cTom Tromey1-0/+1
2018-03-26Throw a "quit" on a KeyboardException in py-framefilter.cTom Tromey1-3/+18
2018-03-26Allow C-c to work in backtrace in more casesTom Tromey1-11/+11
2018-03-26Avoid manual resource management in py-framefilter.cTom Tromey1-15/+5
2018-03-26Remove EXT_LANG_BT_COMPLETEDTom Tromey1-4/+4
2018-03-26Allow hiding of some filtered framesTom Tromey1-25/+25
2018-02-26Change frame_filter_flags to use DEF_ENUM_FLAGS_TYPETom Tromey1-2/+2
2018-02-26Make "bt N" print correct number of frames when using a frame filterTom Tromey1-0/+25
2018-01-02Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2017-04-05-Wwrite-strings: The RestPedro Alves1-1/+1
2017-02-10Turn gdbpy_ref into a templateTom Tromey1-30/+31
2017-02-10Remove some ui_out-related cleanups from PythonTom Tromey1-156/+53
2017-02-02Eliminate make_cleanup_ui_file_delete / make ui_file a class hierarchyPedro Alves1-22/+10
2017-01-10Use gdbpy_ref rather than make_cleanup_py_decrefTom Tromey1-31/+28
2017-01-10Use gdbpy_ref in enumerate_argsTom Tromey1-35/+21
2017-01-10Use gdbpy_ref in py_print_frameTom Tromey1-10/+4
2017-01-10Use gdbpy_ref in py_print_frameTom Tromey1-29/+12
2017-01-10Introduce htab_up and use gdbpy_enter in py-framefilter.cTom Tromey1-34/+21
2017-01-10Use gdbpy_ref in py-framefilter.cTom Tromey1-57/+29
2017-01-01update copyright year range in GDB filesJoel Brobecker1-1/+1
2016-12-22Class-ify ui_outSimon Marchi1-44/+44
2016-11-09Use unique_xmalloc_ptr in Python codeTom Tromey1-34/+18
2016-11-08Fix some error-handling bugs in python frame filtersTom Tromey1-3/+15
2016-07-14Remove unused variablesTom Tromey1-2/+1
2016-05-07remove trivialy unused variablesTrevor Saunders1-5/+0
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker1-1/+1
2015-10-29Don't assume break/continue inside a TRY block worksPedro Alves1-22/+24
2015-08-25DWARF: handle non-local references in nested functionsPierre-Marie de Rodat1-10/+19
2015-03-07Split TRY_CATCH into TRY + CATCHPedro Alves1-58/+76
2015-02-11framefilter quit: Use RETURN_MASK_ERRORJan Kratochvil1-13/+13
2015-02-11framefilter quit: Make it exception safeJan Kratochvil1-33/+28
2015-02-11framefilter quit: Code cleanup: Avoid gotosJan Kratochvil1-29/+74
2015-02-11framefilter quit: Code cleanup: ReindentationJan Kratochvil1-133/+126
2015-02-11framefilter quit: Obvious whitespacing fixesJan Kratochvil1-15/+13
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker1-1/+1
2014-10-08Remove spurious exceptions.h inclusionsGary Benson1-1/+0
2014-09-07Fix crash on Python frame filters with unreadable argJan Kratochvil1-15/+18
2014-02-26change minsym representationTom Tromey1-1/+1
2014-02-05Extension Language APIDoug Evans1-114/+116
2014-01-23fix erroneous error-handling in frame filter codeTom Tromey1-3/+3
2014-01-23fix crash in frame filtersTom Tromey1-4/+4
2014-01-01Update Copyright year range in all files maintained by GDB.Joel Brobecker1-1/+1
2013-08-292013-08-29 Phil Muldoon <pmuldoon@redhat.com>Phil Muldoon1-2/+8
2013-08-292013-08-29 Phil Muldoon <pmuldoon@redhat.com>Phil Muldoon1-1/+23
2013-05-102013-05-10 Phil Muldoon <pmuldoon@redhat.com>Phil Muldoon1-0/+1528