Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
From: David Carlton <carlton@math.stanford.edu>
To: Adam Fedor <fedor@doc.com>
Cc: Elena Zannoni <ezannoni@redhat.com>,
	GDB Patches <gdb-patches@sources.redhat.com>
Subject: Re: [PING/RFA]: Search for Objc Symbols
Date: Sun, 11 May 2003 18:15:00 -0000	[thread overview]
Message-ID: <ro1bry9pcyn.fsf@jackfruit.Stanford.EDU> (raw)
In-Reply-To: <3EBDC3F7.6060201@doc.com>

On Sat, 10 May 2003 21:31:03 -0600, Adam Fedor <fedor@doc.com> said:

> +  method = SYMBOL_DEMANGLED_NAME (msymbol);
> +  if (method == NULL)
> +    method = SYMBOL_LINKAGE_NAME (msymbol);
> +  if (method == NULL)
> +    return;

These should, I think, be replaced by

  method = SYMBOL_NATURAL_NAME (msymbol);

Without a test for NULL at the end: the resulting name should never be
NULL.
 
David Carlton
carlton@math.stanford.edu


  reply	other threads:[~2003-05-11 18:15 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-04-27  1:13 Adam Fedor
2003-05-09 17:03 ` Elena Zannoni
2003-05-11  3:31   ` Adam Fedor
2003-05-11 18:15     ` David Carlton [this message]
2003-05-12 18:57     ` Elena Zannoni
2003-05-12 21:02 Adam Fedor
     [not found] ` <3EC45470.9000704@redhat.com>
2003-05-16  4:16   ` Daniel Jacobowitz

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=ro1bry9pcyn.fsf@jackfruit.Stanford.EDU \
    --to=carlton@math.stanford.edu \
    --cc=ezannoni@redhat.com \
    --cc=fedor@doc.com \
    --cc=gdb-patches@sources.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