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] Use target descriptions for PowerPC


Hi Daniel,

On Fri, 2007-10-05 at 12:37 -0400, Daniel Jacobowitz wrote:
> +  /* If we have a 64-bit binary on a 32-bit target, complain.  Also
> +     complain for a 32-bit binary on a 64-bit target; we do not yet
> +     support that.  */
> +  if (tdesc_wordsize != -1 && tdesc_wordsize != wordsize)
> +    {
> +      tdesc_data_cleanup (tdesc_data);
> +      return NULL;
> +    }

Sorry if I am confusing things here. This sounds like it affects 64 bit
GDB debugging 32 bit binary. Is this the case? Or only for remote
debugging?
-- 
[]'s
Thiago Jung Bauermann
Software Engineer
IBM Linux Technology Center


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