public inbox for insight@sourceware.org
 help / color / mirror / Atom feed
* Any Clues about this problem?
@ 2000-07-07 22:08 Dave Arnold
  2000-07-07 22:15 ` Chris Faylor
  0 siblings, 1 reply; 2+ messages in thread
From: Dave Arnold @ 2000-07-07 22:08 UTC (permalink / raw)
  To: insight

Anyone have a clue why I can't list the source for the program I'm debuggin
using insight?

(gdb) list
1         /cygnus/netrel/src/cygwin-1.1.2/winsup/cygwin/libccrt0.cc: No such
file or directory.

This path is strange, I don't think it exists anywhere under my cygwin root.

/dave


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Any Clues about this problem?
  2000-07-07 22:08 Any Clues about this problem? Dave Arnold
@ 2000-07-07 22:15 ` Chris Faylor
  0 siblings, 0 replies; 2+ messages in thread
From: Chris Faylor @ 2000-07-07 22:15 UTC (permalink / raw)
  To: Dave Arnold; +Cc: insight

On Fri, Jul 07, 2000 at 10:17:54PM -0700, Dave Arnold wrote:
>Anyone have a clue why I can't list the source for the program I'm debuggin
>using insight?
>
>(gdb) list
>1         /cygnus/netrel/src/cygwin-1.1.2/winsup/cygwin/libccrt0.cc: No such
>file or directory.
>
>This path is strange, I don't think it exists anywhere under my cygwin root.

The path is coming from the cygwin DLL.  You don't want that.  That is the location
of the 'libccrt0.cc' file on my machine from when I make a cygwin net release.

Try 'list main'.

Are you *sure* you're both compiling and linking with the '-g' option?  When
I type just 'list' I get my 'main'.

cgf

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2000-07-07 22:15 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2000-07-07 22:08 Any Clues about this problem? Dave Arnold
2000-07-07 22:15 ` Chris Faylor

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).