aboutsummaryrefslogtreecommitdiff
path: root/gdb/python/py-framefilter.c
AgeCommit message (Expand)AuthorFilesLines
2024-06-13Return gdbpy_ref<> from gdbpy_call_methodTom Tromey1-8/+8
2024-06-12[gdb/python] Add typesafe wrapper around PyObject_CallMethodTom Tromey1-9/+8
2024-03-26gdb, gdbserver, gdbsupport: remove includes of early headersSimon Marchi1-1/+0
2024-02-20gdb: pass frames as `const frame_info_ptr &`Simon Marchi1-7/+7
2024-02-07Fix raw-frame-arguments in combination with frame-filtersHannes Domani1-7/+15
2024-01-12Update copyright year range in header of all files managed by GDBAndrew Burgess1-1/+1
2023-11-21gdb: Replace gdb::optional with std::optionalLancelot Six1-5/+5
2023-05-04Don't treat references to compound values as "simple".Gareth Rees1-5/+1
2023-02-13Turn value_type into methodTom Tromey1-4/+4
2023-01-01Update copyright year range in header of all files managed by GDBJoel Brobecker1-1/+1
2022-12-19Use bool constants for value_print_optionsTom Tromey1-3/+3
2022-10-10Change GDB to use frame_info_ptrTom Tromey1-11/+11
2022-03-29Unify gdb printf functionsTom Tromey1-1/+1
2022-03-29Unify gdb puts functionsTom Tromey1-2/+2
2022-03-23gdb/python: remove Python 2 supportSimon Marchi1-5/+1
2022-02-06gdb: remove SYMBOL_IS_ARGUMENT macroSimon Marchi1-2/+2
2022-02-06gdb: remove SYMBOL_CLASS macro, add getterSimon Marchi1-1/+1
2022-01-26Convert wrap_here to use integer parameterTom Tromey1-3/+3
2022-01-26Change how Python architecture and language are handledTom Tromey1-6/+6
2022-01-01Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker1-1/+1
2021-08-02Remove uses of fprintf_symbol_filteredTom Tromey1-6/+2
2021-05-27gdb: fix some indentation issuesSimon Marchi1-10/+10
2021-03-16gdb/python: fix FrameDecorator regression on Python 2Andrew Burgess1-1/+5
2021-01-01Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2020-11-02gdb, gdbserver, gdbsupport: fix leading space vs tabs issuesSimon Marchi1-2/+2
2020-09-15Don't use PyInt_FromLongTom Tromey1-2/+2
2020-05-14gdb: remove TYPE_CODE macroSimon Marchi1-3/+3
2020-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2019-12-16Use an accessor function for general_symbol_info::languageChristian Biesinger1-4/+4
2019-11-22Replace SYMBOL_*_NAME accessors with member functionsChristian Biesinger1-3/+3
2019-11-22Replace the MSYMBOL_*_NAME macros with member functionsChristian Biesinger1-1/+1
2019-10-01Introduce metadata styleTom Tromey1-1/+1
2019-10-01Remove the ui_out_style_kind enumTom Tromey1-2/+3
2019-08-07Make struct frame_arg self-managingTom Tromey1-4/+1
2019-08-07AArch64 pauth: Indicate unmasked addresses in backtraceAlan Hayward1-0/+2
2019-07-29Implement 'set print frame-info|frame-arguments presence'.Philippe Waroquiers1-12/+78
2019-07-17Rename field_int to field_signedTom Tromey1-4/+3
2019-07-09Rename common to gdbsupportTom Tromey1-1/+1
2019-06-13Make "backtrace" support -OPT optionsPedro Alves1-1/+2
2019-04-08Rename gdb exception typesTom Tromey1-2/+2
2019-04-08Rewrite TRY/CATCHTom Tromey1-6/+4
2019-03-24More block constificationTom Tromey1-3/+3
2019-01-22Do not include py-ref.h in most filesTom Tromey1-1/+0
2019-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2018-12-28Add output styles to gdbTom Tromey1-2/+3
2018-12-27Consolidate some Python exception-printing functionsTom Tromey1-18/+3
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