This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH+DOC] Print registers not saved in the frame as "<not saved>", instead of "<optimized out>".


> Date: Wed, 18 Sep 2013 19:30:07 +0300
> From: Eli Zaretskii <eliz@gnu.org>
> 
> Also, shouldn't we mention optimizations as (the main) reason for
> registers being unavailable?

I don't consider optimisations as an important cause of registers not
being saved.  It is primarily a consequence of the fact that most ABIs
reserve some registers as "scratch" registers that don't need to be
saved.


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