From: Paul Pluzhnikov <ppluzhnikov@charter.net>
To: gdb-patches@sourceware.org
Subject: [rfa] patch for PR2116
Date: Sat, 19 Aug 2006 16:11:00 -0000 [thread overview]
Message-ID: <44E72F6C.9020809@charter.net> (raw)
In-Reply-To: <20060819151843.GA24752@nevyn.them.org>
Greetings,
Here is a trivial patch for a gdb crash in pr2116
http://sources.redhat.com/cgi-bin/gnatsweb.pl?database=gdb&pr=2116
--- gdb/valops.c.orig 2005-05-26 21:39:32.000000000 -0700
+++ gdb/valops.c 2006-05-26 09:49:59.026107248 -0700
@@ -1847,7 +1847,8 @@
else
{
const char *qualified_name = SYMBOL_CPLUS_DEMANGLED_NAME (fsym);
- func_name = cp_func_name (qualified_name);
+ if (qualified_name)
+ func_name = cp_func_name (qualified_name);
/* If the name is NULL this must be a C-style function.
Just return the same symbol. */
next prev parent reply other threads:[~2006-08-19 15:34 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-08-19 15:34 [rfa] Handle amd64-linux %orig_rax Daniel Jacobowitz
2006-08-19 15:46 ` Mark Kettenis
2006-08-19 15:57 ` Daniel Jacobowitz
2006-08-19 16:11 ` Paul Pluzhnikov [this message]
2006-10-09 19:28 ` [rfa] patch for PR2116 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=44E72F6C.9020809@charter.net \
--to=ppluzhnikov@charter.net \
--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