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] Backtrace prints wrong argument value


On Wed, May 16, 2007 at 12:19:41PM -0300, Luis Machado wrote:
> If there is a way to temporarily store those values that we know for
> sure that will be wasted during the next inner frame's function
> execution, we could recover them during backtrace. That could add some
> complexity to the unwinding procedure though.

This is, generally speaking, impossible.  I hadn't thought of the
init_frame_regs hook last time I looked at this; I hope it helps.

-- 
Daniel Jacobowitz
CodeSourcery


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