From: Keith Seitz <keiths@cygnus.com>
To: <gdb-patches@sources.redhat.com>
Subject: [PATCH] Update UI events for tracepoints (was Re: [RFA] Update UIevents for tracepoints)
Date: Wed, 06 Jun 2001 07:49:00 -0000 [thread overview]
Message-ID: <Pine.GSO.4.33.0106060743240.4763-100000@ryobi.cygnus.com> (raw)
In-Reply-To: <3B1E2B0D.4050205@cygnus.com>
On Wed, 6 Jun 2001, Andrew Cagney wrote:
> Keith Seitz wrote:
> >
> > Comments/approval?
>
> Yes! At last someone is looking at this! Just do it as two separate
> commits. The s/free/xfree/ change is pretty obvious and can separatly
> go straight in.
s/free/xfree committed separately.
Here's the info on the patch just committed for adding tracepoint events:
ChangeLog
2001-06-06 Keith Seitz <keiths@redhat.com>
* gdb-events.sh (function_list): Add tracepoint_create,
tracepoint_delete, and tracepoint_modify events.
* gdb-events.c: Regenerated.
* gdb-events.h: Regenerated.
Patch
Index: gdb-events.sh
===================================================================
RCS file: /cvs/src/src/gdb/gdb-events.sh,v
retrieving revision 1.6
diff -u -p -r1.6 gdb-events.sh
--- gdb-events.sh 2001/06/06 14:36:05 1.6
+++ gdb-events.sh 2001/06/06 14:44:00
@@ -61,6 +61,9 @@ function_list ()
f:void:breakpoint_create:int b:b
f:void:breakpoint_delete:int b:b
f:void:breakpoint_modify:int b:b
+f:void:tracepoint_create:int number:number
+f:void:tracepoint_delete:int number:number
+f:void:tracepoint_modify:int number:number
#*:void:annotate_starting_hook:void
#*:void:annotate_stopped_hook:void
#*:void:annotate_signalled_hook:void
> PS: I've wondered about renaming gdb-events.* to gdb-hooks.* but I don't
> care.
It seems to me that the file could be used as hooks OR events. I've been
using them as hooks in Insight, but my expectation is to switch to using
an (external) event loop eventually.
Keith
next prev parent reply other threads:[~2001-06-06 7:49 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2001-05-29 12:38 [RFA] Update UI events for tracepoints Keith Seitz
2001-06-06 6:06 ` Andrew Cagney
2001-06-06 7:49 ` Keith Seitz [this message]
2001-06-13 13:38 ` Andrew Cagney
2001-06-14 10:10 ` Keith Seitz
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=Pine.GSO.4.33.0106060743240.4763-100000@ryobi.cygnus.com \
--to=keiths@cygnus.com \
--cc=gdb-patches@sources.redhat.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