Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
From: Yao Qi <yao@codesourcery.com>
To: <gdb-patches@sourceware.org>
Cc: <palves@redhat.com>
Subject: Re: [RFC] remove set_tfile_traceframe and cur_traceframe_number
Date: Mon, 23 Jul 2012 16:07:00 -0000	[thread overview]
Message-ID: <3284947.P03SIJ4rnz@qiyao.dyndns.org> (raw)
In-Reply-To: <1340804875-23979-1-git-send-email-yao@codesourcery.com>

On Wednesday, June 27, 2012 09:47:55 PM Yao Qi wrote:
> I can't see the necessity to use function set_tfile_traceframe and
> variable cur_traceframe_number.  IIUC, both set_tfile_traceframe
> and cur_traceframe_number are equivalent to remote.c:set_remote_traceframe
> and remote.c:remote_traceframe_number.  set_remote_traceframe
> and remote_traceframe_number are used to switch between traceframe
> and live inferior in a lazy mode.  However, this requirement doesn't
> exists in tfile, because GDB only reads from trace file.  This is
> the reason I propose to remove them.  Regression tested on native
> and gdbserver on x86_64-linux.  OK to apply?

The code this patch tries to remove was added by Pedro in this patch,

  [unavailable values part 1, 05/17] move traceframe memory reading fallback 
to read-only sections to GDB side
  http://sourceware.org/ml/gdb-patches/2011-02/msg00136.html

in order to make GDB to read read-only memory from the live target.  Pedro's 
patch did something similar to both remote target and tfile target.  It makes 
sense to remote target, because there is a live inferior that GDB can access.  
However, it is not necessary for tfile target, because there is no live 
inferior at all.  IMO, it is correct to remove them in this patch.

-- 
Yao (齐尧)


  parent reply	other threads:[~2012-07-23 16:07 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-06-27 13:48 Yao Qi
2012-07-05 13:28 ` [ping]: " Yao Qi
2012-07-23 16:07 ` Yao Qi [this message]
2012-07-23 16:39   ` Pedro Alves
2012-07-27  8:11     ` Yao Qi
2012-07-27 14:09 ` Pedro Alves

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=3284947.P03SIJ4rnz@qiyao.dyndns.org \
    --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