public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug debug/96635] New: Feature request: PDB support
@ 2020-08-16 22:40 rafael_andreas at hotmail dot com
  2021-05-30 23:54 ` [Bug debug/96635] " pinskia at gcc dot gnu.org
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: rafael_andreas at hotmail dot com @ 2020-08-16 22:40 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96635

            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 increase
stability on Windows.

^ permalink raw reply	[flat|nested] 9+ messages in thread

* [Bug debug/96635] Feature request: PDB support
  2020-08-16 22:40 [Bug debug/96635] New: Feature request: PDB support rafael_andreas at hotmail dot com
@ 2021-05-30 23:54 ` pinskia at gcc dot gnu.org
  2024-07-20 18:33 ` egallager at gcc dot gnu.org
                   ` (6 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: pinskia at gcc dot gnu.org @ 2021-05-30 23:54 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96635

Andrew Pinski <pinskia at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Target|                            |mingw
           Severity|normal                      |enhancement

^ permalink raw reply	[flat|nested] 9+ messages in thread

* [Bug debug/96635] Feature request: PDB support
  2020-08-16 22:40 [Bug debug/96635] New: Feature request: PDB support rafael_andreas at hotmail dot com
  2021-05-30 23:54 ` [Bug debug/96635] " pinskia at gcc dot gnu.org
@ 2024-07-20 18:33 ` egallager at gcc dot gnu.org
  2024-07-20 19:55 ` pinskia at gcc dot gnu.org
                   ` (5 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: egallager at gcc dot gnu.org @ 2024-07-20 18:33 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96635

Eric Gallager <egallager at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |egallager at gcc dot gnu.org

--- Comment #1 from Eric Gallager <egallager at gcc dot gnu.org> ---
I think I may have seen some patches for this, but don't have the links on-hand
now...

^ permalink raw reply	[flat|nested] 9+ messages in thread

* [Bug debug/96635] Feature request: PDB support
  2020-08-16 22:40 [Bug debug/96635] New: Feature request: PDB support rafael_andreas at hotmail dot com
  2021-05-30 23:54 ` [Bug debug/96635] " pinskia at gcc dot gnu.org
  2024-07-20 18:33 ` egallager at gcc dot gnu.org
@ 2024-07-20 19:55 ` pinskia at gcc dot gnu.org
  2024-07-21  6:19 ` [Bug debug/96635] Feature request: PDB/Codeview support egallager at gcc dot gnu.org
                   ` (4 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: pinskia at gcc dot gnu.org @ 2024-07-20 19:55 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96635

--- Comment #2 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
The patches to support CodeView is being added (and improved) for GCC 15. I am
not sure how much will be finished by the release of GCC 15.

BUT it might be the case there is enough for at least minidump already.

^ permalink raw reply	[flat|nested] 9+ messages in thread

* [Bug debug/96635] Feature request: PDB/Codeview support
  2020-08-16 22:40 [Bug debug/96635] New: Feature request: PDB support rafael_andreas at hotmail dot com
                   ` (2 preceding siblings ...)
  2024-07-20 19:55 ` pinskia at gcc dot gnu.org
@ 2024-07-21  6:19 ` egallager at gcc dot gnu.org
  2024-07-21 11:23 ` mark at harmstone dot com
                   ` (3 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: egallager at gcc dot gnu.org @ 2024-07-21  6:19 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96635

Eric Gallager <egallager at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |mark at harmstone dot com

--- Comment #3 from Eric Gallager <egallager at gcc dot gnu.org> ---
(In reply to Andrew Pinski from comment #2)
> The patches to support CodeView is being added (and improved) for GCC 15. I
> am not sure how much will be finished by the release of GCC 15.
> 
> BUT it might be the case there is enough for at least minidump already.

Right, cc-ing Mark Harmstone, who has been the one submitting those patches.

^ permalink raw reply	[flat|nested] 9+ messages in thread

* [Bug debug/96635] Feature request: PDB/Codeview support
  2020-08-16 22:40 [Bug debug/96635] New: Feature request: PDB support rafael_andreas at hotmail dot com
                   ` (3 preceding siblings ...)
  2024-07-21  6:19 ` [Bug debug/96635] Feature request: PDB/Codeview support egallager at gcc dot gnu.org
@ 2024-07-21 11:23 ` mark at harmstone dot com
  2024-07-21 22:28 ` egallager at gcc dot gnu.org
                   ` (2 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: mark at harmstone dot com @ 2024-07-21 11:23 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96635

--- Comment #4 from Mark Harmstone <mark at harmstone dot com> ---
(In reply to Andrew Pinski from comment #2)
> The patches to support CodeView is being added (and improved) for GCC 15. I
> am not sure how much will be finished by the release of GCC 15.

Support for C is very nearly finished. I hope to get all the C++ stuff
(namespaces, templates, class member functions) done for GCC 15 too.

^ permalink raw reply	[flat|nested] 9+ messages in thread

* [Bug debug/96635] Feature request: PDB/Codeview support
  2020-08-16 22:40 [Bug debug/96635] New: Feature request: PDB support rafael_andreas at hotmail dot com
                   ` (4 preceding siblings ...)
  2024-07-21 11:23 ` mark at harmstone dot com
@ 2024-07-21 22:28 ` egallager at gcc dot gnu.org
  2024-07-21 22:31 ` mark at harmstone dot com
  2024-07-22  0:03 ` egallager at gcc dot gnu.org
  7 siblings, 0 replies; 9+ messages in thread
From: egallager at gcc dot gnu.org @ 2024-07-21 22:28 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96635

--- Comment #5 from Eric Gallager <egallager at gcc dot gnu.org> ---
(In reply to Mark Harmstone from comment #4)
> (In reply to Andrew Pinski from comment #2)
> > The patches to support CodeView is being added (and improved) for GCC 15. I
> > am not sure how much will be finished by the release of GCC 15.
> 
> Support for C is very nearly finished. I hope to get all the C++ stuff
> (namespaces, templates, class member functions) done for GCC 15 too.

OK to put you as the assignee for this?

^ permalink raw reply	[flat|nested] 9+ messages in thread

* [Bug debug/96635] Feature request: PDB/Codeview support
  2020-08-16 22:40 [Bug debug/96635] New: Feature request: PDB support rafael_andreas at hotmail dot com
                   ` (5 preceding siblings ...)
  2024-07-21 22:28 ` egallager at gcc dot gnu.org
@ 2024-07-21 22:31 ` mark at harmstone dot com
  2024-07-22  0:03 ` egallager at gcc dot gnu.org
  7 siblings, 0 replies; 9+ messages in thread
From: mark at harmstone dot com @ 2024-07-21 22:31 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96635

--- Comment #6 from Mark Harmstone <mark at harmstone dot com> ---
(In reply to Eric Gallager from comment #5)
> OK to put you as the assignee for this?

Of course

^ permalink raw reply	[flat|nested] 9+ messages in thread

* [Bug debug/96635] Feature request: PDB/Codeview support
  2020-08-16 22:40 [Bug debug/96635] New: Feature request: PDB support rafael_andreas at hotmail dot com
                   ` (6 preceding siblings ...)
  2024-07-21 22:31 ` mark at harmstone dot com
@ 2024-07-22  0:03 ` egallager at gcc dot gnu.org
  7 siblings, 0 replies; 9+ messages in thread
From: egallager at gcc dot gnu.org @ 2024-07-22  0:03 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96635

Eric Gallager <egallager at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |ASSIGNED
           Assignee|unassigned at gcc dot gnu.org      |mark at harmstone dot com
   Last reconfirmed|                            |2024-07-22
     Ever confirmed|0                           |1

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2024-07-22  0:03 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-08-16 22:40 [Bug debug/96635] New: Feature request: PDB support rafael_andreas at hotmail dot com
2021-05-30 23:54 ` [Bug debug/96635] " pinskia at gcc dot gnu.org
2024-07-20 18:33 ` egallager at gcc dot gnu.org
2024-07-20 19:55 ` pinskia at gcc dot gnu.org
2024-07-21  6:19 ` [Bug debug/96635] Feature request: PDB/Codeview support egallager at gcc dot gnu.org
2024-07-21 11:23 ` mark at harmstone dot com
2024-07-21 22:28 ` egallager at gcc dot gnu.org
2024-07-21 22:31 ` mark at harmstone dot com
2024-07-22  0:03 ` egallager at gcc dot gnu.org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).