From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9808 invoked by alias); 7 May 2002 18:43:01 -0000 Mailing-List: contact insight-prs-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: insight-prs-owner@sources.redhat.com Received: (qmail 9784 invoked by uid 71); 7 May 2002 18:43:01 -0000 Resent-Date: 7 May 2002 18:43:01 -0000 Resent-Message-ID: <20020507184301.9783.qmail@sources.redhat.com> Resent-From: insight-gnats@sources.redhat.com (GNATS Filer) Resent-To: nobody@sources.redhat.com Resent-Cc: insight-prs@sources.redhat.com Resent-Reply-To: insight-gnats@sources.redhat.com, craig@triscend.com Received:(qmail 6987 invoked by uid 61); 7 May 2002 18:35:35 -0000 Message-Id:<20020507183535.6986.qmail@sources.redhat.com> Date: Tue, 07 May 2002 11:43:00 -0000 From: craig@triscend.com Reply-To: craig@triscend.com To: insight-gnats@sources.redhat.com X-Send-Pr-Version:gnatsweb-2.9.3 (1.1.1.1.2.31) Subject: insight/149: Connection to remote (serial) target fails if target selection dialog is not displayed. X-SW-Source: 2002-q2/txt/msg00018.txt.bz2 List-Id: >Number: 149 >Category: insight >Synopsis: Connection to remote (serial) target fails if target selection dialog is not displayed. >Confidential: no >Severity: serious >Priority: high >Responsible: unassigned >State: open >Class: sw-bug >Submitter-Id: net >Arrival-Date: Tue May 07 11:43:01 PDT 2002 >Closed-Date: >Last-Modified: >Originator: craig@triscend.com >Release: unknown-1.0 >Organization: >Environment: Windows 2000/Cygwin >Description: There has been a change in Insight where the target selection window is only displayed if Target Settings is selected by the user or no target is set. This causes problems for serial remote targets like Cygmon, because if the target selection window is not displayed, the the remote serial baudrate is not set. >How-To-Repeat: >Fix: Sorry no patch file, but... In interface.tcl, add a line that calls set_baud just before the remote connection is made, see below... debug "CONNECTING TO TARGET: $gdb_target_cmd" # # If the target selection windows was not displayed because # the target was already configured, the baud rate will not # be set correctly, so call set_baud. # set_baud set err [catch {gdb_immediate "target $gdb_target_cmd"} msg ] $srcWin set_status >Release-Note: >Audit-Trail: >Unformatted: