public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
* [15/17] add comment
@ 2011-12-14 21:36 Tom Tromey
  0 siblings, 0 replies; only message in thread
From: Tom Tromey @ 2011-12-14 21:36 UTC (permalink / raw)
  To: gdb-patches

This one is trivial, probably doesn't need a full patch.
It is only separate because I originally had a FIXME here while I worked
on other things.

ada_decode_symbol operates on a general_symbol_info but has no provision
for minimal symbols not using obj_section.  Based on reading through the
code, I think this spot can never be reached for a minimal symbol.
(If that is in error it can be fixed though.)

Tom

From 0a7339889fe98ec3224f0627f80d68f44eba5e38 Mon Sep 17 00:00:00 2001
From: Tom Tromey <tromey@redhat.com>
Date: Wed, 7 Dec 2011 14:33:30 -0700
Subject: [PATCH 15/18] add comment for Ada

---
 gdb/ada-lang.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/gdb/ada-lang.c b/gdb/ada-lang.c
index 81a0fe6..6c130f5 100644
--- a/gdb/ada-lang.c
+++ b/gdb/ada-lang.c
@@ -1258,6 +1258,8 @@ ada_decode_symbol (const struct general_symbol_info *gsymbol)
 
       if (gsymbol->sinfo.obj_section != NULL)
         {
+	  /* Note that there is no path to this code for minimal
+	     symbols.  */
 	  struct objfile *objf = gsymbol->sinfo.obj_section->objfile;
 
 	  *resultp = obsavestring (decoded, strlen (decoded),
-- 
1.7.6.4

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2011-12-14 21:32 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-12-14 21:36 [15/17] add comment Tom Tromey

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).