Re: native debug symbols support on Windows

2019-12-04 Thread Erik Joelsson
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

Re: native debug symbols support on Windows

2019-12-04 Thread Bob Vandette
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: >>>

RE: native debug symbols support on Windows

2019-12-04 Thread Langer, Christoph
> -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

Re: native debug symbols support on Windows

2019-12-04 Thread Erik Joelsson
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

Re: native debug symbols support on Windows

2019-12-04 Thread Bob Vandette
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

Re: native debug symbols support on Windows

2019-12-04 Thread Erik Joelsson
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

native debug symbols support on Windows

2019-12-04 Thread Langer, Christoph
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