From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 92A223857C5B; Wed, 1 Sep 2021 13:38:59 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 92A223857C5B From: "massimiliano.cuoghi at systemceramics dot com" To: gdb-prs@sourceware.org Subject: [Bug breakpoints/28288] gdbserver close connection Date: Wed, 01 Sep 2021 13:38:59 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gdb X-Bugzilla-Component: breakpoints X-Bugzilla-Version: 8.2.1 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: massimiliano.cuoghi at systemceramics dot com X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: unassigned at sourceware dot org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://sourceware.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: gdb-prs@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gdb-prs mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Sep 2021 13:38:59 -0000 https://sourceware.org/bugzilla/show_bug.cgi?id=3D28288 --- Comment #11 from Massimiliano --- I am not very practical to use the gdb or to compile on the command line because I usually use the qtcreator that gives it all. However I add a new testcase "testcasenew" made by me. with the instructions of how I did to generate the problem: 1) to compile go to the testcasenew directory and give the following comman= ds: - qmake untitled.pro - qmake - make 2) Copy the executable to the target and after I have given: - gdbserver localhost: 2000 testcase 3) On the host machine - gdb -nx testcase - remote target 192.168.127.172:2000 - b main - break main.cpp: 33 4) then give the following command until it goes into error - continue --=20 You are receiving this mail because: You are on the CC list for the bug.=