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] Add two different initialization checks for frame filters


On 16/08/13 15:19, Tom Tromey wrote:
>>>>>> "Phil" == Phil Muldoon <pmuldoon@redhat.com> writes:
> 
> Phil> I try to keep exits that are not simple (i.e., clear and print
> Phil> exceptions, clean-ups, etc) in the same area in a function.  But I
> Phil> don't have strong arguments for it, so I regenerated the patch.
> Phil> ChangeLog remains the same.  Is this OK to commit?
> 
> Ok.  Thanks Phil.
> 
> Tom
> 

Committed with the modified ChangeLog entry:

2013-08-29  Phil Muldoon  <pmuldoon@redhat.com>

	PR python/15752

	* python/py-framefilter.c (apply_frame_filter): Check
	gdb_python_initialized.  Exit if the Python frame-filter code
	cannot be initialized.


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