From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30397 invoked by alias); 6 Jul 2006 16:29:22 -0000 Received: (qmail 30387 invoked by uid 22791); 6 Jul 2006 16:29:22 -0000 X-Spam-Check-By: sourceware.org Received: from zen.org (HELO mail.zen.org) (69.55.232.50) by sourceware.org (qpsmtpd/0.31) with ESMTP; Thu, 06 Jul 2006 16:29:20 +0000 Received: from localhost (zen.org [127.0.0.1]) by mail.zen.org (Postfix) with ESMTP id C815D26C02C for ; Thu, 6 Jul 2006 09:29:18 -0700 (PDT) Received: from mail.zen.org ([127.0.0.1]) by localhost (zen.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 22615-06 for ; Thu, 6 Jul 2006 09:29:12 -0700 (PDT) Received: from [10.9.79.25] (dpc6919101107.direcpc.com [69.19.101.107]) by mail.zen.org (Postfix) with ESMTP id E2C2326C028 for ; Thu, 6 Jul 2006 09:29:08 -0700 (PDT) Message-ID: <44AD3A4E.3020105@zen.org> Date: Thu, 06 Jul 2006 16:29:00 -0000 From: Brendan Kehoe User-Agent: Thunderbird 1.5.0.4 (Windows/20060516) MIME-Version: 1.0 To: gdb@sources.redhat.com Subject: cont vs run -- the real deal Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2006-07/txt/msg00013.txt.bz2 Does there exist in writing an explanation of why "run" works for native programs and "target sim" targets, but "cont" is the correct approach for "target remote ..." ? The docs I'm able to see, and the sources for the various stubs and infcmd.c all seem to leave it implied somehow. Thanks, B