From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 59B4C3858D37; Sun, 16 Aug 2020 22:40:22 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 59B4C3858D37 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1597617622; bh=4GI/pKY72DFJtzzm0b4Swg+HFUswJwNC/LnpVwj2lRE=; h=From:To:Subject:Date:From; b=cr02qVt/d5I+7DECz0U1rHjflcqFpNHNAvRW40r+rakeq/31jA9epdsaMCWF/ufi+ x/sGFhZWrKYcU98EJEYr0Joc91B/PgygkrDuxBAjtrHVeaR+vd6WhxlmqperFqk8T+ v+RERDLXh/H7wVtHdNZhVUBfJekQBw4dAmjAJhSY= From: "rafael_andreas at hotmail dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug debug/96635] New: Feature request: PDB support Date: Sun, 16 Aug 2020 22:40:22 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: debug X-Bugzilla-Version: 10.2.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: rafael_andreas at hotmail dot com X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.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://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: gcc-bugs@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-bugs mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Aug 2020 22:40:22 -0000 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D96635 Bug ID: 96635 Summary: Feature request: PDB support Product: gcc Version: 10.2.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: debug Assignee: unassigned at gcc dot gnu.org Reporter: rafael_andreas at hotmail dot com Target Milestone: --- A few years ago Microsoft has made parts of their PDB implementation public (https://github.com/microsoft/microsoft-pdb), and PDB support is pretty much complete in LLVM. I think this is very useful information to implement PDB support in GCC and further increase compatibility with the MSVC compiler. The primary usecase for this feature is minidump support on Windows for post mortem debugging. A user can write a crash reporting program that sends a minidump over to the user's server(s) and then view the crash using WinDBG = for post mortem debugging. This feature will primarily be of interest to organizations and companies, but is of interest to anybody wishing to incre= ase stability on Windows.=