Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
From: Yao Qi <yao@codesourcery.com>
To: gdb-patches@sourceware.org
Subject: [committed] [RFA 4/8] New port: TI C6x: Read loadmap from gdbserver
Date: Sun, 14 Aug 2011 16:11:00 -0000	[thread overview]
Message-ID: <4E47F3B9.509@codesourcery.com> (raw)
In-Reply-To: <201108101508.03546.pedro@codesourcery.com>

On 08/10/2011 10:08 PM, Pedro Alves wrote:
> On Wednesday 10 August 2011 15:03:27, Pedro Alves wrote:
>> On Tuesday 09 August 2011 04:11:33, Yao Qi wrote:
>>> 2011-08-09  Andrew Stubbs <ams@codesourcery.com>
>>>             Yao Qi <yao@codesourcery.com>
>>>
>>>         gdb/
>>>         * remote.c (PACKET_qXfer_fdpic): New enum value.
>>>         (remote_protocol_features): Add qXfer:fdpic:read packet.
>>>         (remote_xfer_partial): Support TARGET_OBJECT_FDPIC.
>>>         (_initialize_remote): Add set/show remote read-fdpic-loadmap command.
>>>         * target.h (enum target_object): Add TARGET_OBJECT_FDPIC.
>>>
>>>         gdb/gdbserver:
>>>         * target.h (struct target_ops): Add read_loadmap.
>>>         * linux-low.c (struct target_loadseg): New type.
>>>         (struct target_loadmap): New type.
>>>         (linux_read_loadmap): New function.
>>>         (linux_target_ops): Add linux_read_loadmap.
>>>         * server.c (handle_query): Support qXfer:fdpic:read packet.
>>>         * win32-low.c (win32_target_ops): Initialize field `read_loadmap' to NULL.
>>>
>>>         gdb/doc/
>>>         * gdb.texinfo : Document qXfer:fdpic:read packet.
>>
>> Thanks.  Looks good to me.
> 
> Oh, just one detail:
> 
>> +  /* Read loadmaps.  Read LEN bytes at OFFSET into a buffer at MYADDR.  */
>> +  int (*read_loadmap) (const char *annex, CORE_ADDR offset,
>> +                            unsigned char *myaddr, unsigned int len);
> 
> ...
> 
>> +  NULL, /* read_fdpic_loadmap */
> 
> Please make those coincide though.
> 

Thanks for the patient review.  Committed.
http://sourceware.org/ml/gdb-cvs/2011-08/msg00069.html
http://sourceware.org/ml/gdb-cvs/2011-08/msg00073.html

-- 
Yao (齐尧)


      reply	other threads:[~2011-08-14 16:11 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-07-20  2:09 Yao Qi
2011-07-20 14:32 ` Tom Tromey
2011-07-21  7:32   ` [RFA 9/8] New port: TI C6x: Document on qXfer:fdpic:read packet Yao Qi
2011-07-22 12:22 ` [RFA 4/8] New port: TI C6x: Read loadmap from gdbserver Mike Frysinger
2011-07-25  7:23   ` Yao Qi
2011-08-03  1:29     ` ping: " Yao Qi
2011-08-03  8:59       ` Eli Zaretskii
2011-08-08  0:30     ` Mike Frysinger
2011-08-08  2:47       ` Yao Qi
2011-08-08  8:30         ` Mark Kettenis
2011-08-08 13:05           ` Yao Qi
2011-08-08 14:01             ` Mark Kettenis
2011-08-08 13:32         ` Pedro Alves
2011-08-09  3:12           ` Yao Qi
2011-08-10 12:37             ` Mark Kettenis
2011-08-10 14:03             ` Pedro Alves
2011-08-10 14:08               ` Pedro Alves
2011-08-14 16:11                 ` Yao Qi [this message]

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=4E47F3B9.509@codesourcery.com \
    --to=yao@codesourcery.com \
    --cc=gdb-patches@sourceware.org \
    /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