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, microblaze]: Fix for remote G Packet message too long error for baremetal.


On 06/30/2014 11:32 AM, Ajit Kumar Agarwal wrote:
>     Signed-off-by:Ajit Agarwal ajitkum@xilinx.com
> 
>> > In this case is it correct to say
>> > If (tdesc  == NULL)
>> >   tdesc = tdesc_microblaze;
>> > 
>> > instead of tdesc_microblaze_with_stack_protect?
>>> >>Yes.
> Instead of tdesc_microblaze_with_stack_protect if I use tdesc_microblaze  the "G Packet message is too long" error is not resolved.

Then it sounds like the G packet size guesses you're adding
aren't actually triggering.  Why?

> The patch is unchanged with tdesc_microblaze_stack_protect.

-- 
Pedro Alves


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