From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id E0D553857C4C; Wed, 14 Oct 2020 07:39:22 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org E0D553857C4C From: "vries at gcc dot gnu.org" To: gdb-prs@sourceware.org Subject: [Bug ada/26732] FAIL: gdb.ada/mi_catch_ex.exp: continue to exception catchpoint hit (unknown output after running) Date: Wed, 14 Oct 2020 07:39:22 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gdb X-Bugzilla-Component: ada 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 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, 14 Oct 2020 07:39:23 -0000 https://sourceware.org/bugzilla/show_bug.cgi?id=3D26732 --- Comment #1 from Tom de Vries --- (In reply to Tom de Vries from comment #0) > With current trunk (commit 7b47a31256) I see: > ... > FAIL: gdb.ada/mi_catch_ex.exp: continue to exception catchpoint hit (unkn= own > output after running) In more detail: ... PASS: gdb.ada/mi_catch_ex.exp: catch unhandled exceptions -exec-continue ^running *running,thread-id=3D"all" (gdb)=20 mi_expect_stop: expecting: \*stopped,reason=3D"breakpoint-hit",disp=3D"keep",bkptno=3D"[0-9]+",excepti= on-name=3D"PROGRAM_ERROR(",exception-message=3D"foo\.adb:[0-9]+ explicit raise)?",frame=3D{addr=3D"0x[0-9A-Fa-f]+",func=3D"foo",args=3D\[\]= ,(?:file=3D"[^ ]*.*",fullname=3D"(/[^\n]*/|\\\\[^\\]+\\[^\n]+\\|\\[^\\][^\n]*\\|[a-zA-Z]:[= ^\n]*\\).*",line=3D".*",arch=3D"[^ ]*"|from=3D".*")}.*,thread-id=3D"[0-9]+",stopped-threads=3D[^ ]* (=3Dthread-selected,id=3D"[0-9]+" |=3D(?:breakpoint-created|breakpoint-deleted)[^ ]+" )*[(]gdb[)]=20 $ =3Dbreakpoint-modified,bkpt=3D{number=3D"2",type=3D"catchpoint",disp=3D"kee= p",enabled=3D"y",what=3D"all Ada exceptions",thread-groups=3D["i1"],times=3D"1",original-location=3D"__gnat_= debug_raise_exception"} ~"\nCatchpoint " ~"2, CONSTRAINT_ERROR (foo.adb:20 explicit raise) at 0x0000000000401faa in = foo () at /home/vries/gdb_versions/devel/binutils-gdb.git/gdb/testsuite/gdb.ada/mi_ca= tch_ex/foo.adb:20\n" ~"20\t raise Constraint_Error; -- SPOT1\n" *stopped,reason=3D"breakpoint-hit",disp=3D"keep",bkptno=3D"2",exception-nam= e=3D"CONSTRAINT_ERROR",exception-message=3D"foo.adb:20 explicit raise",frame=3D{addr=3D"0x0000000000401faa",func=3D"foo",args=3D[],file=3D"= /home/vries/gdb_versions/devel/binutils-gdb.git/gdb/testsuite/gdb.ada/mi_ca= tch_ex/foo.adb",fullname=3D"/home/vries/gdb_versions/devel/binutils-gdb.git= /gdb/testsuite/gdb.ada/mi_catch_ex/foo.adb",line=3D"20",arch=3D"i386:x86-64= "},thread-id=3D"1",stopped-threads=3D"all",core=3D"2" (gdb)=20 got =3Dbreakpoint-modified,bkpt=3D{number=3D"2",type=3D"catchpoint",disp=3D"kee= p",enabled=3D"y",what=3D"all Ada exceptions",thread-groups=3D["i1"],times=3D"1",original-location=3D"__gnat_= debug_raise_exception"} ~"\nCatchpoint " ~"2, CONSTRAINT_ERROR (foo.adb:20 explicit raise) at 0x0000000000401faa in = foo () at /home/vries/gdb_versions/devel/binutils-gdb.git/gdb/testsuite/gdb.ada/mi_ca= tch_ex/foo.adb:20\n" ~"20\t raise Constraint_Error; -- SPOT1\n" *stopped,reason=3D"breakpoint-hit",disp=3D"keep",bkptno=3D"2",exception-nam= e=3D"CONSTRAINT_ERROR",exception-message=3D"foo.adb:20 explicit raise",frame=3D{addr=3D"0x0000000000401faa",func=3D"foo",args=3D[],file=3D"= /home/vries/gdb_versions/devel/binutils-gdb.git/gdb/testsuite/gdb.ada/mi_ca= tch_ex/foo.adb",fullname=3D"/home/vries/gdb_versions/devel/binutils-gdb.git= /gdb/testsuite/gdb.ada/mi_catch_ex/foo.adb",line=3D"20",arch=3D"i386:x86-64= "},thread-id=3D"1",stopped-threads=3D"all",core=3D"2" (gdb)=20 FAIL: gdb.ada/mi_catch_ex.exp: continue to exception catchpoint hit (unknown output after running) ... --=20 You are receiving this mail because: You are on the CC list for the bug.=