[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: C++: a gdb problem when debugging multiple files source program.
- To: Shaul Karl <shaulka(at-nospam)bezeqint.net>
- Subject: Re: C++: a gdb problem when debugging multiple files source program.
- From: mulix <mulix(at-nospam)actcom.co.il>
- Date: Sun, 23 Dec 2001 09:20:44 +0200 (IST)
- Cc: <linux-il(at-nospam)linux.org.il>
- Delivered-To: linux.org.il-linux-il@linux.org.il
- In-Reply-To: <E16HtHA-0007TP-00@rakefet>
- Sender: linux-il-bounce(at-nospam)cs.huji.ac.il
On Sat, 22 Dec 2001, Shaul Karl wrote:
> My overall impression so far is that the the ability to run substantial
> code before main get started is quite problematic. However I am
as well it should be!
you are aware, i hope, of the static initializer problem?
http://www.codeguru.com/cpp/tic/tic0114.shtml
> currently programming only the initialization of my C++ program, which
> is why I only encounter difficulties with the initialization of a C++
> program.
but why does initialization of your code need to take place before
main() begins??
note, if it doesn't, and i'm butting in at the middle of the thread,
apologies.
--
mulix
http://vipe.technion.ac.il/~mulix/
http://syscalltrack.sf.net/
=================================================================
To unsubscribe, send mail to linux-il-request@linux.org.il with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail linux-il-request@linux.org.il