Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
* bug in tracepoint protocol implementation
@ 2000-10-02 11:04 Josef Ezra
  2000-10-02 11:20 ` Michael Snyder
  0 siblings, 1 reply; 7+ messages in thread
From: Josef Ezra @ 2000-10-02 11:04 UTC (permalink / raw)
  To: gdb-patches, shagam, sgordon

hi

file: tracepoint.c
function: stringify_collection_list

old:
   count += strlen (end);
   end += count ;

new:
    count += strlen (end);
    end = temp_buf + count ;

reasoning:
When saving more then one memrange parameter, the old code leaves 'gaps' in
the temp_buf string.

Looks like few are using gdb's tracepoints (otherwise this bug wouldn't
survive that long).

Josef Ezra
EMC2
jezra@emc.com



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

end of thread, other threads:[~2000-10-23 13:18 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2000-10-02 11:04 bug in tracepoint protocol implementation Josef Ezra
2000-10-02 11:20 ` Michael Snyder
2000-10-03 10:29   ` Josef Ezra
     [not found]   ` <004e01c039d8$774c1d50$6c219fa8@lss.emc.com>
2000-10-19 10:32     ` tracepoints implementation: bug in byte code generating Michael Snyder
     [not found]       ` <005b01c039f6$f46b1390$6c219fa8@lss.emc.com>
2000-10-19 11:06         ` Michael Snyder
     [not found]           ` <006101c039f9$df09df60$6c219fa8@lss.emc.com>
     [not found]             ` <5mvguo5spm.fsf@jtc.redback.com>
     [not found]               ` <008501c03aad$46c9d700$6c219fa8@lss.emc.com>
     [not found]                 ` <39F090F3.2DDC@redhat.com>
     [not found]                   ` <009001c03adb$b46a7b60$6c219fa8@lss.emc.com>
2000-10-20 14:54                     ` Michael Snyder
     [not found]                       ` <003d01c03b0e$42568040$961919ac@lss.emc.com>
     [not found]                         ` <39F47D62.2B5B@redhat.com>
     [not found]                           ` <004001c03d2c$14209970$6c219fa8@lss.emc.com>
2000-10-23 13:18                             ` Michael Snyder

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