Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
From: Jan Kratochvil <jan.kratochvil@redhat.com>
To: Joel Brobecker <brobecker@adacore.com>
Cc: gdb-patches@sourceware.org
Subject: Re: [PATCH 2/2] Add support for GNAT Ravenscar run-time library.
Date: Thu, 23 Sep 2010 21:58:00 -0000	[thread overview]
Message-ID: <20100923190054.GA24511@host1.dyn.jankratochvil.net> (raw)
In-Reply-To: <1285267380-8329-3-git-send-email-brobecker@adacore.com>

On Thu, 23 Sep 2010 20:43:00 +0200, Joel Brobecker wrote:
> --- /dev/null
> +++ b/gdb/ravenscar-thread.c
[...]
> +static CORE_ADDR read_thread_id (const char* symbol_name);
                                              ^^-> ` *'
[...]
> +static char * ravenscar_extra_thread_info (struct thread_info *tp);
              ^^^-> ` *'
[...]
> +read_thread_id (const char* symbol_name)
                             ^^-> ` *'
> +{
[...]
> +  char* buf;
         ^^-> ` *'
[...]
> +ravenscar_wait (struct target_ops *ops, ptid_t ptid,
> +                struct target_waitstatus *status,
> +                int options)
> +{
> +  struct target_ops *beneath = find_target_beneath (ops);
> +
> +  inferior_ptid = base_ptid;
> +  beneath->to_wait (ops, base_ptid, status, 0);
                       ^^^-> beneath
With many other places.

[...]
> +void
> +_initialize_ravenscar (void)
> +{
> +  extern struct cmd_list_element *cmdlist;

This declaration is in "gdbcmd.h".


Thanks,
Jan


  parent reply	other threads:[~2010-09-23 19:01 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-09-23 19:01 Joel Brobecker
2010-09-23 19:44 ` [PATCH 1/2] [Ada] Add ada-tasks.c:iterate_over_live_ada_tasks Joel Brobecker
2010-09-29  3:25   ` Joel Brobecker
2010-09-23 19:49 ` [PATCH 2/2] Add support for GNAT Ravenscar run-time library Joel Brobecker
2010-09-23 21:56   ` Joel Brobecker
2010-09-23 21:58   ` Jan Kratochvil [this message]
2010-09-23 22:09   ` Pedro Alves
2010-09-23 23:39     ` Joel Brobecker
2010-09-24  1:39       ` Pedro Alves
2010-09-27 18:59         ` Joel Brobecker
2010-09-27 19:01           ` Pedro Alves
2010-09-28 14:55             ` Joel Brobecker
2010-09-29  9:52               ` Joel Brobecker

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=20100923190054.GA24511@host1.dyn.jankratochvil.net \
    --to=jan.kratochvil@redhat.com \
    --cc=brobecker@adacore.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