From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 5483E3851C2F; Sat, 9 May 2020 10:20:28 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 5483E3851C2F From: "vries at gcc dot gnu.org" To: gdb-prs@sourceware.org Subject: [Bug c++/25955] New: 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:20:28 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new 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: bug_id short_desc product version bug_status bug_severity priority component assigned_to reporter target_milestone Message-ID: 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:20:28 -0000 https://sourceware.org/bugzilla/show_bug.cgi?id=3D25955 Bug ID: 25955 Summary: FAIL: gdb.mi/mi-catch-cpp-exceptions.exp: all with invalid regexp: run until breakpoint in main (unknown output after running) Product: gdb Version: HEAD Status: NEW Severity: normal Priority: P2 Component: c++ Assignee: unassigned at sourceware dot org Reporter: vries at gcc dot gnu.org Target Milestone: --- When running test-case gdb.mi/mi-catch-cpp-exceptions.exp, I run into: ... PASS: gdb.mi/mi-catch-cpp-exceptions.exp: all with invalid regexp: Setup -catch-catch -exec-continue^M ^running^M *running,thread-id=3D"all"^M (gdb) ^M =3Dbreakpoint-modified,bkpt=3D{number=3D"13",type=3D"catchpoint",disp=3D"ke= ep",enabled=3D"y",what=3D"exception throw",catch-type=3D"throw",thread-groups=3D["i1"],regexp=3D"blahblah",time= s=3D"1"}^M 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[^ ]*^M (=3Dthread-selected,id=3D"[0-9]+"^M |=3D(?:breakpoint-created|breakpoint-deleted)[^ ]+"^M )*[(]gdb[)] ^M $ ~"\n"^M ~"Catchpoint 13 (exception thrown), 0x00007ffff7ab037e in __cxa_throw () fr= om /usr/lib64/libstdc++.so.6\n"^M *stopped,bkptno=3D"13",reason=3D"breakpoint-hit",disp=3D"keep",frame=3D{add= r=3D"0x00007ffff7ab037e",func=3D"__cxa_throw",args=3D[],from=3D"/usr/lib64/= libstdc++.so.6",arch=3D"i386:x86-64"},thread-id=3D"1",stopped-threads=3D"al= l",core=3D"0"^M (gdb) ^M got =3Dbreakpoint-modified,bkpt=3D{number=3D"13",type=3D"catchpoint",disp=3D"ke= ep",enabled=3D"y",what=3D"exception throw",catch-type=3D"throw",thread-groups=3D["i1"],regexp=3D"blahblah",time= s=3D"1"}^M ~"\n"^M ~"Catchpoint 13 (exception thrown), 0x00007ffff7ab037e in __cxa_throw () fr= om /usr/lib64/libstdc++.so.6\n"^M *stopped,bkptno=3D"13",reason=3D"breakpoint-hit",disp=3D"keep",frame=3D{add= r=3D"0x00007ffff7ab037e",func=3D"__cxa_throw",args=3D[],from=3D"/usr/lib64/= libstdc++.so.6",arch=3D"i386:x86-64"},thread-id=3D"1",stopped-threads=3D"al= l",core=3D"0"^M (gdb) ^M FAIL: gdb.mi/mi-catch-cpp-exceptions.exp: all with invalid regexp: run until breakpoint in main (unknown output after running) ... --=20 You are receiving this mail because: You are on the CC list for the bug.=