Hi Pavel
Thanks for that very useful notion - adding a fake stack pointer to
the target was indeed the least-intrusive approach (I had tried the
RestoreType approach suggested by Jason and it seemed likely to work
but required backporting 7.0 fixes into the regrettably-6.0-based
codeline).
I susp
(Resend, remembering to add lldb-dev back this time)
Asking for DWARF on Windows generally doesn't get you any info at all.
FTR, the `-glldb` option means generate DWARF, "tuned" for LLDB. Clang
understands three "debugger tunings" which are gdb, lldb, and sce. The
distinctions are minor and no
You actually can get dwarf on Windows, i made this work a long time ago
before we were able to generate PDB, while i was still porting lldb to
Windows. Since pdb wasn’t a thing at the time, dwarf was necessary in order
to get anything working.
I don’t know what the state of it is today though and
On Tue, 2019-03-12 at 12:16 +0100, Hans Wennborg via Release-testers
wrote:
> Dear testers,
>
> 8.0.0-rc5 was just tagged from the release_80 branch at r355909.
>
> This is identical to rc4 with the addition of r355743. Hopefully it is the
> final release candidate, so please give it a good testi
Le 14/03/2019 à 18:48, Michał Górny via Release-testers a écrit :
On Tue, 2019-03-12 at 12:16 +0100, Hans Wennborg via Release-testers
wrote:
Dear testers,
8.0.0-rc5 was just tagged from the release_80 branch at r355909.
This is identical to rc4 with the addition of r355743. Hopefully it is th
On 12 Mar 2019, at 12:16, Hans Wennborg via cfe-dev
wrote:
> 8.0.0-rc5 was just tagged from the release_80 branch at r355909.
>
> This is identical to rc4 with the addition of r355743. Hopefully it is the
> final release candidate, so please give it a good testing.
Again, I had to disable comp