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.


On 06/05/13 21:48, Tom Tromey wrote:
>>>>>> "Phil" == Phil Muldoon <pmuldoon@redhat.com> writes:
> 
> Phil> 2013-05-06  Phil Muldoon  <pmuldoon@redhat.com>
> Phil> 	* stack.c (backtrace_command_1): Add "no-filters", and Python frame
> Phil> 	filter logic.
> Phil> 	(backtrace_command): Add "no-filters" option parsing.
> Phil> 	(_initialize_stack): Alter help to reflect "no-filters" option.
> Phil> 	* Makefile.in (SUBDIR_PYTHON_OBS): Add py-framefilter build changes.
> 
> There should be two more entries here; one for SUBDIR_PYTHON_SRCS and
> one for the creation of the py-framefilter.o target.
> 
> This patch is ok with that change.


I've modified the ChangeLog as requested.

2013-05-09  Phil Muldoon  <pmuldoon@redhat.com>

	* stack.c (backtrace_command_1): Add "no-filters", and Python frame
	filter logic.
	(backtrace_command): Add "no-filters" option parsing.
	(_initialize_stack): Alter help to reflect "no-filters" option.
	* Makefile.in (SUBDIR_PYTHON_OBS): Add py-framefilter.o
	(SUBDIR_PYTHON_SRCS): Add py-framefilter.c
	(py-frame.o): Add target
	* data-directory/Makefile.in (PYTHON_DIR): Add Python frame
	filter files.

Cheers,

Phil


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