delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2021/01/21/07:31:04

X-Recipient: archive-cygwin AT delorie DOT com
DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 0A52C3851C01
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cygwin.com;
s=default; t=1611232223;
bh=NrHYI+DXA5lKoCJXUHtayzc9cXq6dddcbF78G3KFhCo=;
h=Subject:To:References:Date:In-Reply-To:List-Id:List-Unsubscribe:
List-Archive:List-Post:List-Help:List-Subscribe:From:Reply-To:
From;
b=IL5PghY7CoyLhqbO5Zy4FgzenSo0AiYb113NGTz1T1Gxy08wInldiYwQZn2FLHzH8
9U6pTE3Y7SlVm4VRvNVd2yb6iJa0KB6ExoLBcgZ6W+BwZRUGqNzXxuGUwLhO1KXv4X
WuwtCjkJm/LpnnMEEOvicb0BwO5HWLf5AobSb0Nk=
X-Original-To: cygwin AT cygwin DOT com
Delivered-To: cygwin AT cygwin DOT com
DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org ACB7C3851C01
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
d=1e100.net; s=20161025;
h=x-gm-message-state:subject:to:references:from:message-id:date
:user-agent:mime-version:in-reply-to:content-language
:content-transfer-encoding;
bh=zqHvNVW+rKbVJKRf3ZpUAb0nMpIRJ6b6h/LW6H7DO4E=;
b=kma9/5yUwRLkEBIYTy4uXgT2JO3BI2iQa/FRIn0VL1n9PxoA4eAbWnwtsq575ynNTR
EPyW0vgQT6k9R5SlpEcDy7OSVxQYCiANEKymsfyE5k+cuJU1+KnDx/kFBYaRqIrCPJLO
D7972wmyqs5n5fIuxEVIvUbrQ9btTvS61IfJ6YPPL+ZGaY5Vjo8I5lsONQY81t2PCEns
wIj9oDDWwRfktMHxMDTWOKiGeUb1Bw4jmoj9LT6Df/S7O/vOrYeCLZzMRewaK/Yf/eOU
JOd3FDFvN/+NCvgKtcA/P30/QTqLW7TdtHXfg3Pkzlf1mzU8mim/nJXn+vb+YdL6GcAZ
S+Ww==
X-Gm-Message-State: AOAM530Om1T2NzXn+aycgCTMn6U6pE3mpsKleKf23FWI+p6H5kBdziPZ
n7rP1rlrnJtJWnLMbrruYjDgVa1CLOhnxw==
X-Google-Smtp-Source: ABdhPJy43Vt2SiIOMm+d42d8xzbNUtJ8dkKk31FmQIrimmp8zBPsVVzLt9spuLFLw+dNzGUAxsnykA==
X-Received: by 2002:adf:ecc1:: with SMTP id s1mr8881653wro.146.1611232219837;
Thu, 21 Jan 2021 04:30:19 -0800 (PST)
Subject: Re: gdb dysfuntional: no output in bash window, no echo
To: cygwin AT cygwin DOT com
References: <CAM25FTrf2Cs9MB1Qb-H4LJmsigmiQgEzscyS9hZZBRumBeTmDQ AT mail DOT gmail DOT com>
Message-ID: <2a2c2cf5-b83c-8ec7-0e22-c13d2b8fa8fe@gmail.com>
Date: Thu, 21 Jan 2021 13:30:18 +0100
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:78.0) Gecko/20100101
Thunderbird/78.6.1
MIME-Version: 1.0
In-Reply-To: <CAM25FTrf2Cs9MB1Qb-H4LJmsigmiQgEzscyS9hZZBRumBeTmDQ@mail.gmail.com>
X-Spam-Status: No, score=-1.6 required=5.0 tests=BAYES_00, DKIM_SIGNED,
DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_FROM, NICE_REPLY_A,
RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS,
TXREP autolearn=ham autolearn_force=no version=3.4.2
X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on
server2.sourceware.org
X-BeenThere: cygwin AT cygwin DOT com
X-Mailman-Version: 2.1.29
List-Id: General Cygwin discussions and problem reports <cygwin.cygwin.com>
List-Unsubscribe: <https://cygwin.com/mailman/options/cygwin>,
<mailto:cygwin-request AT cygwin DOT com?subject=unsubscribe>
List-Archive: <https://cygwin.com/pipermail/cygwin/>
List-Post: <mailto:cygwin AT cygwin DOT com>
List-Help: <mailto:cygwin-request AT cygwin DOT com?subject=help>
List-Subscribe: <https://cygwin.com/mailman/listinfo/cygwin>,
<mailto:cygwin-request AT cygwin DOT com?subject=subscribe>
From: Marco Atzeri via Cygwin <cygwin AT cygwin DOT com>
Reply-To: Marco Atzeri <marco DOT atzeri AT gmail DOT com>
Errors-To: cygwin-bounces AT cygwin DOT com
Sender: "Cygwin" <cygwin-bounces AT cygwin DOT com>

On 21.01.2021 13:06, Tord Andreasson via Cygwin wrote:
> Hi,
> 

> torda AT Tord-desktop ~ /HelloWorld
> $ gdb ./helloworld.exe
> <from now on I am using gdb blindfolded as nothing is output>
> run <not echoed>
> <typing ls and less in another bash window will list a file
> "helloworld.log" containing "Hello world", which demonstrates that gdb
> actually did run the program to its completion>
> quit <returns me to the bash prompt>
> torda AT Tord-desktop ~/HelloWorld
> $
> 
> Hopefully this description is comprehensible, if not please let me know if
> anything is missing.
> 
> Any idea what I should look at to troubleshoot the issue?
> 
> Best wishes,
> Tord

black on black background ?
https://sourceware.org/gdb/current/onlinedocs/gdb/Output-Styling.html
--
Problem reports:      https://cygwin.com/problems.html
FAQ:                  https://cygwin.com/faq/
Documentation:        https://cygwin.com/docs.html
Unsubscribe info:     https://cygwin.com/ml/#unsubscribe-simple

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019