diff agent/src/os/linux/symtab.h @ 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/symtab.h	Mon Mar 08 04:46:30 2010 -0800
+++ b/agent/src/os/linux/symtab.h	Tue Mar 09 11:02:39 2010 -0800
@@ -32,7 +32,7 @@
 struct symtab;
 
 // build symbol table for a given ELF file descriptor
-struct symtab* build_symtab(int fd);
+struct symtab* build_symtab(int fd, const char *filename);
 
 // destroy the symbol table
 void destroy_symtab(struct symtab* symtab);