mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 07:14:30 +02:00
6932270: Allow Java's ELF symtab reader to use separate debuginfo files
Reviewed-by: never
This commit is contained in:
parent
94a808f51d
commit
11051a4e6a
7 changed files with 342 additions and 8 deletions
|
@ -174,7 +174,7 @@ lib_info* add_lib_info_fd(struct ps_prochandle* ph, const char* libname, int fd,
|
|||
return NULL;
|
||||
}
|
||||
|
||||
newlib->symtab = build_symtab(newlib->fd);
|
||||
newlib->symtab = build_symtab(newlib->fd, libname);
|
||||
if (newlib->symtab == NULL) {
|
||||
print_debug("symbol table build failed for %s\n", newlib->name);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue