[PATH RFA] Avoid Cannot read 0x20000000 on cygwin GDB

David Taylor taylor@cygnus.com
Tue Sep 12 08:02:00 GMT 2000


    Date: Tue, 12 Sep 2000 15:00:03 +0200
    From: Pierre Muller <muller@cerbere.u-strasbg.fr>
[...]
    PS: I didn't recieve any reaction to patch 5 and 6 for pascal support!

    PPS: I am currently writing hardware watchpoint support for Cygwin via Page
    protections,
    it basically works except that I get troubles when the page protection is
    triggered inside a system DLL code.

I replied to patch 5 on 01 Sep 2000; you replied on 04 Sep 2000 with
"Committed, thanks."  I don't recall seeing a patch 6.

To: Pierre Muller <muller@cerbere.u-strasbg.fr>
cc: gdb-patches@sourceware.cygnus.com
Subject: Re: [PATCH RFA] pascal language part 5 : support for 'info type'
Date: Fri, 01 Sep 2000 14:55:41 -0400
From: David Taylor <taylor@texas.cygnus.com>

    From: Pierre Muller <muller@cerbere.u-strasbg.fr>
    Date: Thu, 31 Aug 2000 10:30:29 +0200
    Path: cygnus.com!not-for-mail

      The current CVS tree gives the following output for
    a pascal executable:

    (gdb) info type 
    Language not supported

    This is due to missing support of language_pascal in the
      c_typedef_print function in c-typeprint.c source.
    However this function is not C specific at all, thus my patch
    removes c_typedef_print from c-typeprint.c and replaces it by
    a new function typedef_print in typeprint.c source.
    (typedef_print function is just the old c_typedef_print function 
    with pascal language support added !)

Approved.


More information about the Gdb-patches mailing list