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] smart pointer support


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

Ulrich> In *some* cases, the value will in addition be of type
Ulrich> lval_memory meaning that the value is also present in inferior
Ulrich> memory, *and you know where*.

Along these lines, I'm curious to know why value_must_coerce_to_target
returns 0 for TYPE_CODE_STRUCT.  Maybe that is just an oversight?
Perhaps it should also check for lval_internalvar_component?

Tom


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