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: [01/15] Introduce get_current_arch () function


On Wednesday 10 June 2009 19:26:04, Ulrich Weigand wrote:
> Typically, the architecture is consulted to retrieve properties the
> value inherently has, so using the arch used at value creation seems
> correct. ?However, I'm sure there will be places where using a value
> from one arch in the context of another current arch may not work
> quite as expected yet ... 

Yeah.  Just 'p func($1)' or 'p $2 + 1.1f' are some "simple"
examples.

> I didn't attempt to address all these 
> issues with the current patch series yet.

You're doing an Herculian job already!

-- 
Pedro Alves


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