From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Manu" To: Subject: Configure GDB for MinGW Date: Fri, 21 May 2004 10:05:00 -0000 Message-id: <000b01c43f1b$1c595560$e586f8c1@tbird1000> X-SW-Source: 2004-05/msg00630.html Content-type: multipart/mixed; boundary="----------=_1583534369-29881-0" This is a multi-part message in MIME format... ------------=_1583534369-29881-0 Content-length: 166 The attached patch permits to configure GDB under MinGW. Manu. Attachment: config-05.diff Description: Text document Attachment: ChangeLog Description: Binary data ------------=_1583534369-29881-0 Content-Type: text/plain; charset=us-ascii; name="ChangeLog" Content-Disposition: inline; filename="ChangeLog" Content-Transfer-Encoding: base64 Content-Length: 606 MjAwNC0wNS0yMSAgTWFudSBCICA8bWFudWJlZUB1c2Vycy5zb3VyY2Vmb3Jn ZS5uZXQ+CgoJKiBNYWtlZmlsZS5pbjogQnVpbGQgc2VyLW1pbmd3MzIuYyB1 bmRlciBNaW5HVy4KCSogY29uZmlnL2kzODYvbWluZ3czMi5taDogTmV3IGZp bGUuCgkqIGNvbmZpZy9pMzg2L21pbmd3MzIubXQ6IERpdHRvLgoJKiBjb25m aWcvaTM4Ni9ubS1taW5ndzMyLmg6IERpdHRvLgoJKiBjb25maWcvaTM4Ni90 bS1taW5ndzMyLmg6IERpdHRvLgoJKiBjb25maWcvaTM4Ni94bS1taW5ndzMy Lmg6IERpdHRvLgoJKiBjb25maWd1cmUuaG9zdDogQWRkIE1pbkdXIGhvc3Qu CgkqIGNvbmZpZ3VyZS5pbjogRGlzYWJsZSBnZGJ0ayB1bmRlciBNaW5HVywg ZGVmaW5lIFNFUl9IQVJEV0lSRS4KCSogY29uZmlndXJlLnRndDogQWRkIE1p bkdXIHRhcmdldC4KCSogc2VyLW1pbmd3MzIuYzogTmV3IGZpbGUuCg== ------------=_1583534369-29881-0-- >From cagney@gnu.org Fri May 21 16:03:00 2004 From: Andrew Cagney To: Eli Zaretskii Cc: gdb-patches@sources.redhat.com Subject: Re: [obish?sym;rfa:doc] Wire up vsyscall Date: Fri, 21 May 2004 16:03:00 -0000 Message-id: <40AE2862.8070401@gnu.org> References: <409A8C2A.2010605@gnu.org> <40A91C36.7000900@gnu.org> <20040517131914.332fa347@saguaro> <1438-Tue18May2004085728+0300-eliz@gnu.org> <40AA6D88.50003@gnu.org> <40AB7362.4010203@gnu.org> <3791-Wed19May2004221030+0300-eliz@gnu.org> X-SW-Source: 2004-05/msg00631.html Content-length: 1066 I've checked this in. Andrew 2004-05-21 Andrew Cagney * observer.texi (GDB Observers): Document "inferior_created". Index: observer.texi =================================================================== RCS file: /cvs/src/src/gdb/doc/observer.texi,v retrieving revision 1.6 diff -p -u -r1.6 observer.texi --- observer.texi 7 May 2004 22:51:55 -0000 1.6 +++ observer.texi 21 May 2004 16:02:57 -0000 @@ -82,3 +82,11 @@ The inferior has stopped for real. @deftypefun void target_changed (struct target_ops *@var{target}) The target's register contents have changed. @end deftypefun + +@deftypefun void inferior_created (struct target_ops *@var{objfile}, int @var{from_tty}) +@value{GDBN} has just connected to an inferior. For @samp{run}, +@value{GDBN} calls this observer while the inferior is still stopped +at the entry-point instruction. For @samp{attach} and @samp{core}, +@value{GDBN} calls this observer immediately after connecting to the +inferior, and before any information on the inferior has been printed. +@end deftypefun >From brobecker@gnat.com Fri May 21 16:05:00 2004 From: Joel Brobecker To: gdb-patches@sources.redhat.com Subject: Re: [RFA/testsuite] Workaround timeout in default.exp Date: Fri, 21 May 2004 16:05:00 -0000 Message-id: <20040521160554.GK10684@gnat.com> References: <20040518210147.GQ10684@gnat.com> <20040518214255.GC4036@nevyn.them.org> <20040520014811.GR10684@gnat.com> <20040520022747.GA451@nevyn.them.org> <20040521011443.GG10684@gnat.com> <20040521013147.GA19027@nevyn.them.org> X-SW-Source: 2004-05/msg00632.html Content-length: 554 > [I think there should be a \r\n in front of the "$gdb_prompt $" anyway, > don't you? Wouldn't that fix the related problem? Please try > replacing that pattern with "\r\n$gdb_prompt $".] This works very well indeed. 2004-05-21 Joel Brobecker Daniel Jacobowitz * lib/gdb.exp (gdb_test_multiple): Improve regexp matching the GDB prompt. Tested on alpha-osf 5.1, and ppc-aix 5.1, and x86-linux. OK to apply? Thanks, -- Joel Attachment: gdb.exp.diff Description: Text document