[RFC] Don't allow setting register in non-innermost frame

Yao Qi yao@codesourcery.com
Fri Sep 7 13:14:00 GMT 2012


On 09/07/2012 07:27 PM, Eli Zaretskii wrote:
>> >How about them below?
>> >
>> >* GDB will display a warning when assigning to registers, for example
>> >    "set $eax=0x1", in non-innermost frames.
>> >
>> >or
>> >
>> >* GDB will display a warning when assigning to registers by command
>> >    "set" in non-innermost frames.
> If "set" is the only command, then the second variant is better.  But
> isn't the same true of the MI equivalent?

It is true to the MI command "-var-assign".  How about this?

* GDB will display a warning when assigning to registers by CLI command
   "set" or MI command "-var-assign" in non-innermost frames.

-- 
Yao



More information about the Gdb-patches mailing list