From dd944ec72a26d0b380ba2af5f6c00310f2f1651e Mon Sep 17 00:00:00 2001 From: rsc Date: Sun, 23 Jan 2005 22:33:04 +0000 Subject: Start working through proper handling of pthreads when debugging Linux core dumps. Pthreads for active processes is still not supported, nor are other systems. --- src/libmach/elf.h | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'src/libmach/elf.h') diff --git a/src/libmach/elf.h b/src/libmach/elf.h index 6b65cfc8..f5245099 100644 --- a/src/libmach/elf.h +++ b/src/libmach/elf.h @@ -232,8 +232,6 @@ int elfsym(Elf*, int, ElfSym*); int elfsymlookup(Elf*, char*, ulong*); int elfmap(Elf*, ElfSect*); -int coreregslinux386(Elf*, ElfNote*, uchar**); -int coreregsfreebsd386(Elf*, ElfNote*, uchar**); -int corecmdlinux386(Elf*, ElfNote*, char**); -int corecmdfreebsd386(Elf*, ElfNote*, char**); -void elfdl386mapdl(void); +struct Fhdr; +void elfcorelinux386(struct Fhdr*, Elf*, ElfNote*); +void elfdl386mapdl(int); -- cgit v1.2.3