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] Removal of uses of MAX_REGISTER_SIZE


On 17-01-27 12:11:09, Pedro Alves wrote:
> 
> Makes me wonder whether this is the right approach.  :-/
> (No, I don't have a formed opinion for what that would be.)
> 

Hi Pedro,
What do you mean by "this" here?  We can't take MAX_REGISTER_SIZE for
ever, as we may have bigger and bigger single register.  We do need a
gdbarch specific max register size.  Given there is no standard VLA in
C++, using alloca is the best way we can do so far.

-- 
Yao (齐尧)


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