Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
From: Joel Brobecker <brobecker@gnat.com>
To: gdb-patches@sources.redhat.com
Subject: [RFA] Fallback unsupported languages to "minimal"
Date: Thu, 08 May 2003 17:46:00 -0000	[thread overview]
Message-ID: <20030508174652.GG2093@gnat.com> (raw)

[-- Attachment #1: Type: text/plain, Size: 474 bytes --]

Now that we have the "minimal" language, we can change the DWARF2 reader
to fallback to this language, instead of using the "unknown" one.

See http://sources.redhat.com/ml/gdb-patches/2003-04/msg00112.html for
more details.

2002-05-08  J. Brobecker  <brobecker@gnat.com>

        * set_cu_language: Set the language to "minimal" if the language
        of the CU is not currently supported by GDB.

Seems kind of obvious, but it never hurts to ask. Ok to apply?

-- 
Joel

[-- Attachment #2: dw2.diff --]
[-- Type: text/plain, Size: 742 bytes --]

Index: dwarf2read.c
===================================================================
RCS file: /cvs/src/src/gdb/dwarf2read.c,v
retrieving revision 1.91
diff -c -3 -p -r1.91 dwarf2read.c
*** dwarf2read.c	7 May 2003 22:57:30 -0000	1.91
--- dwarf2read.c	8 May 2003 17:39:56 -0000
*************** set_cu_language (unsigned int lang)
*** 4548,4554 ****
      case DW_LANG_Pascal83:
      case DW_LANG_Modula2:
      default:
!       cu_language = language_unknown;
        break;
      }
    cu_language_defn = language_def (cu_language);
--- 4548,4554 ----
      case DW_LANG_Pascal83:
      case DW_LANG_Modula2:
      default:
!       cu_language = language_minimal;
        break;
      }
    cu_language_defn = language_def (cu_language);

             reply	other threads:[~2003-05-08 17:46 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-05-08 17:46 Joel Brobecker [this message]
2003-05-08 17:51 ` Daniel Jacobowitz
2003-05-08 18:02 ` Elena Zannoni
2003-05-08 18:06   ` Joel Brobecker

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=20030508174652.GG2093@gnat.com \
    --to=brobecker@gnat.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