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] Fix agent code generate bug of ref


>>>>> "Hui" == Hui Zhu <hui_zhu@mentor.com> writes:

Hui> According to the discussion with Tom in IRC.
Hui> I add a check before call access_memory.
Hui> +	    if (size != 1 && size != 2 && size != 4 && size != 8)
Hui> +	      error (_("Refn doesn't support size %d"),
Hui> +		     size * TARGET_CHAR_BIT);

The old error message mentioned the actual opcode name.
I think "Refn" is less clear, since it isn't the name of anything
in DWARF.

Tom


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