Remove libthread_db nonsense.
This commit is contained in:
parent
281c90a5be
commit
ed9fe82834
4 changed files with 0 additions and 346 deletions
|
|
@ -535,18 +535,6 @@ int loccmp(Loc*, Loc*);
|
|||
int locsimplify(Map *map, Regs *regs, Loc loc, Loc *newloc);
|
||||
Regdesc* regdesc(char*);
|
||||
|
||||
struct ps_prochandle
|
||||
{
|
||||
int pid;
|
||||
};
|
||||
|
||||
int sys_ps_lgetregs(struct ps_prochandle*, uint, void*);
|
||||
int sys_ps_lgetfpregs(struct ps_prochandle*, uint, void*);
|
||||
int sys_ps_lsetregs(struct ps_prochandle*, uint, void*);
|
||||
int sys_ps_lsetfpregs(struct ps_prochandle*, uint, void*);
|
||||
Regs* threadregs(uint);
|
||||
int pthreaddbinit(void);
|
||||
|
||||
extern int machdebug;
|
||||
#if defined(__cplusplus)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue