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] 3 of 5 - Frame filter CLI/misc code changes.


Phil> 	* Makefile.in: Add py-framefiler build changes.

Typo in the file name.
It's more usual to list the variables you updated and also the new
rule.

Phil> 	* data-directory/Makefile.in: Ditto

I don't think "ditto" is correct here.

Phil> +  int result = 0;

enum type.

Phil> +      int flags = PRINT_LEVEL | PRINT_FRAME_INFO | PRINT_ARGS;
Phil> +      enum py_frame_args arg_type;
Phil>        if (show_locals)
Phil> +	flags |= PRINT_LOCALS;

Blank line between declarations and code here.

Tom


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