From: Keith Seitz <keiths@redhat.com>
To: gdb-patches@sources.redhat.com
Subject: [RFA] gdb-events.sh: selected-frame-level-changed event
Date: Thu, 22 Aug 2002 11:49:00 -0000 [thread overview]
Message-ID: <Pine.LNX.4.44.0208221137370.1410-100000@valrhona.uglyboxes.com> (raw)
Hi,
MI uses GDB's frame level to track a user's view of the current stack. As
you can imagine, this is tightly coupled to the console's stack commands
("up", "down", and "frame").
This event notifies clients when the stack frame level has been changed,
allowing all the UIs to remain in sync wrt the stack view.
I'll submit the stack.c changes separately, since the exact meaning
of this event may be open to interpretation.
Keith
ChangeLog
2002-08-22 Keith Seitz <keiths@redhat.com>
* gdb-events.sh: Add selected-frame-level-changed event.
* 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.14
diff -p -r1.14 gdb-events.sh
*** gdb-events.sh 21 Aug 2002 15:34:36 -0000 1.14
--- gdb-events.sh 22 Aug 2002 18:17:36 -0000
*************** f:void:tracepoint_delete:int number:numb
*** 66,71 ****
--- 66,72 ----
f:void:tracepoint_modify:int number:number
f:void:architecture_changed:void
f:void:target_changed:void
+ f:void:selected_frame_level_changed:int level:level
#*:void:annotate_starting_hook:void
#*:void:annotate_stopped_hook:void
#*:void:annotate_signalled_hook:void
*************** f:void:target_changed:void
*** 88,94 ****
#*:void:readline_begin_hook:char *format, ...:format
#*:char *:readline_hook:char *prompt:prompt
#*:void:readline_end_hook:void
- #*:void:context_hook:int num:num
#*:int:target_wait_hook:int pid, struct target_waitstatus *status:pid, status
#*:void:call_command_hook:struct cmd_list_element *c, char *cmd, int from_tty:c, cmd, from_tty
#*:NORETURN void:error_hook:void:: ATTR_NORETURN
--- 89,94 ----
next reply other threads:[~2002-08-22 18:39 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-08-22 11:49 Keith Seitz [this message]
2002-08-25 16:10 ` Andrew Cagney
2002-08-26 12:55 ` Keith Seitz
2002-08-26 13:09 ` Andrew Cagney
2002-08-26 13:13 ` 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.LNX.4.44.0208221137370.1410-100000@valrhona.uglyboxes.com \
--to=keiths@redhat.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