Mirror of the gdb mailing list
 help / color / mirror / Atom feed
* tracepoint.c memory range requests
@ 2005-11-19  1:38 Jim Blandy
  2005-11-19  2:07 ` Michael Snyder
  0 siblings, 1 reply; 3+ messages in thread
From: Jim Blandy @ 2005-11-19  1:38 UTC (permalink / raw)
  To: Michael Snyder; +Cc: gdb

Looking at the code in tracepoint.c:stringify_collection_list, it
seems that memory ranges with absolute addresses end up having the
form MFFFFFFFF,<start>,<len>.  This is because "%X" always treats its
argument as unsigned.  So the number of F's depends on sizeof
(unsigned int).

I know that we spent some effort keeping the packets small.  Since
there are, as far as we know, no stubs that support tracepoints in
active use, may I change that to send '-' instead of the F's?


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2005-11-19  4:39 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-11-19  1:38 tracepoint.c memory range requests Jim Blandy
2005-11-19  2:07 ` Michael Snyder
2005-11-19  4:39   ` Jim Blandy

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox