From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7565 invoked by alias); 9 Jun 2014 17:40:10 -0000 Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org Received: (qmail 7556 invoked by uid 89); 9 Jun 2014 17:40:09 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-0.7 required=5.0 tests=BAYES_20,RP_MATCHES_RCVD,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mga03.intel.com Received: from mga03.intel.com (HELO mga03.intel.com) (143.182.124.21) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 09 Jun 2014 17:40:08 +0000 Received: from azsmga001.ch.intel.com ([10.2.17.19]) by azsmga101.ch.intel.com with ESMTP; 09 Jun 2014 10:40:06 -0700 X-ExtLoop1: 1 Received: from orsmsx107.amr.corp.intel.com ([10.22.240.5]) by azsmga001.ch.intel.com with ESMTP; 09 Jun 2014 10:40:04 -0700 Received: from orsmsx156.amr.corp.intel.com (10.22.240.22) by ORSMSX107.amr.corp.intel.com (10.22.240.5) with Microsoft SMTP Server (TLS) id 14.3.123.3; Mon, 9 Jun 2014 10:39:37 -0700 Received: from orsmsx102.amr.corp.intel.com ([169.254.1.23]) by ORSMSX156.amr.corp.intel.com ([169.254.8.111]) with mapi id 14.03.0123.003; Mon, 9 Jun 2014 10:39:37 -0700 From: "Vardhana, Ananda" To: "gdb@sourceware.org" Subject: Questions on vCont Date: Mon, 09 Jun 2014 17:40:00 -0000 Message-ID: <301B88517A226B4DA3D210EF3D49753273F76D16@ORSMSX102.amr.corp.intel.com> Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-SW-Source: 2014-06/txt/msg00029.txt.bz2 'vCont[;action[:thread-id]]...' Resume the inferior, specifying different actions for each thread. If= an action is specified with no thread-id, then it is applied to any thread= s that don't have a specific action specified; if no default action is specified then other threads should remain stopped= in all-stop mode and in their current state in non-stop mode. Specifying m= ultiple default actions is an error; specifying no actions is also an error= . Thread IDs are specified using the syntax described in thread-id syntax. Could some kind folk clear up some of my doubts: 1. "Resume the inferior, specifying different actions for each thread"= --> what does this first sentence mean? What does word inferior mean in th= is context? 2. "Specifying multiple default actions is an error" --> Please give= me couple of examples. 3. "specifying no actions is also an error". An example for this too p= lease. 4. Lastly please tell me what all commands I have specified here is wr= ong a. vCont;c:ab;c:cd --> ab, cd are thread id's b. vCont;c:12;s:23;t:45 c. vCont;c:3;s:3 --> This is wrong for sure d. vCont;c-1 --> Putting anything after this wrong as we have continue= on all processors 'C sig' Continue with signal sig. The signal sig should be two hex digits. 5. What is the meaning of a signal in this context? 6. Why is the name 'sig' not appearing in the usage shown above. Or wh= y is it they talk only about thread-id only? 7. Please give me an example of the usage syntax with signals? 8. I hope the C sig & S sig are still a supported 'r start,end' 9. Please give me a usage format for it. Would it be like r 0x12345678= , 1234570C If there is a web site where these kind of questions have been answered ple= ase point me to it. Thanks in advance Regards Ananda