This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: eh regions into separate sections


>>>>> Martin von Loewis <martin@mira.isdn.cs.tu-berlin.de> writes:

>> I was wondering if the egcs people have had a chance to rewiew and
>> comment on Bruno's patch
>> http://www.cygnus.com/ml/egcs/1998-Apr/0009.html yet?

> Any news on debugging a function split in this way? I know that the
> feature is disabled when debugging is requested. It would be much more
> useful if I could always enable it, even if that requires changes to
> gdb.

Won't work.  All debugging formats assume that functions are one big chunk
of code, not scattered around.

It might be possible to pretend that a function split up that way was
actually two functions, I suppose.

Jason


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]