Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
From: Doug Evans <xdje42@gmail.com>
To: Siva Chandra <sivachandra@google.com>
Cc: gdb-patches <gdb-patches@sourceware.org>
Subject: Re: [PATCH 3/4 v19] Add support for lookup, overload resolution and invocation of xmethods of C++ classes
Date: Mon, 02 Jun 2014 04:04:00 -0000	[thread overview]
Message-ID: <m3egz8dkjl.fsf@sspiff.org> (raw)
In-Reply-To: <CAGyQ6gx1fP+6UFFcgt+4V=U0gVks6k4uQYHBAV4VzS=sbbrRLQ@mail.gmail.com>	(Siva Chandra's message of "Fri, 30 May 2014 16:01:12 -0700")

Siva Chandra <sivachandra@google.com> writes:

> No changes from v18.
>
> ChangeLog
>
> 2014-05-30  Siva Chandra Reddy  <sivachandra@google.com>
>
>         * eval.c (evaluate_subexp_standard): Call the xmethod if the
>         best match method returned by find_overload_match is an xmethod.
>         * valarith.c (value_x_binop, value_x_unop): Call the xmethod if
>         the best matching operator returned by find_overload_match is an
>         xmethod.
>         * valops.c: #include "extension.h".
>         (find_method_list): Add "fn_list" and "xm_worker_vec" arguments.
>         Return void.  The list of matching source methods is returned in
>         "fn_list" and a vector of matching debug method workers is
>         returned in "xm_worker_vec".  Update all callers.
>         (value_find_oload_method_list): Likewise.
>         (find_oload_champ): Add "xm_worker_vec" parameter.  If it is
>         non-NULL, then the index of the best matching method in this
>         vector is returned.  Update all callers.
>         (find_overload_match): Include xmethods while performing overload
>         resolution.

LGTM


      reply	other threads:[~2014-06-02  4:04 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-05-30 23:01 Siva Chandra
2014-06-02  4:04 ` Doug Evans [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=m3egz8dkjl.fsf@sspiff.org \
    --to=xdje42@gmail.com \
    --cc=gdb-patches@sourceware.org \
    --cc=sivachandra@google.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