From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jeff Epler To: gdb@sourceware.cygnus.com Subject: Re: A question! Date: Thu, 15 Apr 1999 07:29:00 -0000 Message-id: <19990415093132.A1846@craie.inetnebr.com> References: X-SW-Source: 1999-04/msg00038.html Set your DISPLAY environment variable, probably to :0, or use the -display commandline switch: bash% DISPLAY=:0 ddd ... or bash% ddd -display :0 ... I'm not sure how to express that in COMMAND.COM/CMD.EXE. Jeff -- \/ http://incolor.inetnebr.com/jepler/ Jeff Epler jepler@inetnebr.com You are number 6! Who is number one? >From gabe@sgrail.com Thu Apr 15 09:06:00 1999 From: Gabe Foster To: gdb@cygnus.com Subject: GDB takes a LONG time to load symbols on SGI IRIX6.4 Date: Thu, 15 Apr 1999 09:06:00 -0000 Message-id: <3715F34A.B7891427@sgrail.com> X-SW-Source: 1999-04/msg00039.html Content-length: 713 Greetings, I've just downloaded and tried out gdb 4.18 on an SGI running Irix6.4. It takes a VERY long time for gdb to read the symbol table of a program that I debug on a regular basis. (It's been running for 8 minutes now, used up my entire 512M of ram and still has not loaded.) gdb 4.17 did not have this problem. It seems like 4.17 had some sort of lazy symbol loading and 4.18 does not (this is just a guess on my part.) Is there a way to get 4.18 to act like 4.17? FYI: GNU gdb 4.18 This GDB was configured as "mips-sgi-irix6.4" Thanks, Gabe -- * J. Gabriel Foster "We have advanced to new and surprising * Silicon Grail levels of bafflement" - Lois McMaster Bujold * gabe@sgrail.com >From shebs@cygnus.com Thu Apr 15 19:54:00 1999 From: Stan Shebs To: gdb@cygnus.com Cc: gdb-testers@cygnus.com, gdb-patches@cygnus.com Subject: GDB in CVS! Date: Thu, 15 Apr 1999 19:54:00 -0000 Message-id: <199904160204.TAA10683@andros.cygnus.com> X-SW-Source: 1999-04/msg00040.html Content-length: 755 I'm pleased to announce the availability of GDB sources via anonymous CVS, hosted on sourceware.cygnus.com. As of yet, only the 4.18 release has been imported; I'll import another snapshot in a couple days, then there will be some history to look at. :-) For the time being, it will be read-only, but eventually I'd like to have some non-Cygnus maintainers doing checkins themselves. Here's how you use it: cvs -z 9 -d :pserver:anoncvs@sourceware.cygnus.com:/cvs/gdb login {enter "anoncvs" as the password} cvs -z 9 -d :pserver:anoncvs@sourceware.cygnus.com:/cvs/gdb co gdb Please let me know asap if anything goes wrong with this. Have fun! Stan (For you two or three non-fans of CVS :-), I plan to continue making snapshots as well.) >From brendan@dgs.monash.edu.au Thu Apr 15 20:21:00 1999 From: Brendan Simon To: Stan Shebs Cc: gdb@cygnus.com Subject: Re: GDB in CVS! Date: Thu, 15 Apr 1999 20:21:00 -0000 Message-id: <3716B5A1.404A28C8@dgs.monash.edu.au> References: <199904160204.TAA10683@andros.cygnus.com> X-SW-Source: 1999-04/msg00041.html Content-length: 1030 I assume these instructions will be on a GDB web page somewhere (just incase I can't find this message, my machine dies, etc). Brendan Simon. Stan Shebs wrote: > I'm pleased to announce the availability of GDB sources via anonymous > CVS, hosted on sourceware.cygnus.com. As of yet, only the 4.18 > release has been imported; I'll import another snapshot in a couple days, > then there will be some history to look at. :-) For the time being, it > will be read-only, but eventually I'd like to have some non-Cygnus > maintainers doing checkins themselves. > > Here's how you use it: > > cvs -z 9 -d :pserver:anoncvs@sourceware.cygnus.com:/cvs/gdb login > {enter "anoncvs" as the password} > cvs -z 9 -d :pserver:anoncvs@sourceware.cygnus.com:/cvs/gdb co gdb > > Please let me know asap if anything goes wrong with this. Have fun! > > Stan > > (For you two or three non-fans of CVS :-), I plan to continue making > snapshots as well.)