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: Fwd: Re: [patch] Add support for ARMv7M devices.


On 03/09/2012 12:24 PM, Jonathan Larmour wrote:
> -		tdesc = tdesc_arm_with_m;
> +		is_m = 1;

`tdesc' is used later in the function,

  /* Check any target description for validity.  */
  if (tdesc_has_registers (tdesc))

Is it correct to skip updating `tdesc'?

-- 
Yao (éå)


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