Start working through proper handling of pthreads when
debugging Linux core dumps. Pthreads for active processes is still not supported, nor are other systems.
This commit is contained in:
parent
a0e8d02d09
commit
dd944ec72a
14 changed files with 528 additions and 415 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue