Re: [PATCH 2/5] Support for CodeView debugging format

2023-10-26 Thread Mark Harmstone
On 26/10/23 10:35, Richard Biener wrote: On Mon, Oct 23, 2023 at 2:57 AM Mark Harmstone wrote: This patch and the following add initial support for Microsoft's CodeView debugging format, as used by MSVC, to mingw targets. A high-level question - it seems there's almost no information in the

Re: [PATCH 2/5] Support for CodeView debugging format

2023-10-26 Thread Richard Biener
On Mon, Oct 23, 2023 at 2:57 AM Mark Harmstone wrote: > > This patch and the following add initial support for Microsoft's > CodeView debugging format, as used by MSVC, to mingw targets. A high-level question - it seems there's almost no information in the codeview sections, so is that debug form

[PATCH 2/5] Support for CodeView debugging format

2023-10-22 Thread Mark Harmstone
This patch and the following add initial support for Microsoft's CodeView debugging format, as used by MSVC, to mingw targets. Note that you will need a recent version of binutils for this to be useful. The best way to view the output is to run Microsoft's cvdump.exe, found in their microsoft-pdb