Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
From: Yao Qi <yao@codesourcery.com>
To: Pedro Alves <palves@redhat.com>
Cc: <gdb-patches@sourceware.org>
Subject: Re: [PATCH 2/2] Find the next matched trace file in 'tfile target'.
Date: Wed, 27 Feb 2013 01:37:00 -0000	[thread overview]
Message-ID: <512D6315.7030805@codesourcery.com> (raw)
In-Reply-To: <512D129B.6040504@redhat.com>

On 02/27/2013 03:52 AM, Pedro Alves wrote:
> I'm confused on why this bit of the predicate
>
>   (tfnum == traceframe_number && tfnum == 0)
>
> is necessary.  traceframe_number is -1 when not looking
> at a traceframe yet, so "tfnum > traceframe_number"
> should be sufficient, no?
>

This condition was added to handle the case like this below:

(gdb) tfind 0
Found trace frame 0, tracepoint 2
(gdb) tfind tracepoint 2
Found trace frame 0, tracepoint 2

It is not necessary, and doesn't match the documentation.  We start from 
trace frame zero, and look for *next* frame from trace frame one.  This 
predicate can be removed.

> I find it clearer to move the frame skipping a bit higher
> up, even before the specific tfind tp/range/etc. matching.
> Doing it this way also avoids unnecessary read/lseek system
> calls done by tfile_get_traceframe_address.
>
> WDYT?
>

That makes sense to me.

>
>      Regression tested on x86_64 Fedora 17.
>
>      gdb/
>      2013-02-25  Yao Qi<yao@codesourcery.com>
>      	    Pedro Alves<palves@redhat.com>
>
>      	* tracepoint.c (tfile_trace_find): For tfind
>      	pc/tp/range/outside, look for the next trace frame instead of
>      	always starting from frame 0.

Committed.
-- 
Yao (齐尧)


  reply	other threads:[~2013-02-27  1:37 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-02-25  2:58 [PATCH 1/2] Check trace data from trace file Yao Qi
2013-02-25  2:58 ` [PATCH 2/2] Find the next matched trace file in 'tfile target' Yao Qi
2013-02-26 19:53   ` Pedro Alves
2013-02-27  1:37     ` Yao Qi [this message]
2013-02-25  3:10 ` [PATCH 1/2] Check trace data from trace file Yao Qi
2013-02-26 18:44   ` Pedro Alves
2013-02-26 18:57   ` Pedro Alves
2013-02-27  1:54     ` Yao Qi
2013-02-27 15:23       ` Pedro Alves
2013-02-28  1:14         ` Yao Qi
2013-02-25 12:03 ` Abid, Hafiz
2013-02-25 14:10   ` Abid, Hafiz

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=512D6315.7030805@codesourcery.com \
    --to=yao@codesourcery.com \
    --cc=gdb-patches@sourceware.org \
    --cc=palves@redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox