public inbox for insight-prs@sourceware.org
help / color / mirror / Atom feed
* insight/149: Connection to remote (serial) target fails if target selection dialog is not displayed.
@ 2002-05-07 11:43 craig
  0 siblings, 0 replies; only message in thread
From: craig @ 2002-05-07 11:43 UTC (permalink / raw)
  To: insight-gnats


>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:


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2002-05-07 18:43 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-05-07 11:43 insight/149: Connection to remote (serial) target fails if target selection dialog is not displayed craig

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).