From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id D10A7387084F; Sat, 9 May 2020 10:24:06 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org D10A7387084F From: "vries at gcc dot gnu.org" To: gdb-prs@sourceware.org Subject: [Bug c++/25955] FAIL: gdb.mi/mi-catch-cpp-exceptions.exp: all with invalid regexp: run until breakpoint in main (unknown output after running) Date: Sat, 09 May 2020 10:24:06 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gdb X-Bugzilla-Component: c++ 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: Sat, 09 May 2020 10:24:06 -0000 https://sourceware.org/bugzilla/show_bug.cgi?id=3D25955 --- Comment #2 from Tom de Vries --- Before the offending commit, we have: ... PASS: gdb.mi/mi-catch-cpp-exceptions.exp: all with invalid regexp: Setup -catch-catch -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]+",frame= =3D{addr=3D"0x[0-9A-Fa-f]+",func=3D"main",args=3D\[.*\],(?:file=3D"[^ ]*.*",fullname=3D"(/[^\n]*/|\\\\[^\\]+\\[^\n]+\\|\\[^\\][^\n]*\\|[a-zA-Z]:[= ^\n]*\\).*",line=3D"67",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"12",type=3D"breakpoint",disp=3D"ke= ep",enabled=3D"y",addr=3D"0x00000000004008e5",func=3D"main()",file=3D"/data= /gdb_versions/devel/src/gdb/testsuite/gdb.mi/mi-catch-cpp-exceptions.cc",fu= llname=3D"/data/gdb_versions/devel/binutils-gdb.git/gdb/testsuite/gdb.mi/mi= -catch-cpp-exceptions.cc",line=3D"67",thread-groups=3D["i1"],times=3D"1",or= iginal-location=3D"mi-catch-cpp-exceptions.cc:67"} ~"\n" ~"Breakpoint 12, main () at /data/gdb_versions/devel/src/gdb/testsuite/gdb.mi/mi-catch-cpp-exceptions.c= c:67\n" ~"67\t\t return 1;\t/* Stop here. */\n" *stopped,reason=3D"breakpoint-hit",disp=3D"keep",bkptno=3D"12",frame=3D{add= r=3D"0x00000000004008e5",func=3D"main",args=3D[],file=3D"/data/gdb_versions= /devel/src/gdb/testsuite/gdb.mi/mi-catch-cpp-exceptions.cc",fullname=3D"/da= ta/gdb_versions/devel/binutils-gdb.git/gdb/testsuite/gdb.mi/mi-catch-cpp-ex= ceptions.cc",line=3D"67",arch=3D"i386:x86-64"},thread-id=3D"1",stopped-thre= ads=3D"all",core=3D"3" (gdb)=20 PASS: gdb.mi/mi-catch-cpp-exceptions.exp: all with invalid regexp: run until breakpoint in main ... --=20 You are receiving this mail because: You are on the CC list for the bug.=