This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [patch][python] 1 of 5 - Frame filter Python C code changes.


>>>>> "Phil" == Phil Muldoon <pmuldoon@redhat.com> writes:

Phil> +int apply_frame_filter (struct frame_info *frame, int flags,
Phil> +			enum py_frame_args args_type,
Phil> +			struct ui_out *out, int frame_low,
Phil> +			int frame_high)
Phil> +{
Phil> +  return PY_BT_NO_FILTERS;
Phil> +}

The return type here disagrees with the declaration in python.h.

This patch is ok with the above fixed, if it also builds ok without
Python.

Tom


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]