Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix gdb debugging with GraalVM/Mandrel >=21.1
As if 21.1 (oracle/graal@dee66ca) dwarf info contain absolute paths to the source-cache. As a result moving the sources breaks gdb. The move was performed to make sure the sources are next to the binary, in an effort to ease debugging on remote hosts by copying the binary and the sources in the same directory. As discussed in oracle/graal#3828 this is not expected to be the common case, so it's better to favour the local debugging experience by leaving the sources where they were placed by GraalVM/Mandrel.
- Loading branch information