From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5252 invoked by alias); 7 Sep 2004 09:03:34 -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 5235 invoked from network); 7 Sep 2004 09:03:33 -0000 Received: from unknown (HELO smtp.hispeed.ch) (62.2.95.247) by sourceware.org with SMTP; 7 Sep 2004 09:03:33 -0000 Received: from indel.ch (217-162-27-127.dclient.hispeed.ch [217.162.27.127]) by smtp.hispeed.ch (8.12.6/8.12.6/tornado-1.0) with SMTP id i8793W6i015022 for ; Tue, 7 Sep 2004 11:03:33 +0200 Received: from fabi.indel.ch [192.168.1.19] by indel.ch [127.0.0.1] with SMTP (MDaemon.v2.7.SP5.R) for ; Tue, 07 Sep 2004 11:01:50 +0200 Message-Id: <5.2.0.9.1.20040907104922.01cfa2a8@NT_SERVER> X-Sender: cenedese@NT_SERVER (Unverified) Date: Tue, 07 Sep 2004 09:03:00 -0000 To: gdb@sources.redhat.com From: Fabian Cenedese Subject: MI set thread command Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" X-MDaemon-Deliver-To: gdb@sources.redhat.com X-Return-Path: cenedese@indel.ch X-SW-Source: 2004-09/txt/msg00047.txt.bz2 Hi The manual says for the MI set thread command: Hct - where c should be 'c' for step and continue, but 'g' for other operations. What are does other operations? Reading registers? When does gdb use the one or the other? What is used if I issue "thread xx" on the command line? So far I couldn't quite make it out from watching the protocols. Thanks bye Fabi