delorie.com/archives/browse.cgi | search |
Date: | Thu, 07 Dec 2000 23:34:00 +0200 |
From: | "Eli Zaretskii" <eliz AT is DOT elta DOT co DOT il> |
Sender: | halo1 AT zahav DOT net DOT il |
To: | JT Williams <jeffw AT darwin DOT sfbr DOT org> |
Message-Id: | <2950-Thu07Dec2000233400+0200-eliz@is.elta.co.il> |
X-Mailer: | Emacs 20.6 (via feedmail 8.3.emacs20_6 I) and Blat ver 1.8.6 |
CC: | djgpp-workers AT delorie DOT com |
In-reply-to: | <20001207130910.E8226@kendall.sfbr.org> (message from JT Williams |
on Thu, 7 Dec 2000 13:09:10 -0600) | |
Subject: | Re: DJGPP linker script update |
References: | <Pine DOT SUN DOT 3 DOT 91 DOT 1001207184530 DOT 29413A-100000 AT is> <200012071726 DOT MAA04935 AT envy DOT delorie DOT com> <20001207130910 DOT E8226 AT kendall DOT sfbr DOT org> |
Reply-To: | djgpp-workers AT delorie DOT com |
Errors-To: | nobody AT delorie DOT com |
X-Mailing-List: | djgpp-workers AT delorie DOT com |
X-Unsubscribes-To: | listserv AT delorie DOT com |
> Date: Thu, 7 Dec 2000 13:09:10 -0600 > From: JT Williams <jeffw AT darwin DOT sfbr DOT org> > > Is a core file useful without the executable of the program that is > crashing? No, not really. All the debugging symbols are in the executable, not in the core file. So without the executable you cannot see anything but numeric values of EIPs. When you debug a program post-mortem given the core file, you invoke the debugger like this: gdb program core
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |