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: Regression for gdb.trace/backtrace.exp [Re: [PATCH 0/4 v3] Add support for static and SystemTap probes]


On Sun, 29 Apr 2012 01:59:17 +0200, Sergio Durigan Junior wrote:
> I am committing it under the obvious rule.

I do not see it in CVS anywhere, HEAD still crashes, OK for check-in, check it
in, please.


> --- gdb/ChangeLog	28 Apr 2012 23:22:11 -0000	1.14185
> +++ gdb/ChangeLog	28 Apr 2012 23:58:31 -0000
> @@ -1,3 +1,8 @@
> +2012-04-28  Sergio Durigan Junior  <sergiodj@redhat.com>
> +
> +	* tracepoint.c (start_tracing, stop_tracing): Checking for NULL
> +	probes, fixing a regression inserted by my previous patchset.

GNU Coding Standards paragraph starting with
	There's no need to describe the full purpose of the changes
suggests more:

	Fix a regression inserted by my previous patchset.
	* tracepoint.c (start_tracing, stop_tracing): Check for NULL probes.


Thanks,
Jan


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