Re: RFR: 8317510: Change Windows debug symbol files naming to avoid loosing info when an executable and a library share the same name

2023-10-04 Thread Erik Joelsson
On Wed, 4 Oct 2023 16:27:09 GMT, Frederic Thevenet wrote: > When building OpenJDK on Windows using "--with-native-debug-info=external", > the resulting debug symbols are saved in files located in the same folder as > the corresponding executable or library and named by swapping the extension

Re: RFR: 8317510: Change Windows debug symbol files naming to avoid loosing info when an executable and a library share the same name

2023-10-04 Thread Frederic Thevenet
On Wed, 4 Oct 2023 16:27:09 GMT, Frederic Thevenet wrote: > When building OpenJDK on Windows using "--with-native-debug-info=external", > the resulting debug symbols are saved in files located in the same folder as > the corresponding executable or library and named by swapping the extension

RFR: 8317510: Change Windows debug symbol files naming to avoid loosing info when an executable and a library share the same name

2023-10-04 Thread Frederic Thevenet
When building OpenJDK on Windows using "--with-native-debug-info=external", the resulting debug symbols are saved in files located in the same folder as the corresponding executable or library and named by swapping the extension ".exe" or ".dll" for a ".pdb" one (or "diz" if option "--with-nati