From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29085 invoked by alias); 6 May 2003 21:31:54 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 29072 invoked from network); 6 May 2003 21:31:52 -0000 Received: from unknown (HELO hub.ott.qnx.com) (209.226.137.76) by sources.redhat.com with SMTP; 6 May 2003 21:31:52 -0000 Received: from smtp.ott.qnx.com (smtp.ott.qnx.com [10.0.2.158]) by hub.ott.qnx.com (8.9.3p2/8.9.3) with ESMTP id RAA01004 for ; Tue, 6 May 2003 17:29:09 -0400 Received: from node1.ott.qnx.com (hwlab1 [10.0.2.159]) by smtp.ott.qnx.com (8.8.8/8.6.12) with ESMTP id RAA32086 for ; Tue, 6 May 2003 17:31:52 -0400 Received: (from alain@localhost) by node1.ott.qnx.com (8.8.8/8.6.12) id RAA16749 for gdb@sources.redhat.com; Tue, 6 May 2003 17:31:51 -0400 Message-Id: <200305062131.RAA16749@node1.ott.qnx.com> Subject: GDB/MI lawyer for Thread Creation To: gdb@sources.redhat.com Date: Tue, 06 May 2003 21:31:00 -0000 From: "Alain Magloire" MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-SW-Source: 2003-05/txt/msg00086.txt.bz2 Bonjour Need a MI protocol guru for this. When threads are created gdb is sending gdb -i mi ~"[NEW Thread 1024 (LWP 8288)]\n" Useless for MI, how about a new OOB ? *thread,thread-id="8288" or a new async-notify ? =thread,thread-id="8288" Only "*stopped" is currently define as a possible oob.