From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,308a1f992002871b X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-09-18 07:09:47 PST Path: archiver1.google.com!newsfeed.google.com!newsfeed.stanford.edu!canoe.uoregon.edu!hammer.uoregon.edu!skates!not-for-mail From: Stephen Leake Newsgroups: comp.lang.ada Subject: Re: GDB Diff patches. Date: 18 Sep 2001 10:04:21 -0400 Organization: NASA Goddard Space Flight Center Message-ID: References: <7nup7.115453$K6.48171369@news2> NNTP-Posting-Host: anarres.gsfc.nasa.gov Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: skates.gsfc.nasa.gov 1000821933 14946 128.183.220.71 (18 Sep 2001 14:05:33 GMT) X-Complaints-To: dscoggin@cne-odin.gsfc.nasa.gov NNTP-Posting-Date: 18 Sep 2001 14:05:33 GMT User-Agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/20.7 Xref: archiver1.google.com comp.lang.ada:13154 Date: 2001-09-18T14:05:33+00:00 List-Id: "Clueless" writes: > The latest GNAT diff patch for GDB that I can find is for GDB version > 4.17, yet they expect to be releasing version 5.1 real soon now. Is > someone already working on a patch for 5.0 or 5.1? Maybe I should take a > whack at it? This I cannot answer. > Also...the documentation for 4.17 doesnt say specifically which > files I'm supposed to patch. Anyone know? The diff file contains patches for multiple files; the format of the diff file include the names of the files. It's an ASCII file, try reading it! Normally, you do: cd gdb_dir patch -P0 < foo.diff where gdb_dir is the top level directory of the gdb distribution, and foo.diff is the diff file you are applying. -- -- Stephe