From: "Josef Ezra" <jezra@emc.com>
To: <gdb-patches@sources.redhat.com>, <shagam@emc.com>, <sgordon@emc.com>
Subject: bug in tracepoint protocol implementation
Date: Mon, 02 Oct 2000 11:04:00 -0000 [thread overview]
Message-ID: <00c801c02c9a$fe671c90$6c219fa8@lss.emc.com> (raw)
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
next reply other threads:[~2000-10-02 11:04 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2000-10-02 11:04 Josef Ezra [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to='00c801c02c9a$fe671c90$6c219fa8@lss.emc.com' \
--to=jezra@emc.com \
--cc=gdb-patches@sources.redhat.com \
--cc=sgordon@emc.com \
--cc=shagam@emc.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox