This is the mail archive of the gdb@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: early buf termination


On Mon, Jul 09, 2007 at 10:56:21AM +0800, s88 wrote:
> the gdb client send the packet which contains "$p0#a0" to my gdb server.
> The gdb server reply 0 (should be $0#something) to the gdb client.

"Each byte of data is described by two hex digits."  It's bytes of
data, not a number; you need the full width of the register.

-- 
Daniel Jacobowitz
CodeSourcery


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