diff agent/src/os/linux/libproc_impl.c @ 1294:7de45b5044c3

6932270: Allow Java's ELF symtab reader to use separate debuginfo files Reviewed-by: never Contributed-by: Andrew Haley <aph@redhat.com>
author never
date Tue, 09 Mar 2010 11:02:39 -0800
parents a61af66fc99e
children c18cbe5936b8
line wrap: on
line diff
--- a/agent/src/os/linux/libproc_impl.c	Mon Mar 08 04:46:30 2010 -0800
+++ b/agent/src/os/linux/libproc_impl.c	Tue Mar 09 11:02:39 2010 -0800
@@ -174,7 +174,7 @@
       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);
    }