This is the mail archive of the gdb@sources.redhat.com 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: GDB-Stubs and "load"


> Hello,
> I am using gdb stubs with a 68360 processor.  I have noticed that I cannot
> download a $ or + embedded in the code no matter what I try.
> 
> Has this issue come up before?
> 
> My guess is there is a problem with some kind of sync/esc protocol.
> Any thoughts on where to look to speed things up would be appreciated.


It is hard to know without more information.  Both $ and + are treated 
special by GDB's remote protocol (is this what you're using?).  This 
shouldn't cause problems since those characters are encoded in hex when 
being transfered.

Andrew




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