public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
* [PATCH] symtab.c (domain_name) <MODULE_DOMAIN>: Add missing case.
@ 2014-12-11 17:30 Doug Evans
  0 siblings, 0 replies; only message in thread
From: Doug Evans @ 2014-12-11 17:30 UTC (permalink / raw)
  To: gdb-patches

Hi.

I happened to notice this while reading the code.

2014-12-11  Doug Evans  <xdje42@gmail.com>

	* symtab.c (domain_name) <MODULE_DOMAIN>: Add missing case.

diff --git a/gdb/symtab.c b/gdb/symtab.c
index c07b902..483667d 100644
--- a/gdb/symtab.c
+++ b/gdb/symtab.c
@@ -157,6 +157,7 @@ domain_name (domain_enum e)
     case UNDEF_DOMAIN: return "UNDEF_DOMAIN";
     case VAR_DOMAIN: return "VAR_DOMAIN";
     case STRUCT_DOMAIN: return "STRUCT_DOMAIN";
+    case MODULE_DOMAIN: return "MODULE_DOMAIN";
     case LABEL_DOMAIN: return "LABEL_DOMAIN";
     case COMMON_BLOCK_DOMAIN: return "COMMON_BLOCK_DOMAIN";
     default: gdb_assert_not_reached ("bad domain_enum");

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

only message in thread, other threads:[~2014-12-11 17:30 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-12-11 17:30 [PATCH] symtab.c (domain_name) <MODULE_DOMAIN>: Add missing case Doug Evans

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).