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] Merge missing type block functionality


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

Phil> In the recent block, symbol and symbol table merge, I missed some
Phil> functionality in py-type.  This patch adds that functionality from the
Phil> archer branch.

Phil> What do you think?

One nit...

Phil> +	  PyErr_SetString (PyExc_RuntimeError,
Phil> +			   "second argument must be block");

I think the string should be wrapped in _().

Phil> +	  PyErr_SetString (PyExc_RuntimeError,
Phil> +			   "'block' argument must be a Block");

Likewise.

With this change the code bits are ok.
Please put your name in the ChangeLog entry.

Tom


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