java.net; core-libs-dev@openjdk.java.net; hotspot-dev
developers
Subject: Re: native debug symbols support on Windows
Hello,
On 2019-12-04 06:26, Bob Vandette wrote:
There seems to be an option that will include debug information in
generated .obj files. Assuming this option is supported in t
t;> Cc: Langer, Christoph ; build-
>> d...@openjdk.java.net; core-libs-dev@openjdk.java.net; hotspot-dev
>> developers
>> Subject: Re: native debug symbols support on Windows
>>
>> Hello,
>>
>> On 2019-12-04 06:26, Bob Vandette wrote:
>>>
> -Original Message-
> From: Erik Joelsson
> Sent: Mittwoch, 4. Dezember 2019 15:46
> To: Bob Vandette
> Cc: Langer, Christoph ; build-
> d...@openjdk.java.net; core-libs-dev@openjdk.java.net; hotspot-dev
> developers
> Subject: Re: native debug symbols support on
Hello,
On 2019-12-04 06:26, Bob Vandette wrote:
There seems to be an option that will include debug information in generated
.obj files. Assuming this option is supported in the
versions of Visual Studio we use, it could be used to implement “internal”
native debug symbols.
/Z7
We already
There seems to be an option that will include debug information in generated
.obj files. Assuming this option is supported in the
versions of Visual Studio we use, it could be used to implement “internal”
native debug symbols.
/Z7
The /Z7 option produces object files that also contain full sym
Correct, with the Microsoft toolchain there is no support for internal.
I don't know what happens to the build if you try to configure it that
way. Feel free to come up with a reasonable behavior.
/Erik
On 2019-12-04 00:06, Langer, Christoph wrote:
Hi,
I'm currently looking into native debug
Hi,
I'm currently looking into native debug symbols support for Windows.
The OpenJDK build system supports these two configure flags
--with-native-debug-symbols= (among a few other options
which I don't want to discuss here).
So, the name implies that for "internal", debug symbols should be co