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: [commit] Fix "return" command (Re: RFC: optimized-out pieces)


>>>>> "Ulrich" == Ulrich Weigand <uweigand@de.ibm.com> writes:

Ulrich> On the other hand, it does not make sense to memcpy an
Ulrich> uninitialized value either.  Thus, it seems the correct fix
Ulrich> is to simply skip the memcpy, and hence the value_contents_all
Ulrich> call, if the register value is "optimized out". 

Thank you for fixing this.  I'm sorry for the breakage.

Tom


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