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] Don't allow setting register in non-innermost frame


>>>>> "Jan" == Jan Kratochvil <jan.kratochvil@redhat.com> writes:

Jan> I also did not like TYPE_OBJFILE_OWNED too much, I was thinking putting it
Jan> possibly to
Jan> 	evaluate_subexp_standard <BINOP_ASSIGN>
Jan> checking there LHS (left hand side) expression, not the LHS value.

Yeah, I almost mentioned that approach as well.
I agree it would probably be ok; but it also requires checking whether
any language overrides this opcode.

Tom


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