From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id B8E043858D37; Mon, 4 Mar 2024 13:06:30 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org B8E043858D37 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1709557590; bh=GkWP19N4287mxnNcC0wj6n8UQvIUfCTTXs/0b6FdRbw=; h=From:To:Subject:Date:In-Reply-To:References:From; b=xX59pPRNKt7qfgsqrUiaxbWigD5342047TwZXV2gzf9ns1rhfoGBBIVWHkxZeLiHP 78W6EBIB4Sru1pH4a2wSew/C26+aDOiyY/F5TnXeUuAY+hoQz3J6jUWFfHIru5KGJt Hr8RAi7EQnoPP5moSjG+9IdMPb++9F1HDV/LOX+Q= From: "vries at gcc dot gnu.org" To: gdb-prs@sourceware.org Subject: [Bug tdep/31443] [gdb/tdep, arm] FAIL: gdb.threads/threads-after-exec.exp: continue until exec (the program exited) Date: Mon, 04 Mar 2024 13:06:30 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gdb X-Bugzilla-Component: tdep X-Bugzilla-Version: HEAD X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: vries at gcc dot gnu.org X-Bugzilla-Status: NEW 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 List-Id: https://sourceware.org/bugzilla/show_bug.cgi?id=3D31443 --- Comment #1 from Tom de Vries --- Another variant: ... (gdb) catch exec^M Catchpoint 2 (exec)^M (gdb) PASS: gdb.threads/threads-after-exec.exp: catch exec continue^M Continuing.^M [New Thread 0xf76a5420 (LWP 11994)]^M ptrace: No such process.^M (gdb) FAIL: gdb.threads/threads-after-exec.exp: continue until exec p $_inferior_thread_count^M Unable to fetch general registers: No such process.^M (gdb) FAIL: gdb.threads/threads-after-exec.exp: p $_inferior_thread_count [Inferior 1 (process 11992) exited normally]^M print /d $_thread^M $1 =3D 0^M (gdb) FAIL: gdb.threads/threads-after-exec.exp: get integer valueof "$_thre= ad" (the program exited) ... --=20 You are receiving this mail because: You are on the CC list for the bug.=