From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18172 invoked by alias); 5 Sep 2002 16:38:15 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 18165 invoked from network); 5 Sep 2002 16:38:15 -0000 Received: from unknown (HELO valrhona.uglyboxes.com) (64.1.192.220) by sources.redhat.com with SMTP; 5 Sep 2002 16:38:15 -0000 Received: from localhost.localdomain (IDENT:B6jun5bFB44vlpPUtq0GXMRm5xVRGHye@localhost.localdomain [127.0.0.1]) by valrhona.uglyboxes.com (8.11.6/8.11.6) with ESMTP id g85GewI04870 for ; Thu, 5 Sep 2002 09:40:59 -0700 Date: Thu, 05 Sep 2002 09:38:00 -0000 From: Keith Seitz X-X-Sender: keiths@valrhona.uglyboxes.com To: gdb-patches@sources.redhat.com Subject: [RFA] selected_thread_changed event Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-SW-Source: 2002-09/txt/msg00067.txt.bz2 Hi, This patch adds the thread equivalent of selected_frame_level_changed event. When the selected thread changes, this event should be posted. Testcase to follow (it's in kseitz_interps-20020528-branch) as soon as my other mi-support.exp changes are reviewed. Ditto the notifications. Keith ChangeLog 2002-09-05 Keith Seitz * gdb-events.sh (selected_thread_changed): New 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.15 diff -p -r1.15 gdb-events.sh *** gdb-events.sh 26 Aug 2002 19:41:56 -0000 1.15 --- gdb-events.sh 5 Sep 2002 16:34:12 -0000 *************** f:void:tracepoint_modify:int number:numb *** 67,72 **** --- 67,73 ---- f:void:architecture_changed:void f:void:target_changed:void f:void:selected_frame_level_changed:int level:level + f:void:selected_thread_changed:int thread_num:thread_num #*:void:annotate_starting_hook:void #*:void:annotate_stopped_hook:void #*:void:annotate_signalled_hook:void