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: [rfc] DWARF expression evaluation vs. GDB address encoding problems


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

Ulrich> In fact, this seems the real problem to me: operations on the DWARF
Ulrich> stack should really use the target pointer / address representation;
Ulrich> only after the computation is complete should the value be converted
Ulrich> into the GDB internal address representation (CORE_ADDR).

This makes sense to me.

Ulrich> As a side effect, we no longer need to employ the value machinery
Ulrich> to perform binary operations on the DWARF stack.

Nice.

Ulrich> Tom, does this look reasonable to you?

Yes, thanks.

Tom


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