summaryrefslogtreecommitdiff
path: root/gdb/python/py-framefilter.c
Commit message (Expand)AuthorAgeFilesLines
* Don't treat references to compound values as "simple".Gareth Rees2023-05-041-5/+1
* Turn value_type into methodTom Tromey2023-02-131-4/+4
* Update copyright year range in header of all files managed by GDBJoel Brobecker2023-01-011-1/+1
* Use bool constants for value_print_optionsTom Tromey2022-12-191-3/+3
* Change GDB to use frame_info_ptrTom Tromey2022-10-101-11/+11
* Unify gdb printf functionsTom Tromey2022-03-291-1/+1
* Unify gdb puts functionsTom Tromey2022-03-291-2/+2
* gdb/python: remove Python 2 supportSimon Marchi2022-03-231-5/+1
* gdb: remove SYMBOL_IS_ARGUMENT macroSimon Marchi2022-02-061-2/+2
* gdb: remove SYMBOL_CLASS macro, add getterSimon Marchi2022-02-061-1/+1
* Convert wrap_here to use integer parameterTom Tromey2022-01-261-3/+3
* Change how Python architecture and language are handledTom Tromey2022-01-261-6/+6
* Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker2022-01-011-1/+1
* Remove uses of fprintf_symbol_filteredTom Tromey2021-08-021-6/+2
* gdb: fix some indentation issuesSimon Marchi2021-05-271-10/+10
* gdb/python: fix FrameDecorator regression on Python 2Andrew Burgess2021-03-161-1/+5
* Update copyright year range in all GDB filesJoel Brobecker2021-01-011-1/+1
* gdb, gdbserver, gdbsupport: fix leading space vs tabs issuesSimon Marchi2020-11-021-2/+2
* Don't use PyInt_FromLongTom Tromey2020-09-151-2/+2
* gdb: remove TYPE_CODE macroSimon Marchi2020-05-141-3/+3
* Update copyright year range in all GDB files.Joel Brobecker2020-01-011-1/+1
* Use an accessor function for general_symbol_info::languageChristian Biesinger2019-12-161-4/+4
* Replace SYMBOL_*_NAME accessors with member functionsChristian Biesinger2019-11-221-3/+3
* Replace the MSYMBOL_*_NAME macros with member functionsChristian Biesinger2019-11-221-1/+1
* Introduce metadata styleTom Tromey2019-10-011-1/+1
* Remove the ui_out_style_kind enumTom Tromey2019-10-011-2/+3
* Make struct frame_arg self-managingTom Tromey2019-08-071-4/+1
* AArch64 pauth: Indicate unmasked addresses in backtraceAlan Hayward2019-08-071-0/+2
* Implement 'set print frame-info|frame-arguments presence'.Philippe Waroquiers2019-07-291-12/+78
* Rename field_int to field_signedTom Tromey2019-07-171-4/+3
* Rename common to gdbsupportTom Tromey2019-07-091-1/+1
* Make "backtrace" support -OPT optionsPedro Alves2019-06-131-1/+2
* Rename gdb exception typesTom Tromey2019-04-081-2/+2
* Rewrite TRY/CATCHTom Tromey2019-04-081-6/+4
* More block constificationTom Tromey2019-03-241-3/+3
* 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
* Add output styles to gdbTom Tromey2018-12-281-2/+3
* Consolidate some Python exception-printing functionsTom Tromey2018-12-271-18/+3
* MI: Fix printing of frame architecture with Python frame filters enabledJan Vrany2018-08-271-0/+3
* Remove some uses of is_mi_like_p from py-framefilter.cTom Tromey2018-04-301-16/+7
* Simplify exception handling in py-framefilter.cTom Tromey2018-03-261-394/+156
* Call wrap_hint in one more spot in py-framefilter.cTom Tromey2018-03-261-0/+1
* Return EXT_LANG_BT_ERROR in one more spot in py-framefilter.cTom Tromey2018-03-261-0/+1
* Throw a "quit" on a KeyboardException in py-framefilter.cTom Tromey2018-03-261-3/+18
* Allow C-c to work in backtrace in more casesTom Tromey2018-03-261-11/+11
* Avoid manual resource management in py-framefilter.cTom Tromey2018-03-261-15/+5
* Remove EXT_LANG_BT_COMPLETEDTom Tromey2018-03-261-4/+4
* Allow hiding of some filtered framesTom Tromey2018-03-261-25/+25
* Change frame_filter_flags to use DEF_ENUM_FLAGS_TYPETom Tromey2018-02-261-2/+2