bug-gnubg
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Bug-gnubg] None


From: Jim Segrave
Subject: Re: [Bug-gnubg] None
Date: Wed, 8 Jan 2003 17:46:37 +0100
User-agent: Mutt/1.4i

On Wed 08 Jan 2003 (15:14 +0100), ?ystein O Johansen wrote:
> 
> > That version is without debugging. I could compile the
> > builds with debug info, but to use GDB you should have
> > the C sources too.
> 
> The C sources are inside the objects if you use the -g option. That's why
> the files get so much bigger.

Really? I thought there was simply line number to address information,
and symbol definitions and addresses (eg. it might tell you that a
static function fred() starts on line 174 of eval.c and is in the code
area at offset 0x1347BF, but I wouldn't expect the source itself to be
there, unless gdb under Windows is a lot different.

It does make the files very large, but has no effect on the memory
size when the program runs, as the information described above is not
used when loading the program, it's only used by gdb when debugging.

-- 
Jim Segrave           address@hidden




reply via email to

[Prev in Thread] Current Thread [Next in Thread]